COLOR #427162

HEX: #427162
RGB: (66,113,98)

Color info

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

RGB color model

#427162 color RGB value is (66,113,98).

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

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 98 of 255 = 38%

66
113
98

R + G + B ~ 36%. #427162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 98 = 277 (100%)
R 66 of 277 ~ 23.83%
G 113 of 277 ~ 40.79%
B 98 of 277 ~ 35.38%

%23.83
%40.79
%35.38

CMYK color model

#427162 color CMYK value is (42,0,13,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 55.69%
CMYK:
(42,0,13,56)
C42M0Y13K56 
(42%,0%,13%,56%)
(0.42/0.00/0.13/0.56)	

CMYK percentages

%41.59
%0
%13.27
%55.69

Codes

Color #427162 in popluar color models

427162
RGB6611398
HSL161°26.26%35.10%
HSB/HSV161°41.59%44.31%
CMYK41.59%0.00%13.27%
55.69%

Color #427162 in popluar number systems.

HEX427162
Decimal6611398
Binary100001011100011100010
Octal102161142

Shades and tints

Shades of #427162

#427162
(66,113,98)
#3C675A
(60,103,90)
#365D52
(54,93,82)
#30534A
(48,83,74)
#2A4942
(42,73,66)
#243F3A
(36,63,58)
#1E3532
(30,53,50)
#182B2A
(24,43,42)
#122122
(18,33,34)
#0C171A
(12,23,26)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #427162

#427162
(66,113,98)
#537D70
(83,125,112)
#64897E
(100,137,126)
#75958C
(117,149,140)
#86A19A
(134,161,154)
#97ADA8
(151,173,168)
#A8B9B6
(168,185,182)
#B9C5C4
(185,197,196)
#CAD1D2
(202,209,210)
#DBDDE0
(219,221,224)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427162; }

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

This text font color is #427162.


Background Color

.myBgColor { background-color: #427162; }

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

This div background color is #427162.


Border color

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

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

This div border color is #427162.


Opacity

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

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

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

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

This text has shadow with #427162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427162 on black background.


Color preview on white background

This text has color #427162 on white background.



Black color preview on #427162 background

This text has black color on #427162 background.


White color preview on #427162 background

This text has white color on #427162 background.