COLOR #426B33

HEX: #426B33
RGB: (66,107,51)

Color info

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

RGB color model

#426B33 color RGB value is (66,107,51).

  • red value is 66;
  • green value is 107;
  • blue value is 51.
RGB:
(66,107,51)
(26%,42%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 107 of 255 = 42%
B 51 of 255 = 20%

66
107
51

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

Portions of RGB colors in percentages

R + G + B =
66 + 107 + 51 = 224 (100%)
R 66 of 224 ~ 29.46%
G 107 of 224 ~ 47.77%
B 51 of 224 ~ 22.77%

%29.46
%47.77
%22.77

CMYK color model

#426B33 color CMYK value is (38,0,52,58).

  • cyan value is 38.32%
  • magenta value is 0.00%
  • yellow value is 52.34%
  • key color value is 58.04%
CMYK:
(38,0,52,58)
C38M0Y52K58 
(38%,0%,52%,58%)
(0.38/0.00/0.52/0.58)	

CMYK percentages

%38.32
%0
%52.34
%58.04

Codes

Color #426B33 in popluar color models

426B33
RGB6610751
HSL104°35.44%30.98%
HSB/HSV104°52.34%41.96%
CMYK38.32%0.00%52.34%
58.04%

Color #426B33 in popluar number systems.

HEX426B33
Decimal6610751
Binary10000101101011110011
Octal10215363

Shades and tints

Shades of #426B33

#426B33
(66,107,51)
#3C622F
(60,98,47)
#36592B
(54,89,43)
#305027
(48,80,39)
#2A4723
(42,71,35)
#243E1F
(36,62,31)
#1E351B
(30,53,27)
#182C17
(24,44,23)
#122313
(18,35,19)
#0C1A0F
(12,26,15)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #426B33

#426B33
(66,107,51)
#537845
(83,120,69)
#648557
(100,133,87)
#759269
(117,146,105)
#869F7B
(134,159,123)
#97AC8D
(151,172,141)
#A8B99F
(168,185,159)
#B9C6B1
(185,198,177)
#CAD3C3
(202,211,195)
#DBE0D5
(219,224,213)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426B33 color. Also use rgb(66,107,51) instead hex code.

Text Font Color

.myTextColor { color: #426B33; }

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

This text font color is #426B33.


Background Color

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

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

This div background color is #426B33.


Border color

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

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

This div border color is #426B33.


Opacity

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

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

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

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

This text has shadow with #426B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426B33 on black background.


Color preview on white background

This text has color #426B33 on white background.



Black color preview on #426B33 background

This text has black color on #426B33 background.


White color preview on #426B33 background

This text has white color on #426B33 background.