COLOR #3A4824

HEX: #3A4824
RGB: (58,72,36)

Color info

#3A4824 contains red, green and blue colors in about the same proportion. Web safe color of #3A4824 is #333333 (or #333).

RGB color model

#3A4824 color RGB value is (58,72,36).

  • red value is 58;
  • green value is 72;
  • blue value is 36.
RGB:
(58,72,36)
(23%,28%,14%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 36 of 255 = 14%

58
72
36

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

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 36 = 166 (100%)
R 58 of 166 ~ 34.94%
G 72 of 166 ~ 43.37%
B 36 of 166 ~ 21.69%

%34.94
%43.37
%21.69

CMYK color model

#3A4824 color CMYK value is (19,0,50,72).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(19,0,50,72)
C19M0Y50K72 
(19%,0%,50%,72%)
(0.19/0.00/0.50/0.72)	

CMYK percentages

%19.44
%0
%50
%71.76

Codes

Color #3A4824 in popluar color models

3A4824
RGB587236
HSL83°33.33%21.18%
HSB/HSV83°50.00%28.24%
CMYK19.44%0.00%50.00%
71.76%

Color #3A4824 in popluar number systems.

HEX3A4824
Decimal587236
Binary1110101001000100100
Octal7211044

Shades and tints

Shades of #3A4824

#3A4824
(58,72,36)
#354221
(53,66,33)
#303C1E
(48,60,30)
#2B361B
(43,54,27)
#263018
(38,48,24)
#212A15
(33,42,21)
#1C2412
(28,36,18)
#171E0F
(23,30,15)
#12180C
(18,24,12)
#0D1209
(13,18,9)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #3A4824

#3A4824
(58,72,36)
#4B5837
(75,88,55)
#5C684A
(92,104,74)
#6D785D
(109,120,93)
#7E8870
(126,136,112)
#8F9883
(143,152,131)
#A0A896
(160,168,150)
#B1B8A9
(177,184,169)
#C2C8BC
(194,200,188)
#D3D8CF
(211,216,207)
#E4E8E2
(228,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4824 color. Also use rgb(58,72,36) instead hex code.

Text Font Color

.myTextColor { color: #3A4824; }

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

This text font color is #3A4824.


Background Color

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

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

This div background color is #3A4824.


Border color

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

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

This div border color is #3A4824.


Opacity

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

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

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

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

This text has shadow with #3A4824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4824 on black background.


Color preview on white background

This text has color #3A4824 on white background.



Black color preview on #3A4824 background

This text has black color on #3A4824 background.


White color preview on #3A4824 background

This text has white color on #3A4824 background.