COLOR #395B34

HEX: #395B34
RGB: (57,91,52)

Color info

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

RGB color model

#395B34 color RGB value is (57,91,52).

  • red value is 57;
  • green value is 91;
  • blue value is 52.
RGB:
(57,91,52)
(22%,36%,20%)

RGB channels and saturation

R 57 of 255 = 22%
G 91 of 255 = 36%
B 52 of 255 = 20%

57
91
52

R + G + B ~ 26%. #395B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 91 + 52 = 200 (100%)
R 57 of 200 ~ 28.5%
G 91 of 200 ~ 45.5%
B 52 of 200 ~ 26%

%28.5
%45.5
%26

CMYK color model

#395B34 color CMYK value is (37,0,43,64).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 64.31%
CMYK:
(37,0,43,64)
C37M0Y43K64 
(37%,0%,43%,64%)
(0.37/0.00/0.43/0.64)	

CMYK percentages

%37.36
%0
%42.86
%64.31

Codes

Color #395B34 in popluar color models

395B34
RGB579152
HSL112°27.27%28.04%
HSB/HSV112°42.86%35.69%
CMYK37.36%0.00%42.86%
64.31%

Color #395B34 in popluar number systems.

HEX395B34
Decimal579152
Binary1110011011011110100
Octal7113364

Shades and tints

Shades of #395B34

#395B34
(57,91,52)
#345330
(52,83,48)
#2F4B2C
(47,75,44)
#2A4328
(42,67,40)
#253B24
(37,59,36)
#203320
(32,51,32)
#1B2B1C
(27,43,28)
#162318
(22,35,24)
#111B14
(17,27,20)
#0C1310
(12,19,16)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #395B34

#395B34
(57,91,52)
#4B6946
(75,105,70)
#5D7758
(93,119,88)
#6F856A
(111,133,106)
#81937C
(129,147,124)
#93A18E
(147,161,142)
#A5AFA0
(165,175,160)
#B7BDB2
(183,189,178)
#C9CBC4
(201,203,196)
#DBD9D6
(219,217,214)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395B34 color. Also use rgb(57,91,52) instead hex code.

Text Font Color

.myTextColor { color: #395B34; }

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

This text font color is #395B34.


Background Color

.myBgColor { background-color: #395B34; }

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

This div background color is #395B34.


Border color

.myBorderColor { border: 1px solid #395B34; }

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

This div border color is #395B34.


Opacity

.myOpacity80 { color: #395B34; opacity: 0.8; }

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

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

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

This text has shadow with #395B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395B34 on black background.


Color preview on white background

This text has color #395B34 on white background.



Black color preview on #395B34 background

This text has black color on #395B34 background.


White color preview on #395B34 background

This text has white color on #395B34 background.