COLOR #395124

HEX: #395124
RGB: (57,81,36)

Color info

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

RGB color model

#395124 color RGB value is (57,81,36).

  • red value is 57;
  • green value is 81;
  • blue value is 36.
RGB:
(57,81,36)
(22%,32%,14%)

RGB channels and saturation

R 57 of 255 = 22%
G 81 of 255 = 32%
B 36 of 255 = 14%

57
81
36

R + G + B ~ 23%. #395124 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 81 + 36 = 174 (100%)
R 57 of 174 ~ 32.76%
G 81 of 174 ~ 46.55%
B 36 of 174 ~ 20.69%

%32.76
%46.55
%20.69

CMYK color model

#395124 color CMYK value is (30,0,56,68).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 68.24%
CMYK:
(30,0,56,68)
C30M0Y56K68 
(30%,0%,56%,68%)
(0.30/0.00/0.56/0.68)	

CMYK percentages

%29.63
%0
%55.56
%68.24

Codes

Color #395124 in popluar color models

395124
RGB578136
HSL92°38.46%22.94%
HSB/HSV92°55.56%31.76%
CMYK29.63%0.00%55.56%
68.24%

Color #395124 in popluar number systems.

HEX395124
Decimal578136
Binary1110011010001100100
Octal7112144

Shades and tints

Shades of #395124

#395124
(57,81,36)
#344A21
(52,74,33)
#2F431E
(47,67,30)
#2A3C1B
(42,60,27)
#253518
(37,53,24)
#202E15
(32,46,21)
#1B2712
(27,39,18)
#16200F
(22,32,15)
#11190C
(17,25,12)
#0C1209
(12,18,9)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #395124

#395124
(57,81,36)
#4B6037
(75,96,55)
#5D6F4A
(93,111,74)
#6F7E5D
(111,126,93)
#818D70
(129,141,112)
#939C83
(147,156,131)
#A5AB96
(165,171,150)
#B7BAA9
(183,186,169)
#C9C9BC
(201,201,188)
#DBD8CF
(219,216,207)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395124 color. Also use rgb(57,81,36) instead hex code.

Text Font Color

.myTextColor { color: #395124; }

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

This text font color is #395124.


Background Color

.myBgColor { background-color: #395124; }

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

This div background color is #395124.


Border color

.myBorderColor { border: 1px solid #395124; }

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

This div border color is #395124.


Opacity

.myOpacity80 { color: #395124; opacity: 0.8; }

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

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

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

This text has shadow with #395124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395124 on black background.


Color preview on white background

This text has color #395124 on white background.



Black color preview on #395124 background

This text has black color on #395124 background.


White color preview on #395124 background

This text has white color on #395124 background.