COLOR #395A37

HEX: #395A37
RGB: (57,90,55)

Color info

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

RGB color model

#395A37 color RGB value is (57,90,55).

  • red value is 57;
  • green value is 90;
  • blue value is 55.
RGB:
(57,90,55)
(22%,35%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 55 of 255 = 22%

57
90
55

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

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 55 = 202 (100%)
R 57 of 202 ~ 28.22%
G 90 of 202 ~ 44.55%
B 55 of 202 ~ 27.23%

%28.22
%44.55
%27.23

CMYK color model

#395A37 color CMYK value is (37,0,39,65).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 64.71%
CMYK:
(37,0,39,65)
C37M0Y39K65 
(37%,0%,39%,65%)
(0.37/0.00/0.39/0.65)	

CMYK percentages

%36.67
%0
%38.89
%64.71

Codes

Color #395A37 in popluar color models

395A37
RGB579055
HSL117°24.14%28.43%
HSB/HSV117°38.89%35.29%
CMYK36.67%0.00%38.89%
64.71%

Color #395A37 in popluar number systems.

HEX395A37
Decimal579055
Binary1110011011010110111
Octal7113267

Shades and tints

Shades of #395A37

#395A37
(57,90,55)
#345232
(52,82,50)
#2F4A2D
(47,74,45)
#2A4228
(42,66,40)
#253A23
(37,58,35)
#20321E
(32,50,30)
#1B2A19
(27,42,25)
#162214
(22,34,20)
#111A0F
(17,26,15)
#0C120A
(12,18,10)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #395A37

#395A37
(57,90,55)
#4B6949
(75,105,73)
#5D785B
(93,120,91)
#6F876D
(111,135,109)
#81967F
(129,150,127)
#93A591
(147,165,145)
#A5B4A3
(165,180,163)
#B7C3B5
(183,195,181)
#C9D2C7
(201,210,199)
#DBE1D9
(219,225,217)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395A37 color. Also use rgb(57,90,55) instead hex code.

Text Font Color

.myTextColor { color: #395A37; }

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

This text font color is #395A37.


Background Color

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

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

This div background color is #395A37.


Border color

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

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

This div border color is #395A37.


Opacity

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

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

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

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

This text has shadow with #395A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A37 on black background.


Color preview on white background

This text has color #395A37 on white background.



Black color preview on #395A37 background

This text has black color on #395A37 background.


White color preview on #395A37 background

This text has white color on #395A37 background.