COLOR #426754

HEX: #426754
RGB: (66,103,84)

Color info

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

RGB color model

#426754 color RGB value is (66,103,84).

  • red value is 66;
  • green value is 103;
  • blue value is 84.
RGB:
(66,103,84)
(26%,40%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 103 of 255 = 40%
B 84 of 255 = 33%

66
103
84

R + G + B ~ 33%. #426754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 103 + 84 = 253 (100%)
R 66 of 253 ~ 26.09%
G 103 of 253 ~ 40.71%
B 84 of 253 ~ 33.2%

%26.09
%40.71
%33.2

CMYK color model

#426754 color CMYK value is (36,0,18,60).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 59.61%
CMYK:
(36,0,18,60)
C36M0Y18K60 
(36%,0%,18%,60%)
(0.36/0.00/0.18/0.60)	

CMYK percentages

%35.92
%0
%18.45
%59.61

Codes

Color #426754 in popluar color models

426754
RGB6610384
HSL149°21.89%33.14%
HSB/HSV149°35.92%40.39%
CMYK35.92%0.00%18.45%
59.61%

Color #426754 in popluar number systems.

HEX426754
Decimal6610384
Binary100001011001111010100
Octal102147124

Shades and tints

Shades of #426754

#426754
(66,103,84)
#3C5E4D
(60,94,77)
#365546
(54,85,70)
#304C3F
(48,76,63)
#2A4338
(42,67,56)
#243A31
(36,58,49)
#1E312A
(30,49,42)
#182823
(24,40,35)
#121F1C
(18,31,28)
#0C1615
(12,22,21)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #426754

#426754
(66,103,84)
#537463
(83,116,99)
#648172
(100,129,114)
#758E81
(117,142,129)
#869B90
(134,155,144)
#97A89F
(151,168,159)
#A8B5AE
(168,181,174)
#B9C2BD
(185,194,189)
#CACFCC
(202,207,204)
#DBDCDB
(219,220,219)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426754 color. Also use rgb(66,103,84) instead hex code.

Text Font Color

.myTextColor { color: #426754; }

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

This text font color is #426754.


Background Color

.myBgColor { background-color: #426754; }

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

This div background color is #426754.


Border color

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

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

This div border color is #426754.


Opacity

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

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

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

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

This text has shadow with #426754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426754 on black background.


Color preview on white background

This text has color #426754 on white background.



Black color preview on #426754 background

This text has black color on #426754 background.


White color preview on #426754 background

This text has white color on #426754 background.