COLOR #395120

HEX: #395120
RGB: (57,81,32)

Color info

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

RGB color model

#395120 color RGB value is (57,81,32).

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

RGB channels and saturation

R 57 of 255 = 22%
G 81 of 255 = 32%
B 32 of 255 = 13%

57
81
32

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

Portions of RGB colors in percentages

R + G + B =
57 + 81 + 32 = 170 (100%)
R 57 of 170 ~ 33.53%
G 81 of 170 ~ 47.65%
B 32 of 170 ~ 18.82%

%33.53
%47.65
%18.82

CMYK color model

#395120 color CMYK value is (30,0,60,68).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 60.49%
  • key color value is 68.24%
CMYK:
(30,0,60,68)
C30M0Y60K68 
(30%,0%,60%,68%)
(0.30/0.00/0.60/0.68)	

CMYK percentages

%29.63
%0
%60.49
%68.24

Codes

Color #395120 in popluar color models

395120
RGB578132
HSL89°43.36%22.16%
HSB/HSV89°60.49%31.76%
CMYK29.63%0.00%60.49%
68.24%

Color #395120 in popluar number systems.

HEX395120
Decimal578132
Binary1110011010001100000
Octal7112140

Shades and tints

Shades of #395120

#395120
(57,81,32)
#344A1E
(52,74,30)
#2F431C
(47,67,28)
#2A3C1A
(42,60,26)
#253518
(37,53,24)
#202E16
(32,46,22)
#1B2714
(27,39,20)
#162012
(22,32,18)
#111910
(17,25,16)
#0C120E
(12,18,14)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #395120

#395120
(57,81,32)
#4B6034
(75,96,52)
#5D6F48
(93,111,72)
#6F7E5C
(111,126,92)
#818D70
(129,141,112)
#939C84
(147,156,132)
#A5AB98
(165,171,152)
#B7BAAC
(183,186,172)
#C9C9C0
(201,201,192)
#DBD8D4
(219,216,212)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395120; }

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

This text font color is #395120.


Background Color

.myBgColor { background-color: #395120; }

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

This div background color is #395120.


Border color

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

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

This div border color is #395120.


Opacity

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

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

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

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

This text has shadow with #395120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395120 on black background.


Color preview on white background

This text has color #395120 on white background.



Black color preview on #395120 background

This text has black color on #395120 background.


White color preview on #395120 background

This text has white color on #395120 background.