COLOR #426230

HEX: #426230
RGB: (66,98,48)

Color info

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

RGB color model

#426230 color RGB value is (66,98,48).

  • red value is 66;
  • green value is 98;
  • blue value is 48.
RGB:
(66,98,48)
(26%,38%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 48 of 255 = 19%

66
98
48

R + G + B ~ 28%. #426230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 48 = 212 (100%)
R 66 of 212 ~ 31.13%
G 98 of 212 ~ 46.23%
B 48 of 212 ~ 22.64%

%31.13
%46.23
%22.64

CMYK color model

#426230 color CMYK value is (33,0,51,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 51.02%
  • key color value is 61.57%
CMYK:
(33,0,51,62)
C33M0Y51K62 
(33%,0%,51%,62%)
(0.33/0.00/0.51/0.62)	

CMYK percentages

%32.65
%0
%51.02
%61.57

Codes

Color #426230 in popluar color models

426230
RGB669848
HSL98°34.25%28.63%
HSB/HSV98°51.02%38.43%
CMYK32.65%0.00%51.02%
61.57%

Color #426230 in popluar number systems.

HEX426230
Decimal669848
Binary10000101100010110000
Octal10214260

Shades and tints

Shades of #426230

#426230
(66,98,48)
#3C5A2C
(60,90,44)
#365228
(54,82,40)
#304A24
(48,74,36)
#2A4220
(42,66,32)
#243A1C
(36,58,28)
#1E3218
(30,50,24)
#182A14
(24,42,20)
#122210
(18,34,16)
#0C1A0C
(12,26,12)
#061208
(6,18,8)
#000000
(0,0,0)

Tints of #426230

#426230
(66,98,48)
#537042
(83,112,66)
#647E54
(100,126,84)
#758C66
(117,140,102)
#869A78
(134,154,120)
#97A88A
(151,168,138)
#A8B69C
(168,182,156)
#B9C4AE
(185,196,174)
#CAD2C0
(202,210,192)
#DBE0D2
(219,224,210)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426230 color. Also use rgb(66,98,48) instead hex code.

Text Font Color

.myTextColor { color: #426230; }

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

This text font color is #426230.


Background Color

.myBgColor { background-color: #426230; }

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

This div background color is #426230.


Border color

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

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

This div border color is #426230.


Opacity

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

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

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

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

This text has shadow with #426230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426230 on black background.


Color preview on white background

This text has color #426230 on white background.



Black color preview on #426230 background

This text has black color on #426230 background.


White color preview on #426230 background

This text has white color on #426230 background.