COLOR #426834

HEX: #426834
RGB: (66,104,52)

Color info

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

RGB color model

#426834 color RGB value is (66,104,52).

  • red value is 66;
  • green value is 104;
  • blue value is 52.
RGB:
(66,104,52)
(26%,41%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 52 of 255 = 20%

66
104
52

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

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 52 = 222 (100%)
R 66 of 222 ~ 29.73%
G 104 of 222 ~ 46.85%
B 52 of 222 ~ 23.42%

%29.73
%46.85
%23.42

CMYK color model

#426834 color CMYK value is (37,0,50,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 59.22%
CMYK:
(37,0,50,59)
C37M0Y50K59 
(37%,0%,50%,59%)
(0.37/0.00/0.50/0.59)	

CMYK percentages

%36.54
%0
%50
%59.22

Codes

Color #426834 in popluar color models

426834
RGB6610452
HSL104°33.33%30.59%
HSB/HSV104°50.00%40.78%
CMYK36.54%0.00%50.00%
59.22%

Color #426834 in popluar number systems.

HEX426834
Decimal6610452
Binary10000101101000110100
Octal10215064

Shades and tints

Shades of #426834

#426834
(66,104,52)
#3C5F30
(60,95,48)
#36562C
(54,86,44)
#304D28
(48,77,40)
#2A4424
(42,68,36)
#243B20
(36,59,32)
#1E321C
(30,50,28)
#182918
(24,41,24)
#122014
(18,32,20)
#0C1710
(12,23,16)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #426834

#426834
(66,104,52)
#537546
(83,117,70)
#648258
(100,130,88)
#758F6A
(117,143,106)
#869C7C
(134,156,124)
#97A98E
(151,169,142)
#A8B6A0
(168,182,160)
#B9C3B2
(185,195,178)
#CAD0C4
(202,208,196)
#DBDDD6
(219,221,214)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426834 color. Also use rgb(66,104,52) instead hex code.

Text Font Color

.myTextColor { color: #426834; }

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

This text font color is #426834.


Background Color

.myBgColor { background-color: #426834; }

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

This div background color is #426834.


Border color

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

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

This div border color is #426834.


Opacity

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

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

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

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

This text has shadow with #426834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426834 on black background.


Color preview on white background

This text has color #426834 on white background.



Black color preview on #426834 background

This text has black color on #426834 background.


White color preview on #426834 background

This text has white color on #426834 background.