COLOR #426838

HEX: #426838
RGB: (66,104,56)

Color info

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

RGB color model

#426838 color RGB value is (66,104,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 104 of 255 = 41%
B 56 of 255 = 22%

66
104
56

R + G + B ~ 30%. #426838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 104 + 56 = 226 (100%)
R 66 of 226 ~ 29.2%
G 104 of 226 ~ 46.02%
B 56 of 226 ~ 24.78%

%29.2
%46.02
%24.78

CMYK color model

#426838 color CMYK value is (37,0,46,59).

  • cyan value is 36.54%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(37,0,46,59)
C37M0Y46K59 
(37%,0%,46%,59%)
(0.37/0.00/0.46/0.59)	

CMYK percentages

%36.54
%0
%46.15
%59.22

Codes

Color #426838 in popluar color models

426838
RGB6610456
HSL108°30.00%31.37%
HSB/HSV108°46.15%40.78%
CMYK36.54%0.00%46.15%
59.22%

Color #426838 in popluar number systems.

HEX426838
Decimal6610456
Binary10000101101000111000
Octal10215070

Shades and tints

Shades of #426838

#426838
(66,104,56)
#3C5F33
(60,95,51)
#36562E
(54,86,46)
#304D29
(48,77,41)
#2A4424
(42,68,36)
#243B1F
(36,59,31)
#1E321A
(30,50,26)
#182915
(24,41,21)
#122010
(18,32,16)
#0C170B
(12,23,11)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #426838

#426838
(66,104,56)
#53754A
(83,117,74)
#64825C
(100,130,92)
#758F6E
(117,143,110)
#869C80
(134,156,128)
#97A992
(151,169,146)
#A8B6A4
(168,182,164)
#B9C3B6
(185,195,182)
#CAD0C8
(202,208,200)
#DBDDDA
(219,221,218)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426838; }

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

This text font color is #426838.


Background Color

.myBgColor { background-color: #426838; }

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

This div background color is #426838.


Border color

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

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

This div border color is #426838.


Opacity

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

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

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

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

This text has shadow with #426838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426838 on black background.


Color preview on white background

This text has color #426838 on white background.



Black color preview on #426838 background

This text has black color on #426838 background.


White color preview on #426838 background

This text has white color on #426838 background.