COLOR #396143

HEX: #396143
RGB: (57,97,67)

Color info

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

RGB color model

#396143 color RGB value is (57,97,67).

  • red value is 57;
  • green value is 97;
  • blue value is 67.
RGB:
(57,97,67)
(22%,38%,26%)

RGB channels and saturation

R 57 of 255 = 22%
G 97 of 255 = 38%
B 67 of 255 = 26%

57
97
67

R + G + B ~ 29%. #396143 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 97 + 67 = 221 (100%)
R 57 of 221 ~ 25.79%
G 97 of 221 ~ 43.89%
B 67 of 221 ~ 30.32%

%25.79
%43.89
%30.32

CMYK color model

#396143 color CMYK value is (41,0,31,62).

  • cyan value is 41.24%
  • magenta value is 0.00%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(41,0,31,62)
C41M0Y31K62 
(41%,0%,31%,62%)
(0.41/0.00/0.31/0.62)	

CMYK percentages

%41.24
%0
%30.93
%61.96

Codes

Color #396143 in popluar color models

396143
RGB579767
HSL135°25.97%30.20%
HSB/HSV135°41.24%38.04%
CMYK41.24%0.00%30.93%
61.96%

Color #396143 in popluar number systems.

HEX396143
Decimal579767
Binary11100111000011000011
Octal71141103

Shades and tints

Shades of #396143

#396143
(57,97,67)
#34593D
(52,89,61)
#2F5137
(47,81,55)
#2A4931
(42,73,49)
#25412B
(37,65,43)
#203925
(32,57,37)
#1B311F
(27,49,31)
#162919
(22,41,25)
#112113
(17,33,19)
#0C190D
(12,25,13)
#071107
(7,17,7)
#000000
(0,0,0)

Tints of #396143

#396143
(57,97,67)
#4B6F54
(75,111,84)
#5D7D65
(93,125,101)
#6F8B76
(111,139,118)
#819987
(129,153,135)
#93A798
(147,167,152)
#A5B5A9
(165,181,169)
#B7C3BA
(183,195,186)
#C9D1CB
(201,209,203)
#DBDFDC
(219,223,220)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #396143; }

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

This text font color is #396143.


Background Color

.myBgColor { background-color: #396143; }

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

This div background color is #396143.


Border color

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

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

This div border color is #396143.


Opacity

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

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

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

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

This text has shadow with #396143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396143 on black background.


Color preview on white background

This text has color #396143 on white background.



Black color preview on #396143 background

This text has black color on #396143 background.


White color preview on #396143 background

This text has white color on #396143 background.