COLOR #426523

HEX: #426523
RGB: (66,101,35)

Color info

#426523 contains mainly red and green colors. Web safe color of #426523 is #336633 (or #363).

RGB color model

#426523 color RGB value is (66,101,35).

  • red value is 66;
  • green value is 101;
  • blue value is 35.
RGB:
(66,101,35)
(26%,40%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 101 of 255 = 40%
B 35 of 255 = 14%

66
101
35

R + G + B ~ 27%. #426523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 101 + 35 = 202 (100%)
R 66 of 202 ~ 32.67%
G 101 of 202 ~ 50%
B 35 of 202 ~ 17.33%

%32.67
%50
%17.33

CMYK color model

#426523 color CMYK value is (35,0,65,60).

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 65.35%
  • key color value is 60.39%
CMYK:
(35,0,65,60)
C35M0Y65K60 
(35%,0%,65%,60%)
(0.35/0.00/0.65/0.60)	

CMYK percentages

%34.65
%0
%65.35
%60.39

Codes

Color #426523 in popluar color models

426523
RGB6610135
HSL92°48.53%26.67%
HSB/HSV92°65.35%39.61%
CMYK34.65%0.00%65.35%
60.39%

Color #426523 in popluar number systems.

HEX426523
Decimal6610135
Binary10000101100101100011
Octal10214543

Shades and tints

Shades of #426523

#426523
(66,101,35)
#3C5C20
(60,92,32)
#36531D
(54,83,29)
#304A1A
(48,74,26)
#2A4117
(42,65,23)
#243814
(36,56,20)
#1E2F11
(30,47,17)
#18260E
(24,38,14)
#121D0B
(18,29,11)
#0C1408
(12,20,8)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #426523

#426523
(66,101,35)
#537337
(83,115,55)
#64814B
(100,129,75)
#758F5F
(117,143,95)
#869D73
(134,157,115)
#97AB87
(151,171,135)
#A8B99B
(168,185,155)
#B9C7AF
(185,199,175)
#CAD5C3
(202,213,195)
#DBE3D7
(219,227,215)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426523 color. Also use rgb(66,101,35) instead hex code.

Text Font Color

.myTextColor { color: #426523; }

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

This text font color is #426523.


Background Color

.myBgColor { background-color: #426523; }

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

This div background color is #426523.


Border color

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

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

This div border color is #426523.


Opacity

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

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

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

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

This text has shadow with #426523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426523 on black background.


Color preview on white background

This text has color #426523 on white background.



Black color preview on #426523 background

This text has black color on #426523 background.


White color preview on #426523 background

This text has white color on #426523 background.