COLOR #426253

HEX: #426253
RGB: (66,98,83)

Color info

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

RGB color model

#426253 color RGB value is (66,98,83).

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

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 83 of 255 = 33%

66
98
83

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

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 83 = 247 (100%)
R 66 of 247 ~ 26.72%
G 98 of 247 ~ 39.68%
B 83 of 247 ~ 33.6%

%26.72
%39.68
%33.6

CMYK color model

#426253 color CMYK value is (33,0,15,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 61.57%
CMYK:
(33,0,15,62)
C33M0Y15K62 
(33%,0%,15%,62%)
(0.33/0.00/0.15/0.62)	

CMYK percentages

%32.65
%0
%15.31
%61.57

Codes

Color #426253 in popluar color models

426253
RGB669883
HSL152°19.51%32.16%
HSB/HSV152°32.65%38.43%
CMYK32.65%0.00%15.31%
61.57%

Color #426253 in popluar number systems.

HEX426253
Decimal669883
Binary100001011000101010011
Octal102142123

Shades and tints

Shades of #426253

#426253
(66,98,83)
#3C5A4C
(60,90,76)
#365245
(54,82,69)
#304A3E
(48,74,62)
#2A4237
(42,66,55)
#243A30
(36,58,48)
#1E3229
(30,50,41)
#182A22
(24,42,34)
#12221B
(18,34,27)
#0C1A14
(12,26,20)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #426253

#426253
(66,98,83)
#537062
(83,112,98)
#647E71
(100,126,113)
#758C80
(117,140,128)
#869A8F
(134,154,143)
#97A89E
(151,168,158)
#A8B6AD
(168,182,173)
#B9C4BC
(185,196,188)
#CAD2CB
(202,210,203)
#DBE0DA
(219,224,218)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #426253; }

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

This text font color is #426253.


Background Color

.myBgColor { background-color: #426253; }

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

This div background color is #426253.


Border color

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

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

This div border color is #426253.


Opacity

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

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

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

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

This text has shadow with #426253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426253 on black background.


Color preview on white background

This text has color #426253 on white background.



Black color preview on #426253 background

This text has black color on #426253 background.


White color preview on #426253 background

This text has white color on #426253 background.