COLOR #395146

HEX: #395146
RGB: (57,81,70)

Color info

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

RGB color model

#395146 color RGB value is (57,81,70).

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

RGB channels and saturation

R 57 of 255 = 22%
G 81 of 255 = 32%
B 70 of 255 = 27%

57
81
70

R + G + B ~ 27%. #395146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 81 + 70 = 208 (100%)
R 57 of 208 ~ 27.4%
G 81 of 208 ~ 38.94%
B 70 of 208 ~ 33.65%

%27.4
%38.94
%33.65

CMYK color model

#395146 color CMYK value is (30,0,14,68).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 68.24%
CMYK: (30,0,14,68) C30M0Y14K68 (30%,0%,14%,68%) (0.30/0.00/0.14/0.68)

CMYK percentages

%29.63
%0
%13.58
%68.24

Codes

Color #395146 in popluar color models

395146
RGB578170
HSL153°17.39%27.06%
HSB/HSV153°29.63%31.76%
CMYK29.63%0.00%13.58%
68.24%

Color #395146 in popluar number systems.

HEX395146
Decimal578170
Binary11100110100011000110
Octal71121106

Shades and tints

Shades of #395146

#395146
(57,81,70)
#344A40
(52,74,64)
#2F433A
(47,67,58)
#2A3C34
(42,60,52)
#25352E
(37,53,46)
#202E28
(32,46,40)
#1B2722
(27,39,34)
#16201C
(22,32,28)
#111916
(17,25,22)
#0C1210
(12,18,16)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #395146

#395146
(57,81,70)
#4B6056
(75,96,86)
#5D6F66
(93,111,102)
#6F7E76
(111,126,118)
#818D86
(129,141,134)
#939C96
(147,156,150)
#A5ABA6
(165,171,166)
#B7BAB6
(183,186,182)
#C9C9C6
(201,201,198)
#DBD8D6
(219,216,214)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395146; }

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

This text font color is #395146.


Background Color

.myBgColor { background-color: #395146; }

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

This div background color is #395146.


Border color

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

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

This div border color is #395146.


Opacity

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

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

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

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

This text has shadow with #395146 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #395146 on black background.


Color preview on white background

This text has color #395146 on white background.



Black color preview on #395146 background

This text has black color on #395146 background.


White color preview on #395146 background

This text has white color on #395146 background.