COLOR #427B7D

HEX: #427B7D
RGB: (66,123,125)

Color info

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

RGB color model

#427B7D color RGB value is (66,123,125).

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

RGB channels and saturation

R 66 of 255 = 26%
G 123 of 255 = 48%
B 125 of 255 = 49%

66
123
125

R + G + B ~ 41%. #427B7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 123 + 125 = 314 (100%)
R 66 of 314 ~ 21.02%
G 123 of 314 ~ 39.17%
B 125 of 314 ~ 39.81%

%21.02
%39.17
%39.81

CMYK color model

#427B7D color CMYK value is (47,2,0,51).

  • cyan value is 47.20%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(47,2,0,51)
C47M2Y0K51 
(47%,2%,0%,51%)
(0.47/0.02/0.00/0.51)	

CMYK percentages

%47.2
%1.6
%0
%50.98

Codes

Color #427B7D in popluar color models

427B7D
RGB66123125
HSL182°30.89%37.45%
HSB/HSV182°47.20%49.02%
CMYK47.20%1.60%0.00%
50.98%

Color #427B7D in popluar number systems.

HEX427B7D
Decimal66123125
Binary100001011110111111101
Octal102173175

Shades and tints

Shades of #427B7D

#427B7D
(66,123,125)
#3C7072
(60,112,114)
#366567
(54,101,103)
#305A5C
(48,90,92)
#2A4F51
(42,79,81)
#244446
(36,68,70)
#1E393B
(30,57,59)
#182E30
(24,46,48)
#122325
(18,35,37)
#0C181A
(12,24,26)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #427B7D

#427B7D
(66,123,125)
#538788
(83,135,136)
#649393
(100,147,147)
#759F9E
(117,159,158)
#86ABA9
(134,171,169)
#97B7B4
(151,183,180)
#A8C3BF
(168,195,191)
#B9CFCA
(185,207,202)
#CADBD5
(202,219,213)
#DBE7E0
(219,231,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427B7D; }

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

This text font color is #427B7D.


Background Color

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

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

This div background color is #427B7D.


Border color

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

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

This div border color is #427B7D.


Opacity

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

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

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

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

This text has shadow with #427B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427B7D on black background.


Color preview on white background

This text has color #427B7D on white background.



Black color preview on #427B7D background

This text has black color on #427B7D background.


White color preview on #427B7D background

This text has white color on #427B7D background.