COLOR #427969

HEX: #427969
RGB: (66,121,105)

Color info

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

RGB color model

#427969 color RGB value is (66,121,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 121 of 255 = 47%
B 105 of 255 = 41%

66
121
105

R + G + B ~ 38%. #427969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 121 + 105 = 292 (100%)
R 66 of 292 ~ 22.6%
G 121 of 292 ~ 41.44%
B 105 of 292 ~ 35.96%

%22.6
%41.44
%35.96

CMYK color model

#427969 color CMYK value is (45,0,13,53).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(45,0,13,53)
C45M0Y13K53 
(45%,0%,13%,53%)
(0.45/0.00/0.13/0.53)	

CMYK percentages

%45.45
%0
%13.22
%52.55

Codes

Color #427969 in popluar color models

427969
RGB66121105
HSL163°29.41%36.67%
HSB/HSV163°45.45%47.45%
CMYK45.45%0.00%13.22%
52.55%

Color #427969 in popluar number systems.

HEX427969
Decimal66121105
Binary100001011110011101001
Octal102171151

Shades and tints

Shades of #427969

#427969
(66,121,105)
#3C6E60
(60,110,96)
#366357
(54,99,87)
#30584E
(48,88,78)
#2A4D45
(42,77,69)
#24423C
(36,66,60)
#1E3733
(30,55,51)
#182C2A
(24,44,42)
#122121
(18,33,33)
#0C1618
(12,22,24)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #427969

#427969
(66,121,105)
#538576
(83,133,118)
#649183
(100,145,131)
#759D90
(117,157,144)
#86A99D
(134,169,157)
#97B5AA
(151,181,170)
#A8C1B7
(168,193,183)
#B9CDC4
(185,205,196)
#CAD9D1
(202,217,209)
#DBE5DE
(219,229,222)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427969; }

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

This text font color is #427969.


Background Color

.myBgColor { background-color: #427969; }

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

This div background color is #427969.


Border color

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

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

This div border color is #427969.


Opacity

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

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

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

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

This text has shadow with #427969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427969 on black background.


Color preview on white background

This text has color #427969 on white background.



Black color preview on #427969 background

This text has black color on #427969 background.


White color preview on #427969 background

This text has white color on #427969 background.