COLOR #42515B

HEX: #42515B
RGB: (66,81,91)

Color info

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

RGB color model

#42515B color RGB value is (66,81,91).

  • red value is 66;
  • green value is 81;
  • blue value is 91.
RGB:
(66,81,91)
(26%,32%,36%)

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 91 of 255 = 36%

66
81
91

R + G + B ~ 31%. #42515B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 91 = 238 (100%)
R 66 of 238 ~ 27.73%
G 81 of 238 ~ 34.03%
B 91 of 238 ~ 38.24%

%27.73
%34.03
%38.24

CMYK color model

#42515B color CMYK value is (27,11,0,64).

  • cyan value is 27.47%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(27,11,0,64)
C27M11Y0K64 
(27%,11%,0%,64%)
(0.27/0.11/0.00/0.64)	

CMYK percentages

%27.47
%10.99
%0
%64.31

Codes

Color #42515B in popluar color models

42515B
RGB668191
HSL204°15.92%30.78%
HSB/HSV204°27.47%35.69%
CMYK27.47%10.99%0.00%
64.31%

Color #42515B in popluar number systems.

HEX42515B
Decimal668191
Binary100001010100011011011
Octal102121133

Shades and tints

Shades of #42515B

#42515B
(66,81,91)
#3C4A53
(60,74,83)
#36434B
(54,67,75)
#303C43
(48,60,67)
#2A353B
(42,53,59)
#242E33
(36,46,51)
#1E272B
(30,39,43)
#182023
(24,32,35)
#12191B
(18,25,27)
#0C1213
(12,18,19)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #42515B

#42515B
(66,81,91)
#536069
(83,96,105)
#646F77
(100,111,119)
#757E85
(117,126,133)
#868D93
(134,141,147)
#979CA1
(151,156,161)
#A8ABAF
(168,171,175)
#B9BABD
(185,186,189)
#CAC9CB
(202,201,203)
#DBD8D9
(219,216,217)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42515B color. Also use rgb(66,81,91) instead hex code.

Text Font Color

.myTextColor { color: #42515B; }

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

This text font color is #42515B.


Background Color

.myBgColor { background-color: #42515B; }

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

This div background color is #42515B.


Border color

.myBorderColor { border: 1px solid #42515B; }

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

This div border color is #42515B.


Opacity

.myOpacity80 { color: #42515B; opacity: 0.8; }

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

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

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

This text has shadow with #42515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42515B on black background.


Color preview on white background

This text has color #42515B on white background.



Black color preview on #42515B background

This text has black color on #42515B background.


White color preview on #42515B background

This text has white color on #42515B background.