COLOR #395739

HEX: #395739
RGB: (57,87,57)

Color info

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

RGB color model

#395739 color RGB value is (57,87,57).

  • red value is 57;
  • green value is 87;
  • blue value is 57.
RGB:
(57,87,57)
(22%,34%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 57 of 255 = 22%

57
87
57

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

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 57 = 201 (100%)
R 57 of 201 ~ 28.36%
G 87 of 201 ~ 43.28%
B 57 of 201 ~ 28.36%

%28.36
%43.28
%28.36

CMYK color model

#395739 color CMYK value is (34,0,34,66).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 65.88%
CMYK:
(34,0,34,66)
C34M0Y34K66 
(34%,0%,34%,66%)
(0.34/0.00/0.34/0.66)	

CMYK percentages

%34.48
%0
%34.48
%65.88

Codes

Color #395739 in popluar color models

395739
RGB578757
HSL120°20.83%28.24%
HSB/HSV120°34.48%34.12%
CMYK34.48%0.00%34.48%
65.88%

Color #395739 in popluar number systems.

HEX395739
Decimal578757
Binary1110011010111111001
Octal7112771

Shades and tints

Shades of #395739

#395739
(57,87,57)
#345034
(52,80,52)
#2F492F
(47,73,47)
#2A422A
(42,66,42)
#253B25
(37,59,37)
#203420
(32,52,32)
#1B2D1B
(27,45,27)
#162616
(22,38,22)
#111F11
(17,31,17)
#0C180C
(12,24,12)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #395739

#395739
(57,87,57)
#4B664B
(75,102,75)
#5D755D
(93,117,93)
#6F846F
(111,132,111)
#819381
(129,147,129)
#93A293
(147,162,147)
#A5B1A5
(165,177,165)
#B7C0B7
(183,192,183)
#C9CFC9
(201,207,201)
#DBDEDB
(219,222,219)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395739; }

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

This text font color is #395739.


Background Color

.myBgColor { background-color: #395739; }

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

This div background color is #395739.


Border color

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

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

This div border color is #395739.


Opacity

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

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

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

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

This text has shadow with #395739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395739 on black background.


Color preview on white background

This text has color #395739 on white background.



Black color preview on #395739 background

This text has black color on #395739 background.


White color preview on #395739 background

This text has white color on #395739 background.