COLOR #427379

HEX: #427379
RGB: (66,115,121)

Color info

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

RGB color model

#427379 color RGB value is (66,115,121).

  • red value is 66;
  • green value is 115;
  • blue value is 121.
RGB:
(66,115,121)
(26%,45%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 121 of 255 = 47%

66
115
121

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

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 121 = 302 (100%)
R 66 of 302 ~ 21.85%
G 115 of 302 ~ 38.08%
B 121 of 302 ~ 40.07%

%21.85
%38.08
%40.07

CMYK color model

#427379 color CMYK value is (45,5,0,53).

  • cyan value is 45.45%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,5,0,53)
C45M5Y0K53 
(45%,5%,0%,53%)
(0.45/0.05/0.00/0.53)	

CMYK percentages

%45.45
%4.96
%0
%52.55

Codes

Color #427379 in popluar color models

427379
RGB66115121
HSL187°29.41%36.67%
HSB/HSV187°45.45%47.45%
CMYK45.45%4.96%0.00%
52.55%

Color #427379 in popluar number systems.

HEX427379
Decimal66115121
Binary100001011100111111001
Octal102163171

Shades and tints

Shades of #427379

#427379
(66,115,121)
#3C696E
(60,105,110)
#365F63
(54,95,99)
#305558
(48,85,88)
#2A4B4D
(42,75,77)
#244142
(36,65,66)
#1E3737
(30,55,55)
#182D2C
(24,45,44)
#122321
(18,35,33)
#0C1916
(12,25,22)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #427379

#427379
(66,115,121)
#537F85
(83,127,133)
#648B91
(100,139,145)
#75979D
(117,151,157)
#86A3A9
(134,163,169)
#97AFB5
(151,175,181)
#A8BBC1
(168,187,193)
#B9C7CD
(185,199,205)
#CAD3D9
(202,211,217)
#DBDFE5
(219,223,229)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427379 color. Also use rgb(66,115,121) instead hex code.

Text Font Color

.myTextColor { color: #427379; }

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

This text font color is #427379.


Background Color

.myBgColor { background-color: #427379; }

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

This div background color is #427379.


Border color

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

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

This div border color is #427379.


Opacity

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

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

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

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

This text has shadow with #427379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427379 on black background.


Color preview on white background

This text has color #427379 on white background.



Black color preview on #427379 background

This text has black color on #427379 background.


White color preview on #427379 background

This text has white color on #427379 background.