COLOR #426923

HEX: #426923 RGB: (66,105,35)

Color info

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

RGB color model

#426923 color RGB value is (66,105,35).

RGB: (66,105,35) (26%, 41%, 14%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 35 of 255 = 14%

66
105
35

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

Portions of RGB colors in percentages

R + G + B = 66 + 105 + 35 = 206 (100%)
R 66 of 206 ~ 32.04%
G 105 of 206 ~ 50.97%
B 35 of 206 ~ 16.99'%

%32.04
%50.97
%16.99

CMYK color model

#426923 color CMYK value is (37,0,67,59).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 58.82%

CMYK: (37,0,67,59)
C37M0Y67K59 (37%, 0%, 67%, 59%)
(0.37 / 0.00 / 0.67 / 0.59)

CMYK percentages

%37.14
%0
%66.67
%58.82

Codes

Color #426923 in popluar color models

42 69 23
RGB 66 105 35
HSL 93° 50.00% 27.45%
HSB/HSV 93° 66.67% 41.18%
CMYK 37.14% 0.00% 66.67%
58.82%

Color #426923 in popluar number systems.

HEX 42 69 23
Decimal 66 105 35
Binary 1000010 1101001 100011
Octal 102 151 43

Shades and tints

Shades of #426923

#426923
(66,105,35)
#3C6020
(60,96,32)
#36571D
(54,87,29)
#304E1A
(48,78,26)
#2A4517
(42,69,23)
#243C14
(36,60,20)
#1E3311
(30,51,17)
#182A0E
(24,42,14)
#12210B
(18,33,11)
#0C1808
(12,24,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #426923

#426923
(66,105,35)
#537637
(83,118,55)
#64834B
(100,131,75)
#75905F
(117,144,95)
#869D73
(134,157,115)
#97AA87
(151,170,135)
#A8B79B
(168,183,155)
#B9C4AF
(185,196,175)
#CAD1C3
(202,209,195)
#DBDED7
(219,222,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426923; }

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

This text font color is #426923.

Background Color

.myBgColor { background-color: #426923; }

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

This div background color is #426923.

Border color

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

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

This div border color is #426923.

Opacity

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

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

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

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

This text has shadow with #426923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #426923.

Preview

Color preview on black background

This text has color #426923 on black background.


Color preview on white background

This text has color #426923 on white background.


Black color preview on #426923 background

This text has black color on #426923 background.


White color preview on #426923 background

This text has white color on #426923 background.


Related colors

Complementary color

Complementary color for #hex is #BD96DC.


I love getcolorcode.com

Triadic colors

1 #234269 and #692342 with #426923 are triadic colors.

2 #236942 and #694223 with #426923 are triadic colors.