COLOR #395B30

HEX: #395B30
RGB: (57,91,48)

Color info

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

RGB color model

#395B30 color RGB value is (57,91,48).

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

RGB channels and saturation

R 57 of 255 = 22%
G 91 of 255 = 36%
B 48 of 255 = 19%

57
91
48

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

Portions of RGB colors in percentages

R + G + B =
57 + 91 + 48 = 196 (100%)
R 57 of 196 ~ 29.08%
G 91 of 196 ~ 46.43%
B 48 of 196 ~ 24.49%

%29.08
%46.43
%24.49

CMYK color model

#395B30 color CMYK value is (37,0,47,64).

  • cyan value is 37.36%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 64.31%
CMYK:
(37,0,47,64)
C37M0Y47K64 
(37%,0%,47%,64%)
(0.37/0.00/0.47/0.64)	

CMYK percentages

%37.36
%0
%47.25
%64.31

Codes

Color #395B30 in popluar color models

395B30
RGB579148
HSL107°30.94%27.25%
HSB/HSV107°47.25%35.69%
CMYK37.36%0.00%47.25%
64.31%

Color #395B30 in popluar number systems.

HEX395B30
Decimal579148
Binary1110011011011110000
Octal7113360

Shades and tints

Shades of #395B30

#395B30
(57,91,48)
#34532C
(52,83,44)
#2F4B28
(47,75,40)
#2A4324
(42,67,36)
#253B20
(37,59,32)
#20331C
(32,51,28)
#1B2B18
(27,43,24)
#162314
(22,35,20)
#111B10
(17,27,16)
#0C130C
(12,19,12)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #395B30

#395B30
(57,91,48)
#4B6942
(75,105,66)
#5D7754
(93,119,84)
#6F8566
(111,133,102)
#819378
(129,147,120)
#93A18A
(147,161,138)
#A5AF9C
(165,175,156)
#B7BDAE
(183,189,174)
#C9CBC0
(201,203,192)
#DBD9D2
(219,217,210)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395B30; }

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

This text font color is #395B30.


Background Color

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

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

This div background color is #395B30.


Border color

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

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

This div border color is #395B30.


Opacity

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

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

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

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

This text has shadow with #395B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395B30 on black background.


Color preview on white background

This text has color #395B30 on white background.



Black color preview on #395B30 background

This text has black color on #395B30 background.


White color preview on #395B30 background

This text has white color on #395B30 background.