COLOR #3A5C2C

HEX: #3A5C2C
RGB: (58,92,44)

Color info

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

RGB color model

#3A5C2C color RGB value is (58,92,44).

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

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 44 of 255 = 17%

58
92
44

R + G + B ~ 25%. #3A5C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 44 = 194 (100%)
R 58 of 194 ~ 29.9%
G 92 of 194 ~ 47.42%
B 44 of 194 ~ 22.68%

%29.9
%47.42
%22.68

CMYK color model

#3A5C2C color CMYK value is (37,0,52,64).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 63.92%
CMYK:
(37,0,52,64)
C37M0Y52K64 
(37%,0%,52%,64%)
(0.37/0.00/0.52/0.64)	

CMYK percentages

%36.96
%0
%52.17
%63.92

Codes

Color #3A5C2C in popluar color models

3A5C2C
RGB589244
HSL103°35.29%26.67%
HSB/HSV103°52.17%36.08%
CMYK36.96%0.00%52.17%
63.92%

Color #3A5C2C in popluar number systems.

HEX3A5C2C
Decimal589244
Binary1110101011100101100
Octal7213454

Shades and tints

Shades of #3A5C2C

#3A5C2C
(58,92,44)
#355428
(53,84,40)
#304C24
(48,76,36)
#2B4420
(43,68,32)
#263C1C
(38,60,28)
#213418
(33,52,24)
#1C2C14
(28,44,20)
#172410
(23,36,16)
#121C0C
(18,28,12)
#0D1408
(13,20,8)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #3A5C2C

#3A5C2C
(58,92,44)
#4B6A3F
(75,106,63)
#5C7852
(92,120,82)
#6D8665
(109,134,101)
#7E9478
(126,148,120)
#8FA28B
(143,162,139)
#A0B09E
(160,176,158)
#B1BEB1
(177,190,177)
#C2CCC4
(194,204,196)
#D3DAD7
(211,218,215)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5C2C; }

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

This text font color is #3A5C2C.


Background Color

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

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

This div background color is #3A5C2C.


Border color

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

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

This div border color is #3A5C2C.


Opacity

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

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

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

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

This text has shadow with #3A5C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C2C on black background.


Color preview on white background

This text has color #3A5C2C on white background.



Black color preview on #3A5C2C background

This text has black color on #3A5C2C background.


White color preview on #3A5C2C background

This text has white color on #3A5C2C background.