COLOR #3A5219

HEX: #3A5219
RGB: (58,82,25)

Color info

#3A5219 contains red, green and blue colors in about the same proportion. Web safe color of #3A5219 is #336600 (or #360).

RGB color model

#3A5219 color RGB value is (58,82,25).

  • red value is 58;
  • green value is 82;
  • blue value is 25.
RGB:
(58,82,25)
(23%,32%,10%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 25 of 255 = 10%

58
82
25

R + G + B ~ 22%. #3A5219 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 25 = 165 (100%)
R 58 of 165 ~ 35.15%
G 82 of 165 ~ 49.7%
B 25 of 165 ~ 15.15%

%35.15
%49.7
%15.15

CMYK color model

#3A5219 color CMYK value is (29,0,70,68).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 69.51%
  • key color value is 67.84%
CMYK:
(29,0,70,68)
C29M0Y70K68 
(29%,0%,70%,68%)
(0.29/0.00/0.70/0.68)	

CMYK percentages

%29.27
%0
%69.51
%67.84

Codes

Color #3A5219 in popluar color models

3A5219
RGB588225
HSL85°53.27%20.98%
HSB/HSV85°69.51%32.16%
CMYK29.27%0.00%69.51%
67.84%

Color #3A5219 in popluar number systems.

HEX3A5219
Decimal588225
Binary111010101001011001
Octal7212231

Shades and tints

Shades of #3A5219

#3A5219
(58,82,25)
#354B17
(53,75,23)
#304415
(48,68,21)
#2B3D13
(43,61,19)
#263611
(38,54,17)
#212F0F
(33,47,15)
#1C280D
(28,40,13)
#17210B
(23,33,11)
#121A09
(18,26,9)
#0D1307
(13,19,7)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #3A5219

#3A5219
(58,82,25)
#4B612D
(75,97,45)
#5C7041
(92,112,65)
#6D7F55
(109,127,85)
#7E8E69
(126,142,105)
#8F9D7D
(143,157,125)
#A0AC91
(160,172,145)
#B1BBA5
(177,187,165)
#C2CAB9
(194,202,185)
#D3D9CD
(211,217,205)
#E4E8E1
(228,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5219; }

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

This text font color is #3A5219.


Background Color

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

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

This div background color is #3A5219.


Border color

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

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

This div border color is #3A5219.


Opacity

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

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

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

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

This text has shadow with #3A5219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5219 on black background.


Color preview on white background

This text has color #3A5219 on white background.



Black color preview on #3A5219 background

This text has black color on #3A5219 background.


White color preview on #3A5219 background

This text has white color on #3A5219 background.