COLOR #426147

HEX: #426147
RGB: (66,97,71)

Color info

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

RGB color model

#426147 color RGB value is (66,97,71).

  • red value is 66;
  • green value is 97;
  • blue value is 71.
RGB:
(66,97,71)
(26%,38%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 71 of 255 = 28%

66
97
71

R + G + B ~ 31%. #426147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 71 = 234 (100%)
R 66 of 234 ~ 28.21%
G 97 of 234 ~ 41.45%
B 71 of 234 ~ 30.34%

%28.21
%41.45
%30.34

CMYK color model

#426147 color CMYK value is (32,0,27,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 26.80%
  • key color value is 61.96%
CMYK:
(32,0,27,62)
C32M0Y27K62 
(32%,0%,27%,62%)
(0.32/0.00/0.27/0.62)	

CMYK percentages

%31.96
%0
%26.8
%61.96

Codes

Color #426147 in popluar color models

426147
RGB669771
HSL130°19.02%31.96%
HSB/HSV130°31.96%38.04%
CMYK31.96%0.00%26.80%
61.96%

Color #426147 in popluar number systems.

HEX426147
Decimal669771
Binary100001011000011000111
Octal102141107

Shades and tints

Shades of #426147

#426147
(66,97,71)
#3C5941
(60,89,65)
#36513B
(54,81,59)
#304935
(48,73,53)
#2A412F
(42,65,47)
#243929
(36,57,41)
#1E3123
(30,49,35)
#18291D
(24,41,29)
#122117
(18,33,23)
#0C1911
(12,25,17)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #426147

#426147
(66,97,71)
#536F57
(83,111,87)
#647D67
(100,125,103)
#758B77
(117,139,119)
#869987
(134,153,135)
#97A797
(151,167,151)
#A8B5A7
(168,181,167)
#B9C3B7
(185,195,183)
#CAD1C7
(202,209,199)
#DBDFD7
(219,223,215)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426147 color. Also use rgb(66,97,71) instead hex code.

Text Font Color

.myTextColor { color: #426147; }

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

This text font color is #426147.


Background Color

.myBgColor { background-color: #426147; }

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

This div background color is #426147.


Border color

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

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

This div border color is #426147.


Opacity

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

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

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

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

This text has shadow with #426147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426147 on black background.


Color preview on white background

This text has color #426147 on white background.



Black color preview on #426147 background

This text has black color on #426147 background.


White color preview on #426147 background

This text has white color on #426147 background.