COLOR #427165

HEX: #427165
RGB: (66,113,101)

Color info

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

RGB color model

#427165 color RGB value is (66,113,101).

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

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 101 of 255 = 40%

66
113
101

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

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 101 = 280 (100%)
R 66 of 280 ~ 23.57%
G 113 of 280 ~ 40.36%
B 101 of 280 ~ 36.07%

%23.57
%40.36
%36.07

CMYK color model

#427165 color CMYK value is (42,0,11,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(42,0,11,56)
C42M0Y11K56 
(42%,0%,11%,56%)
(0.42/0.00/0.11/0.56)	

CMYK percentages

%41.59
%0
%10.62
%55.69

Codes

Color #427165 in popluar color models

427165
RGB66113101
HSL165°26.26%35.10%
HSB/HSV165°41.59%44.31%
CMYK41.59%0.00%10.62%
55.69%

Color #427165 in popluar number systems.

HEX427165
Decimal66113101
Binary100001011100011100101
Octal102161145

Shades and tints

Shades of #427165

#427165
(66,113,101)
#3C675C
(60,103,92)
#365D53
(54,93,83)
#30534A
(48,83,74)
#2A4941
(42,73,65)
#243F38
(36,63,56)
#1E352F
(30,53,47)
#182B26
(24,43,38)
#12211D
(18,33,29)
#0C1714
(12,23,20)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #427165

#427165
(66,113,101)
#537D73
(83,125,115)
#648981
(100,137,129)
#75958F
(117,149,143)
#86A19D
(134,161,157)
#97ADAB
(151,173,171)
#A8B9B9
(168,185,185)
#B9C5C7
(185,197,199)
#CAD1D5
(202,209,213)
#DBDDE3
(219,221,227)
#ECE9F1
(236,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427165; }

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

This text font color is #427165.


Background Color

.myBgColor { background-color: #427165; }

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

This div background color is #427165.


Border color

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

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

This div border color is #427165.


Opacity

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

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

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

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

This text has shadow with #427165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427165 on black background.


Color preview on white background

This text has color #427165 on white background.



Black color preview on #427165 background

This text has black color on #427165 background.


White color preview on #427165 background

This text has white color on #427165 background.