COLOR #427D68

HEX: #427D68
RGB: (66,125,104)

Color info

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

RGB color model

#427D68 color RGB value is (66,125,104).

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

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 104 of 255 = 41%

66
125
104

R + G + B ~ 39%. #427D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 104 = 295 (100%)
R 66 of 295 ~ 22.37%
G 125 of 295 ~ 42.37%
B 104 of 295 ~ 35.25%

%22.37
%42.37
%35.25

CMYK color model

#427D68 color CMYK value is (47,0,17,51).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 50.98%
CMYK:
(47,0,17,51)
C47M0Y17K51 
(47%,0%,17%,51%)
(0.47/0.00/0.17/0.51)	

CMYK percentages

%47.2
%0
%16.8
%50.98

Codes

Color #427D68 in popluar color models

427D68
RGB66125104
HSL159°30.89%37.45%
HSB/HSV159°47.20%49.02%
CMYK47.20%0.00%16.80%
50.98%

Color #427D68 in popluar number systems.

HEX427D68
Decimal66125104
Binary100001011111011101000
Octal102175150

Shades and tints

Shades of #427D68

#427D68
(66,125,104)
#3C725F
(60,114,95)
#366756
(54,103,86)
#305C4D
(48,92,77)
#2A5144
(42,81,68)
#24463B
(36,70,59)
#1E3B32
(30,59,50)
#183029
(24,48,41)
#122520
(18,37,32)
#0C1A17
(12,26,23)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #427D68

#427D68
(66,125,104)
#538875
(83,136,117)
#649382
(100,147,130)
#759E8F
(117,158,143)
#86A99C
(134,169,156)
#97B4A9
(151,180,169)
#A8BFB6
(168,191,182)
#B9CAC3
(185,202,195)
#CAD5D0
(202,213,208)
#DBE0DD
(219,224,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427D68; }

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

This text font color is #427D68.


Background Color

.myBgColor { background-color: #427D68; }

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

This div background color is #427D68.


Border color

.myBorderColor { border: 1px solid #427D68; }

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

This div border color is #427D68.


Opacity

.myOpacity80 { color: #427D68; opacity: 0.8; }

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

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

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

This text has shadow with #427D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D68 on black background.


Color preview on white background

This text has color #427D68 on white background.



Black color preview on #427D68 background

This text has black color on #427D68 background.


White color preview on #427D68 background

This text has white color on #427D68 background.