COLOR #426847

HEX: #426847
RGB: (66,104,71)

Color info

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

RGB color model

#426847 color RGB value is (66,104,71).

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

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 71 of 255 = 28%

66
104
71

R + G + B ~ 32%. #426847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 71 = 241 (100%)
R 66 of 241 ~ 27.39%
G 104 of 241 ~ 43.15%
B 71 of 241 ~ 29.46%

%27.39
%43.15
%29.46

CMYK color model

#426847 color CMYK value is (37,0,32,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(37,0,32,59)
C37M0Y32K59 
(37%,0%,32%,59%)
(0.37/0.00/0.32/0.59)	

CMYK percentages

%36.54
%0
%31.73
%59.22

Codes

Color #426847 in popluar color models

426847
RGB6610471
HSL128°22.35%33.33%
HSB/HSV128°36.54%40.78%
CMYK36.54%0.00%31.73%
59.22%

Color #426847 in popluar number systems.

HEX426847
Decimal6610471
Binary100001011010001000111
Octal102150107

Shades and tints

Shades of #426847

#426847
(66,104,71)
#3C5F41
(60,95,65)
#36563B
(54,86,59)
#304D35
(48,77,53)
#2A442F
(42,68,47)
#243B29
(36,59,41)
#1E3223
(30,50,35)
#18291D
(24,41,29)
#122017
(18,32,23)
#0C1711
(12,23,17)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #426847

#426847
(66,104,71)
#537557
(83,117,87)
#648267
(100,130,103)
#758F77
(117,143,119)
#869C87
(134,156,135)
#97A997
(151,169,151)
#A8B6A7
(168,182,167)
#B9C3B7
(185,195,183)
#CAD0C7
(202,208,199)
#DBDDD7
(219,221,215)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426847; }

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

This text font color is #426847.


Background Color

.myBgColor { background-color: #426847; }

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

This div background color is #426847.


Border color

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

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

This div border color is #426847.


Opacity

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

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

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

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

This text has shadow with #426847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426847 on black background.


Color preview on white background

This text has color #426847 on white background.



Black color preview on #426847 background

This text has black color on #426847 background.


White color preview on #426847 background

This text has white color on #426847 background.