COLOR #3A5C30

HEX: #3A5C30
RGB: (58,92,48)

Color info

#3A5C30 contains red, green and blue colors in about the same proportion. Web safe color of #3A5C30 is #336633 (or #363).

RGB color model

#3A5C30 color RGB value is (58,92,48).

  • red value is 58;
  • green value is 92;
  • blue value is 48.
RGB:
(58,92,48)
(23%,36%,19%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 48 of 255 = 19%

58
92
48

R + G + B ~ 26%. #3A5C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 48 = 198 (100%)
R 58 of 198 ~ 29.29%
G 92 of 198 ~ 46.46%
B 48 of 198 ~ 24.24%

%29.29
%46.46
%24.24

CMYK color model

#3A5C30 color CMYK value is (37,0,48,64).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 63.92%
CMYK:
(37,0,48,64)
C37M0Y48K64 
(37%,0%,48%,64%)
(0.37/0.00/0.48/0.64)	

CMYK percentages

%36.96
%0
%47.83
%63.92

Codes

Color #3A5C30 in popluar color models

3A5C30
RGB589248
HSL106°31.43%27.45%
HSB/HSV106°47.83%36.08%
CMYK36.96%0.00%47.83%
63.92%

Color #3A5C30 in popluar number systems.

HEX3A5C30
Decimal589248
Binary1110101011100110000
Octal7213460

Shades and tints

Shades of #3A5C30

#3A5C30
(58,92,48)
#35542C
(53,84,44)
#304C28
(48,76,40)
#2B4424
(43,68,36)
#263C20
(38,60,32)
#21341C
(33,52,28)
#1C2C18
(28,44,24)
#172414
(23,36,20)
#121C10
(18,28,16)
#0D140C
(13,20,12)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A5C30

#3A5C30
(58,92,48)
#4B6A42
(75,106,66)
#5C7854
(92,120,84)
#6D8666
(109,134,102)
#7E9478
(126,148,120)
#8FA28A
(143,162,138)
#A0B09C
(160,176,156)
#B1BEAE
(177,190,174)
#C2CCC0
(194,204,192)
#D3DAD2
(211,218,210)
#E4E8E4
(228,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5C30 color. Also use rgb(58,92,48) instead hex code.

Text Font Color

.myTextColor { color: #3A5C30; }

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

This text font color is #3A5C30.


Background Color

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

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

This div background color is #3A5C30.


Border color

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

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

This div border color is #3A5C30.


Opacity

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

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

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

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

This text has shadow with #3A5C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C30 on black background.


Color preview on white background

This text has color #3A5C30 on white background.



Black color preview on #3A5C30 background

This text has black color on #3A5C30 background.


White color preview on #3A5C30 background

This text has white color on #3A5C30 background.