COLOR #395D46

HEX: #395D46
RGB: (57,93,70)

Color info

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

RGB color model

#395D46 color RGB value is (57,93,70).

  • red value is 57;
  • green value is 93;
  • blue value is 70.
RGB:
(57,93,70)
(22%,36%,27%)

RGB channels and saturation

R 57 of 255 = 22%
G 93 of 255 = 36%
B 70 of 255 = 27%

57
93
70

R + G + B ~ 28%. #395D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 93 + 70 = 220 (100%)
R 57 of 220 ~ 25.91%
G 93 of 220 ~ 42.27%
B 70 of 220 ~ 31.82%

%25.91
%42.27
%31.82

CMYK color model

#395D46 color CMYK value is (39,0,25,64).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 24.73%
  • key color value is 63.53%
CMYK:
(39,0,25,64)
C39M0Y25K64 
(39%,0%,25%,64%)
(0.39/0.00/0.25/0.64)	

CMYK percentages

%38.71
%0
%24.73
%63.53

Codes

Color #395D46 in popluar color models

395D46
RGB579370
HSL142°24.00%29.41%
HSB/HSV142°38.71%36.47%
CMYK38.71%0.00%24.73%
63.53%

Color #395D46 in popluar number systems.

HEX395D46
Decimal579370
Binary11100110111011000110
Octal71135106

Shades and tints

Shades of #395D46

#395D46
(57,93,70)
#345540
(52,85,64)
#2F4D3A
(47,77,58)
#2A4534
(42,69,52)
#253D2E
(37,61,46)
#203528
(32,53,40)
#1B2D22
(27,45,34)
#16251C
(22,37,28)
#111D16
(17,29,22)
#0C1510
(12,21,16)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #395D46

#395D46
(57,93,70)
#4B6B56
(75,107,86)
#5D7966
(93,121,102)
#6F8776
(111,135,118)
#819586
(129,149,134)
#93A396
(147,163,150)
#A5B1A6
(165,177,166)
#B7BFB6
(183,191,182)
#C9CDC6
(201,205,198)
#DBDBD6
(219,219,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395D46 color. Also use rgb(57,93,70) instead hex code.

Text Font Color

.myTextColor { color: #395D46; }

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

This text font color is #395D46.


Background Color

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

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

This div background color is #395D46.


Border color

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

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

This div border color is #395D46.


Opacity

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

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

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

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

This text has shadow with #395D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395D46 on black background.


Color preview on white background

This text has color #395D46 on white background.



Black color preview on #395D46 background

This text has black color on #395D46 background.


White color preview on #395D46 background

This text has white color on #395D46 background.