COLOR #426F4A

HEX: #426F4A
RGB: (66,111,74)

Color info

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

RGB color model

#426F4A color RGB value is (66,111,74).

  • red value is 66;
  • green value is 111;
  • blue value is 74.
RGB:
(66,111,74)
(26%,44%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 111 of 255 = 44%
B 74 of 255 = 29%

66
111
74

R + G + B ~ 33%. #426F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 111 + 74 = 251 (100%)
R 66 of 251 ~ 26.29%
G 111 of 251 ~ 44.22%
B 74 of 251 ~ 29.48%

%26.29
%44.22
%29.48

CMYK color model

#426F4A color CMYK value is (41,0,33,56).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(41,0,33,56)
C41M0Y33K56 
(41%,0%,33%,56%)
(0.41/0.00/0.33/0.56)	

CMYK percentages

%40.54
%0
%33.33
%56.47

Codes

Color #426F4A in popluar color models

426F4A
RGB6611174
HSL131°25.42%34.71%
HSB/HSV131°40.54%43.53%
CMYK40.54%0.00%33.33%
56.47%

Color #426F4A in popluar number systems.

HEX426F4A
Decimal6611174
Binary100001011011111001010
Octal102157112

Shades and tints

Shades of #426F4A

#426F4A
(66,111,74)
#3C6544
(60,101,68)
#365B3E
(54,91,62)
#305138
(48,81,56)
#2A4732
(42,71,50)
#243D2C
(36,61,44)
#1E3326
(30,51,38)
#182920
(24,41,32)
#121F1A
(18,31,26)
#0C1514
(12,21,20)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #426F4A

#426F4A
(66,111,74)
#537C5A
(83,124,90)
#64896A
(100,137,106)
#75967A
(117,150,122)
#86A38A
(134,163,138)
#97B09A
(151,176,154)
#A8BDAA
(168,189,170)
#B9CABA
(185,202,186)
#CAD7CA
(202,215,202)
#DBE4DA
(219,228,218)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426F4A color. Also use rgb(66,111,74) instead hex code.

Text Font Color

.myTextColor { color: #426F4A; }

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

This text font color is #426F4A.


Background Color

.myBgColor { background-color: #426F4A; }

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

This div background color is #426F4A.


Border color

.myBorderColor { border: 1px solid #426F4A; }

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

This div border color is #426F4A.


Opacity

.myOpacity80 { color: #426F4A; opacity: 0.8; }

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

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

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

This text has shadow with #426F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426F4A on black background.


Color preview on white background

This text has color #426F4A on white background.



Black color preview on #426F4A background

This text has black color on #426F4A background.


White color preview on #426F4A background

This text has white color on #426F4A background.