COLOR #427D5E

HEX: #427D5E
RGB: (66,125,94)

Color info

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

RGB color model

#427D5E color RGB value is (66,125,94).

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

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 94 of 255 = 37%

66
125
94

R + G + B ~ 37%. #427D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 94 = 285 (100%)
R 66 of 285 ~ 23.16%
G 125 of 285 ~ 43.86%
B 94 of 285 ~ 32.98%

%23.16
%43.86
%32.98

CMYK color model

#427D5E color CMYK value is (47,0,25,51).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 24.80%
  • key color value is 50.98%
CMYK:
(47,0,25,51)
C47M0Y25K51 
(47%,0%,25%,51%)
(0.47/0.00/0.25/0.51)	

CMYK percentages

%47.2
%0
%24.8
%50.98

Codes

Color #427D5E in popluar color models

427D5E
RGB6612594
HSL148°30.89%37.45%
HSB/HSV148°47.20%49.02%
CMYK47.20%0.00%24.80%
50.98%

Color #427D5E in popluar number systems.

HEX427D5E
Decimal6612594
Binary100001011111011011110
Octal102175136

Shades and tints

Shades of #427D5E

#427D5E
(66,125,94)
#3C7256
(60,114,86)
#36674E
(54,103,78)
#305C46
(48,92,70)
#2A513E
(42,81,62)
#244636
(36,70,54)
#1E3B2E
(30,59,46)
#183026
(24,48,38)
#12251E
(18,37,30)
#0C1A16
(12,26,22)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #427D5E

#427D5E
(66,125,94)
#53886C
(83,136,108)
#64937A
(100,147,122)
#759E88
(117,158,136)
#86A996
(134,169,150)
#97B4A4
(151,180,164)
#A8BFB2
(168,191,178)
#B9CAC0
(185,202,192)
#CAD5CE
(202,213,206)
#DBE0DC
(219,224,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427D5E; }

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

This text font color is #427D5E.


Background Color

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

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

This div background color is #427D5E.


Border color

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

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

This div border color is #427D5E.


Opacity

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

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

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

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

This text has shadow with #427D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D5E on black background.


Color preview on white background

This text has color #427D5E on white background.



Black color preview on #427D5E background

This text has black color on #427D5E background.


White color preview on #427D5E background

This text has white color on #427D5E background.