COLOR #427861

HEX: #427861
RGB: (66,120,97)

Color info

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

RGB color model

#427861 color RGB value is (66,120,97).

  • red value is 66;
  • green value is 120;
  • blue value is 97.
RGB:
(66,120,97)
(26%,47%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 97 of 255 = 38%

66
120
97

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

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 97 = 283 (100%)
R 66 of 283 ~ 23.32%
G 120 of 283 ~ 42.4%
B 97 of 283 ~ 34.28%

%23.32
%42.4
%34.28

CMYK color model

#427861 color CMYK value is (45,0,19,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(45,0,19,53)
C45M0Y19K53 
(45%,0%,19%,53%)
(0.45/0.00/0.19/0.53)	

CMYK percentages

%45
%0
%19.17
%52.94

Codes

Color #427861 in popluar color models

427861
RGB6612097
HSL154°29.03%36.47%
HSB/HSV154°45.00%47.06%
CMYK45.00%0.00%19.17%
52.94%

Color #427861 in popluar number systems.

HEX427861
Decimal6612097
Binary100001011110001100001
Octal102170141

Shades and tints

Shades of #427861

#427861
(66,120,97)
#3C6E59
(60,110,89)
#366451
(54,100,81)
#305A49
(48,90,73)
#2A5041
(42,80,65)
#244639
(36,70,57)
#1E3C31
(30,60,49)
#183229
(24,50,41)
#122821
(18,40,33)
#0C1E19
(12,30,25)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #427861

#427861
(66,120,97)
#53846F
(83,132,111)
#64907D
(100,144,125)
#759C8B
(117,156,139)
#86A899
(134,168,153)
#97B4A7
(151,180,167)
#A8C0B5
(168,192,181)
#B9CCC3
(185,204,195)
#CAD8D1
(202,216,209)
#DBE4DF
(219,228,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427861 color. Also use rgb(66,120,97) instead hex code.

Text Font Color

.myTextColor { color: #427861; }

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

This text font color is #427861.


Background Color

.myBgColor { background-color: #427861; }

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

This div background color is #427861.


Border color

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

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

This div border color is #427861.


Opacity

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

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

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

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

This text has shadow with #427861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427861 on black background.


Color preview on white background

This text has color #427861 on white background.



Black color preview on #427861 background

This text has black color on #427861 background.


White color preview on #427861 background

This text has white color on #427861 background.