COLOR #343809

HEX: #343809 RGB: (52,56,9)

Color info

#343809 contains red, green and blue colors in about the same proportion. Web safe color of #343809 is #333300 (or #330).

RGB color model

#343809 color RGB value is (52,56,9).

RGB: (52,56,9) (20%, 22%, 4%)

RGB channels and saturation

R 52 of 255 = 20%
G 56 of 255 = 22%
B 9 of 255 = 4%

52
56
9

R + G + B ~ 15%. #343809 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 56 + 9 = 117 (100%)
R 52 of 117 ~ 44.44%
G 56 of 117 ~ 47.86%
B 9 of 117 ~ 7.69'%

%44.44
%47.86

CMYK color model

#343809 color CMYK value is (7,0,84,78).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 83.93%
  • key color value is 78.04%
CMYK: (7,0,84,78) C7M0Y84K78 (7%,0%,84%,78%) (0.07/0.00/0.84/0.78) 

CMYK percentages

%7.14
%0
%83.93
%78.04

Codes

Color #343809 in popluar color models

34 38 09
RGB 52 56 9
HSL 65° 72.31% 12.75%
HSB/HSV 65° 83.93% 21.96%
CMYK 7.14% 0.00% 83.93%
78.04%

Color #343809 in popluar number systems.

HEX 34 38 09
Decimal 52 56 9
Binary 110100 111000 1001
Octal 64 70 11

Shades and tints

Shades of #343809

#343809
(52,56,9)
#303309
(48,51,9)
#2C2E09
(44,46,9)
#282909
(40,41,9)
#242409
(36,36,9)
#201F09
(32,31,9)
#1C1A09
(28,26,9)
#181509
(24,21,9)
#141009
(20,16,9)
#100B09
(16,11,9)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #343809

#343809
(52,56,9)
#464A1F
(70,74,31)
#585C35
(88,92,53)
#6A6E4B
(106,110,75)
#7C8061
(124,128,97)
#8E9277
(142,146,119)
#A0A48D
(160,164,141)
#B2B6A3
(178,182,163)
#C4C8B9
(196,200,185)
#D6DACF
(214,218,207)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343809 color. Also use rgb(52,56,9) instead hex code.

Text Font Color

.myTextColor { color: #343809; }

<p style="color:#343809">This sample text font color is #343809.</p>

This text font color is #343809.

Background Color

.myBgColor { background-color: #343809; }

<div style="background-color:#343809">Inner text</div>

This div background color is #343809.

Border color

.myBorderColor { border: 1px solid #343809; }

<div style="border:3px solid #343809">Div</div>

This div border color is #343809.

Opacity

.myOpacity80 { color: #343809; opacity: 0.8; }

<p style="color:#343809;opacity:0.8;">80%</p>

Text with #343809 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #343809;}

<p style="text-shadow: 3px 3px 1px #343809">Text here.</p>

This text has shadow with #343809 color.


.textShadow {text-shadow: 3px 3px 1px #343809', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #343809, 5px 5px 20px red">Text here.</p>

This text has shadow with #343809 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#343809, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#343809, Direction=45, Strength=4)">Text</p>

This text has shadow with #343809 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #343809;
-webkit-box-shadow: 1px 1px 3px 2px #343809;
box-shadow: 1px 1px 3px 2px #343809;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #343809; -webkit-box-shadow: 1px 1px 3px 2px #343809; box-shadow:1px 1px 3px 2px #343809;">
Div content here
</div>

This div box has shadow with color #343809.

Preview

Color preview on black background

This text has color #343809 on black background.


Color preview on white background

This text has color #343809 on white background.


Black color preview on #343809 background

This text has black color on #343809 background.


White color preview on #343809 background

This text has white color on #343809 background.


Related colors

Complementary color

Complementary color for #hex is #CBC7F6.


I love getcolorcode.com

Triadic colors

1 #093438 and #380934 with #343809 are triadic colors.

2 #093834 and #383409 with #343809 are triadic colors.