COLOR #427A7A

HEX: #427A7A
RGB: (66,122,122)

Color info

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

RGB color model

#427A7A color RGB value is (66,122,122).

  • red value is 66;
  • green value is 122;
  • blue value is 122.
RGB:
(66,122,122)
(26%,48%,48%)

RGB channels and saturation

R 66 of 255 = 26%
G 122 of 255 = 48%
B 122 of 255 = 48%

66
122
122

R + G + B ~ 41%. #427A7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 122 + 122 = 310 (100%)
R 66 of 310 ~ 21.29%
G 122 of 310 ~ 39.35%
B 122 of 310 ~ 39.35%

%21.29
%39.35
%39.35

CMYK color model

#427A7A color CMYK value is (46,0,0,52).

  • cyan value is 45.90%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(46,0,0,52)
C46M0Y0K52 
(46%,0%,0%,52%)
(0.46/0.00/0.00/0.52)	

CMYK percentages

%45.9
%0
%0
%52.16

Codes

Color #427A7A in popluar color models

427A7A
RGB66122122
HSL180°29.79%36.86%
HSB/HSV180°45.90%47.84%
CMYK45.90%0.00%0.00%
52.16%

Color #427A7A in popluar number systems.

HEX427A7A
Decimal66122122
Binary100001011110101111010
Octal102172172

Shades and tints

Shades of #427A7A

#427A7A
(66,122,122)
#3C6F6F
(60,111,111)
#366464
(54,100,100)
#305959
(48,89,89)
#2A4E4E
(42,78,78)
#244343
(36,67,67)
#1E3838
(30,56,56)
#182D2D
(24,45,45)
#122222
(18,34,34)
#0C1717
(12,23,23)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #427A7A

#427A7A
(66,122,122)
#538686
(83,134,134)
#649292
(100,146,146)
#759E9E
(117,158,158)
#86AAAA
(134,170,170)
#97B6B6
(151,182,182)
#A8C2C2
(168,194,194)
#B9CECE
(185,206,206)
#CADADA
(202,218,218)
#DBE6E6
(219,230,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427A7A color. Also use rgb(66,122,122) instead hex code.

Text Font Color

.myTextColor { color: #427A7A; }

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

This text font color is #427A7A.


Background Color

.myBgColor { background-color: #427A7A; }

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

This div background color is #427A7A.


Border color

.myBorderColor { border: 1px solid #427A7A; }

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

This div border color is #427A7A.


Opacity

.myOpacity80 { color: #427A7A; opacity: 0.8; }

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

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

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

This text has shadow with #427A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427A7A on black background.


Color preview on white background

This text has color #427A7A on white background.



Black color preview on #427A7A background

This text has black color on #427A7A background.


White color preview on #427A7A background

This text has white color on #427A7A background.