COLOR #42617A

HEX: #42617A
RGB: (66,97,122)

Color info

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

RGB color model

#42617A color RGB value is (66,97,122).

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

RGB channels and saturation

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

66
97
122

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

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 122 = 285 (100%)
R 66 of 285 ~ 23.16%
G 97 of 285 ~ 34.04%
B 122 of 285 ~ 42.81%

%23.16
%34.04
%42.81

CMYK color model

#42617A color CMYK value is (46,20,0,52).

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

CMYK percentages

%45.9
%20.49
%0
%52.16

Codes

Color #42617A in popluar color models

42617A
RGB6697122
HSL207°29.79%36.86%
HSB/HSV207°45.90%47.84%
CMYK45.90%20.49%0.00%
52.16%

Color #42617A in popluar number systems.

HEX42617A
Decimal6697122
Binary100001011000011111010
Octal102141172

Shades and tints

Shades of #42617A

#42617A
(66,97,122)
#3C596F
(60,89,111)
#365164
(54,81,100)
#304959
(48,73,89)
#2A414E
(42,65,78)
#243943
(36,57,67)
#1E3138
(30,49,56)
#18292D
(24,41,45)
#122122
(18,33,34)
#0C1917
(12,25,23)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #42617A

#42617A
(66,97,122)
#536F86
(83,111,134)
#647D92
(100,125,146)
#758B9E
(117,139,158)
#8699AA
(134,153,170)
#97A7B6
(151,167,182)
#A8B5C2
(168,181,194)
#B9C3CE
(185,195,206)
#CAD1DA
(202,209,218)
#DBDFE6
(219,223,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42617A; }

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

This text font color is #42617A.


Background Color

.myBgColor { background-color: #42617A; }

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

This div background color is #42617A.


Border color

.myBorderColor { border: 1px solid #42617A; }

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

This div border color is #42617A.


Opacity

.myOpacity80 { color: #42617A; opacity: 0.8; }

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

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

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

This text has shadow with #42617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42617A on black background.


Color preview on white background

This text has color #42617A on white background.



Black color preview on #42617A background

This text has black color on #42617A background.


White color preview on #42617A background

This text has white color on #42617A background.