COLOR #395234

HEX: #395234
RGB: (57,82,52)

Color info

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

RGB color model

#395234 color RGB value is (57,82,52).

  • red value is 57;
  • green value is 82;
  • blue value is 52.
RGB:
(57,82,52)
(22%,32%,20%)

RGB channels and saturation

R 57 of 255 = 22%
G 82 of 255 = 32%
B 52 of 255 = 20%

57
82
52

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

Portions of RGB colors in percentages

R + G + B =
57 + 82 + 52 = 191 (100%)
R 57 of 191 ~ 29.84%
G 82 of 191 ~ 42.93%
B 52 of 191 ~ 27.23%

%29.84
%42.93
%27.23

CMYK color model

#395234 color CMYK value is (30,0,37,68).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(30,0,37,68)
C30M0Y37K68 
(30%,0%,37%,68%)
(0.30/0.00/0.37/0.68)	

CMYK percentages

%30.49
%0
%36.59
%67.84

Codes

Color #395234 in popluar color models

395234
RGB578252
HSL110°22.39%26.27%
HSB/HSV110°36.59%32.16%
CMYK30.49%0.00%36.59%
67.84%

Color #395234 in popluar number systems.

HEX395234
Decimal578252
Binary1110011010010110100
Octal7112264

Shades and tints

Shades of #395234

#395234
(57,82,52)
#344B30
(52,75,48)
#2F442C
(47,68,44)
#2A3D28
(42,61,40)
#253624
(37,54,36)
#202F20
(32,47,32)
#1B281C
(27,40,28)
#162118
(22,33,24)
#111A14
(17,26,20)
#0C1310
(12,19,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #395234

#395234
(57,82,52)
#4B6146
(75,97,70)
#5D7058
(93,112,88)
#6F7F6A
(111,127,106)
#818E7C
(129,142,124)
#939D8E
(147,157,142)
#A5ACA0
(165,172,160)
#B7BBB2
(183,187,178)
#C9CAC4
(201,202,196)
#DBD9D6
(219,217,214)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395234; }

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

This text font color is #395234.


Background Color

.myBgColor { background-color: #395234; }

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

This div background color is #395234.


Border color

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

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

This div border color is #395234.


Opacity

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

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

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

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

This text has shadow with #395234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395234 on black background.


Color preview on white background

This text has color #395234 on white background.



Black color preview on #395234 background

This text has black color on #395234 background.


White color preview on #395234 background

This text has white color on #395234 background.