COLOR #3A520B

HEX: #3A520B RGB: (58,82,11)

Color info

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

RGB color model

#3A520B color RGB value is (58,82,11).

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

RGB channels and saturation

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

58
82
11

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

Portions of RGB colors in percentages

R + G + B = 58 + 82 + 11 = 151 (100%)
R 58 of 151 ~ 38.41%
G 82 of 151 ~ 54.3%
B 11 of 151 ~ 7.28'%

%38.41
%54.3

CMYK color model

#3A520B color CMYK value is (29,0,87,68).

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

CMYK: (29,0,87,68)
C29M0Y87K68 (29%, 0%, 87%, 68%)
(0.29 / 0.00 / 0.87 / 0.68)

CMYK percentages

%29.27
%0
%86.59
%67.84

Codes

Color #3A520B in popluar color models

3A 52 0B
RGB 58 82 11
HSL 80° 76.34% 18.24%
HSB/HSV 80° 86.59% 32.16%
CMYK 29.27% 0.00% 86.59%
67.84%

Color #3A520B in popluar number systems.

HEX 3A 52 0B
Decimal 58 82 11
Binary 111010 1010010 1011
Octal 72 122 13

Shades and tints

Shades of #3A520B

#3A520B
(58,82,11)
#354B0A
(53,75,10)
#304409
(48,68,9)
#2B3D08
(43,61,8)
#263607
(38,54,7)
#212F06
(33,47,6)
#1C2805
(28,40,5)
#172104
(23,33,4)
#121A03
(18,26,3)
#0D1302
(13,19,2)
#080C01
(8,12,1)
#000000
(0,0,0)

Tints of #3A520B

#3A520B
(58,82,11)
#4B6121
(75,97,33)
#5C7037
(92,112,55)
#6D7F4D
(109,127,77)
#7E8E63
(126,142,99)
#8F9D79
(143,157,121)
#A0AC8F
(160,172,143)
#B1BBA5
(177,187,165)
#C2CABB
(194,202,187)
#D3D9D1
(211,217,209)
#E4E8E7
(228,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A520B; }

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

This text font color is #3A520B.

Background Color

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

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

This div background color is #3A520B.

Border color

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

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

This div border color is #3A520B.

Opacity

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

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

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

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

This text has shadow with #3A520B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A520B.

Preview

Color preview on black background

This text has color #3A520B on black background.


Color preview on white background

This text has color #3A520B on white background.


Black color preview on #3A520B background

This text has black color on #3A520B background.


White color preview on #3A520B background

This text has white color on #3A520B background.


Related colors

Complementary color

Complementary color for #hex is #C5ADF4.


I love getcolorcode.com

Triadic colors

1 #0B3A52 and #520B3A with #3A520B are triadic colors.

2 #0B523A and #523A0B with #3A520B are triadic colors.