COLOR #395733

HEX: #395733
RGB: (57,87,51)

Color info

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

RGB color model

#395733 color RGB value is (57,87,51).

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

RGB channels and saturation

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

57
87
51

R + G + B ~ 25%. #395733 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 51 = 195 (100%)
R 57 of 195 ~ 29.23%
G 87 of 195 ~ 44.62%
B 51 of 195 ~ 26.15%

%29.23
%44.62
%26.15

CMYK color model

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

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

CMYK percentages

%34.48
%0
%41.38
%65.88

Codes

Color #395733 in popluar color models

395733
RGB578751
HSL110°26.09%27.06%
HSB/HSV110°41.38%34.12%
CMYK34.48%0.00%41.38%
65.88%

Color #395733 in popluar number systems.

HEX395733
Decimal578751
Binary1110011010111110011
Octal7112763

Shades and tints

Shades of #395733

#395733
(57,87,51)
#34502F
(52,80,47)
#2F492B
(47,73,43)
#2A4227
(42,66,39)
#253B23
(37,59,35)
#20341F
(32,52,31)
#1B2D1B
(27,45,27)
#162617
(22,38,23)
#111F13
(17,31,19)
#0C180F
(12,24,15)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #395733

#395733
(57,87,51)
#4B6645
(75,102,69)
#5D7557
(93,117,87)
#6F8469
(111,132,105)
#81937B
(129,147,123)
#93A28D
(147,162,141)
#A5B19F
(165,177,159)
#B7C0B1
(183,192,177)
#C9CFC3
(201,207,195)
#DBDED5
(219,222,213)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395733; }

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

This text font color is #395733.


Background Color

.myBgColor { background-color: #395733; }

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

This div background color is #395733.


Border color

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

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

This div border color is #395733.


Opacity

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

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

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

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

This text has shadow with #395733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395733 on black background.


Color preview on white background

This text has color #395733 on white background.



Black color preview on #395733 background

This text has black color on #395733 background.


White color preview on #395733 background

This text has white color on #395733 background.