COLOR #3A5209

HEX: #3A5209 RGB: (58,82,9)

Color info

#3A5209 contains mainly red and green colors. Web safe color of #3A5209 is #336600 (or #360).

RGB color model

#3A5209 color RGB value is (58,82,9).

RGB: (58,82,9) (23%, 32%, 4%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 9 of 255 = 4%

58
82
9

R + G + B ~ 20%. #3A5209 is dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 82 + 9 = 149 (100%)
R 58 of 149 ~ 38.93%
G 82 of 149 ~ 55.03%
B 9 of 149 ~ 6.04'%

%38.93
%55.03

CMYK color model

#3A5209 color CMYK value is (29,0,89,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 89.02%
  • key color value is 67.84%

CMYK: (29,0,89,68)
C29M0Y89K68 (29%, 0%, 89%, 68%)
(0.29 / 0.00 / 0.89 / 0.68)

CMYK percentages

%29.27
%0
%89.02
%67.84

Codes

Color #3A5209 in popluar color models

3A 52 09
RGB 58 82 9
HSL 80° 80.22% 17.84%
HSB/HSV 80° 89.02% 32.16%
CMYK 29.27% 0.00% 89.02%
67.84%

Color #3A5209 in popluar number systems.

HEX 3A 52 09
Decimal 58 82 9
Binary 111010 1010010 1001
Octal 72 122 11

Shades and tints

Shades of #3A5209

#3A5209
(58,82,9)
#354B09
(53,75,9)
#304409
(48,68,9)
#2B3D09
(43,61,9)
#263609
(38,54,9)
#212F09
(33,47,9)
#1C2809
(28,40,9)
#172109
(23,33,9)
#121A09
(18,26,9)
#0D1309
(13,19,9)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #3A5209

#3A5209
(58,82,9)
#4B611F
(75,97,31)
#5C7035
(92,112,53)
#6D7F4B
(109,127,75)
#7E8E61
(126,142,97)
#8F9D77
(143,157,119)
#A0AC8D
(160,172,141)
#B1BBA3
(177,187,163)
#C2CAB9
(194,202,185)
#D3D9CF
(211,217,207)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5209 color. Also use rgb(58,82,9) instead hex code.

Text Font Color

.myTextColor { color: #3A5209; }

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

This text font color is #3A5209.

Background Color

.myBgColor { background-color: #3A5209; }

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

This div background color is #3A5209.

Border color

.myBorderColor { border: 1px solid #3A5209; }

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

This div border color is #3A5209.

Opacity

.myOpacity80 { color: #3A5209; opacity: 0.8; }

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

Text with #3A5209 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 #3A5209;}

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

This text has shadow with #3A5209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5209.

Preview

Color preview on black background

This text has color #3A5209 on black background.


Color preview on white background

This text has color #3A5209 on white background.


Black color preview on #3A5209 background

This text has black color on #3A5209 background.


White color preview on #3A5209 background

This text has white color on #3A5209 background.


Related colors

Complementary color

Complementary color for #hex is #C5ADF6.


I love getcolorcode.com

Triadic colors

1 #093A52 and #52093A with #3A5209 are triadic colors.

2 #09523A and #523A09 with #3A5209 are triadic colors.