COLOR #427D6E

HEX: #427D6E
RGB: (66,125,110)

Color info

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

RGB color model

#427D6E color RGB value is (66,125,110).

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

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 110 of 255 = 43%

66
125
110

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

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 110 = 301 (100%)
R 66 of 301 ~ 21.93%
G 125 of 301 ~ 41.53%
B 110 of 301 ~ 36.54%

%21.93
%41.53
%36.54

CMYK color model

#427D6E color CMYK value is (47,0,12,51).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(47,0,12,51)
C47M0Y12K51 
(47%,0%,12%,51%)
(0.47/0.00/0.12/0.51)	

CMYK percentages

%47.2
%0
%12
%50.98

Codes

Color #427D6E in popluar color models

427D6E
RGB66125110
HSL165°30.89%37.45%
HSB/HSV165°47.20%49.02%
CMYK47.20%0.00%12.00%
50.98%

Color #427D6E in popluar number systems.

HEX427D6E
Decimal66125110
Binary100001011111011101110
Octal102175156

Shades and tints

Shades of #427D6E

#427D6E
(66,125,110)
#3C7264
(60,114,100)
#36675A
(54,103,90)
#305C50
(48,92,80)
#2A5146
(42,81,70)
#24463C
(36,70,60)
#1E3B32
(30,59,50)
#183028
(24,48,40)
#12251E
(18,37,30)
#0C1A14
(12,26,20)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #427D6E

#427D6E
(66,125,110)
#53887B
(83,136,123)
#649388
(100,147,136)
#759E95
(117,158,149)
#86A9A2
(134,169,162)
#97B4AF
(151,180,175)
#A8BFBC
(168,191,188)
#B9CAC9
(185,202,201)
#CAD5D6
(202,213,214)
#DBE0E3
(219,224,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427D6E; }

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

This text font color is #427D6E.


Background Color

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

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

This div background color is #427D6E.


Border color

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

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

This div border color is #427D6E.


Opacity

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

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

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

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

This text has shadow with #427D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D6E on black background.


Color preview on white background

This text has color #427D6E on white background.



Black color preview on #427D6E background

This text has black color on #427D6E background.


White color preview on #427D6E background

This text has white color on #427D6E background.