COLOR #395029

HEX: #395029
RGB: (57,80,41)

Color info

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

RGB color model

#395029 color RGB value is (57,80,41).

  • red value is 57;
  • green value is 80;
  • blue value is 41.
RGB:
(57,80,41)
(22%,31%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 80 of 255 = 31%
B 41 of 255 = 16%

57
80
41

R + G + B ~ 23%. #395029 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 80 + 41 = 178 (100%)
R 57 of 178 ~ 32.02%
G 80 of 178 ~ 44.94%
B 41 of 178 ~ 23.03%

%32.02
%44.94
%23.03

CMYK color model

#395029 color CMYK value is (29,0,49,69).

  • cyan value is 28.75%
  • magenta value is 0.00%
  • yellow value is 48.75%
  • key color value is 68.63%
CMYK:
(29,0,49,69)
C29M0Y49K69 
(29%,0%,49%,69%)
(0.29/0.00/0.49/0.69)	

CMYK percentages

%28.75
%0
%48.75
%68.63

Codes

Color #395029 in popluar color models

395029
RGB578041
HSL95°32.23%23.73%
HSB/HSV95°48.75%31.37%
CMYK28.75%0.00%48.75%
68.63%

Color #395029 in popluar number systems.

HEX395029
Decimal578041
Binary1110011010000101001
Octal7112051

Shades and tints

Shades of #395029

#395029
(57,80,41)
#344926
(52,73,38)
#2F4223
(47,66,35)
#2A3B20
(42,59,32)
#25341D
(37,52,29)
#202D1A
(32,45,26)
#1B2617
(27,38,23)
#161F14
(22,31,20)
#111811
(17,24,17)
#0C110E
(12,17,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #395029

#395029
(57,80,41)
#4B5F3C
(75,95,60)
#5D6E4F
(93,110,79)
#6F7D62
(111,125,98)
#818C75
(129,140,117)
#939B88
(147,155,136)
#A5AA9B
(165,170,155)
#B7B9AE
(183,185,174)
#C9C8C1
(201,200,193)
#DBD7D4
(219,215,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395029; }

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

This text font color is #395029.


Background Color

.myBgColor { background-color: #395029; }

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

This div background color is #395029.


Border color

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

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

This div border color is #395029.


Opacity

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

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

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

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

This text has shadow with #395029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395029 on black background.


Color preview on white background

This text has color #395029 on white background.



Black color preview on #395029 background

This text has black color on #395029 background.


White color preview on #395029 background

This text has white color on #395029 background.