COLOR #427475

HEX: #427475
RGB: (66,116,117)

Color info

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

RGB color model

#427475 color RGB value is (66,116,117).

  • red value is 66;
  • green value is 116;
  • blue value is 117.
RGB:
(66,116,117)
(26%,45%,46%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 117 of 255 = 46%

66
116
117

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

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 117 = 299 (100%)
R 66 of 299 ~ 22.07%
G 116 of 299 ~ 38.8%
B 117 of 299 ~ 39.13%

%22.07
%38.8
%39.13

CMYK color model

#427475 color CMYK value is (44,1,0,54).

  • cyan value is 43.59%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(44,1,0,54)
C44M1Y0K54 
(44%,1%,0%,54%)
(0.44/0.01/0.00/0.54)	

CMYK percentages

%43.59
%0.85
%0
%54.12

Codes

Color #427475 in popluar color models

427475
RGB66116117
HSL181°27.87%35.88%
HSB/HSV181°43.59%45.88%
CMYK43.59%0.85%0.00%
54.12%

Color #427475 in popluar number systems.

HEX427475
Decimal66116117
Binary100001011101001110101
Octal102164165

Shades and tints

Shades of #427475

#427475
(66,116,117)
#3C6A6B
(60,106,107)
#366061
(54,96,97)
#305657
(48,86,87)
#2A4C4D
(42,76,77)
#244243
(36,66,67)
#1E3839
(30,56,57)
#182E2F
(24,46,47)
#122425
(18,36,37)
#0C1A1B
(12,26,27)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #427475

#427475
(66,116,117)
#538081
(83,128,129)
#648C8D
(100,140,141)
#759899
(117,152,153)
#86A4A5
(134,164,165)
#97B0B1
(151,176,177)
#A8BCBD
(168,188,189)
#B9C8C9
(185,200,201)
#CAD4D5
(202,212,213)
#DBE0E1
(219,224,225)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427475 color. Also use rgb(66,116,117) instead hex code.

Text Font Color

.myTextColor { color: #427475; }

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

This text font color is #427475.


Background Color

.myBgColor { background-color: #427475; }

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

This div background color is #427475.


Border color

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

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

This div border color is #427475.


Opacity

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

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

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

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

This text has shadow with #427475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427475 on black background.


Color preview on white background

This text has color #427475 on white background.



Black color preview on #427475 background

This text has black color on #427475 background.


White color preview on #427475 background

This text has white color on #427475 background.