COLOR #427565

HEX: #427565
RGB: (66,117,101)

Color info

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

RGB color model

#427565 color RGB value is (66,117,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 101 of 255 = 40%

66
117
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 101 = 284 (100%)
R 66 of 284 ~ 23.24%
G 117 of 284 ~ 41.2%
B 101 of 284 ~ 35.56%

%23.24
%41.2
%35.56

CMYK color model

#427565 color CMYK value is (44,0,14,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(44,0,14,54)
C44M0Y14K54 
(44%,0%,14%,54%)
(0.44/0.00/0.14/0.54)	

CMYK percentages

%43.59
%0
%13.68
%54.12

Codes

Color #427565 in popluar color models

427565
RGB66117101
HSL161°27.87%35.88%
HSB/HSV161°43.59%45.88%
CMYK43.59%0.00%13.68%
54.12%

Color #427565 in popluar number systems.

HEX427565
Decimal66117101
Binary100001011101011100101
Octal102165145

Shades and tints

Shades of #427565

#427565
(66,117,101)
#3C6B5C
(60,107,92)
#366153
(54,97,83)
#30574A
(48,87,74)
#2A4D41
(42,77,65)
#244338
(36,67,56)
#1E392F
(30,57,47)
#182F26
(24,47,38)
#12251D
(18,37,29)
#0C1B14
(12,27,20)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #427565

#427565
(66,117,101)
#538173
(83,129,115)
#648D81
(100,141,129)
#75998F
(117,153,143)
#86A59D
(134,165,157)
#97B1AB
(151,177,171)
#A8BDB9
(168,189,185)
#B9C9C7
(185,201,199)
#CAD5D5
(202,213,213)
#DBE1E3
(219,225,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427565; }

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

This text font color is #427565.


Background Color

.myBgColor { background-color: #427565; }

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

This div background color is #427565.


Border color

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

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

This div border color is #427565.


Opacity

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

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

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

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

This text has shadow with #427565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427565 on black background.


Color preview on white background

This text has color #427565 on white background.



Black color preview on #427565 background

This text has black color on #427565 background.


White color preview on #427565 background

This text has white color on #427565 background.