COLOR #426150

HEX: #426150
RGB: (66,97,80)

Color info

#426150 contains red, green and blue colors in about the same proportion. Web safe color of #426150 is #336666 (or #366).

RGB color model

#426150 color RGB value is (66,97,80).

  • red value is 66;
  • green value is 97;
  • blue value is 80.
RGB:
(66,97,80)
(26%,38%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 80 of 255 = 31%

66
97
80

R + G + B ~ 32%. #426150 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 80 = 243 (100%)
R 66 of 243 ~ 27.16%
G 97 of 243 ~ 39.92%
B 80 of 243 ~ 32.92%

%27.16
%39.92
%32.92

CMYK color model

#426150 color CMYK value is (32,0,18,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(32,0,18,62)
C32M0Y18K62 
(32%,0%,18%,62%)
(0.32/0.00/0.18/0.62)	

CMYK percentages

%31.96
%0
%17.53
%61.96

Codes

Color #426150 in popluar color models

426150
RGB669780
HSL147°19.02%31.96%
HSB/HSV147°31.96%38.04%
CMYK31.96%0.00%17.53%
61.96%

Color #426150 in popluar number systems.

HEX426150
Decimal669780
Binary100001011000011010000
Octal102141120

Shades and tints

Shades of #426150

#426150
(66,97,80)
#3C5949
(60,89,73)
#365142
(54,81,66)
#30493B
(48,73,59)
#2A4134
(42,65,52)
#24392D
(36,57,45)
#1E3126
(30,49,38)
#18291F
(24,41,31)
#122118
(18,33,24)
#0C1911
(12,25,17)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #426150

#426150
(66,97,80)
#536F5F
(83,111,95)
#647D6E
(100,125,110)
#758B7D
(117,139,125)
#86998C
(134,153,140)
#97A79B
(151,167,155)
#A8B5AA
(168,181,170)
#B9C3B9
(185,195,185)
#CAD1C8
(202,209,200)
#DBDFD7
(219,223,215)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426150 color. Also use rgb(66,97,80) instead hex code.

Text Font Color

.myTextColor { color: #426150; }

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

This text font color is #426150.


Background Color

.myBgColor { background-color: #426150; }

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

This div background color is #426150.


Border color

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

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

This div border color is #426150.


Opacity

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

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

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

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

This text has shadow with #426150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426150 on black background.


Color preview on white background

This text has color #426150 on white background.



Black color preview on #426150 background

This text has black color on #426150 background.


White color preview on #426150 background

This text has white color on #426150 background.