COLOR #42615B

HEX: #42615B
RGB: (66,97,91)

Color info

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

RGB color model

#42615B color RGB value is (66,97,91).

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

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 91 of 255 = 36%

66
97
91

R + G + B ~ 33%. #42615B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 91 = 254 (100%)
R 66 of 254 ~ 25.98%
G 97 of 254 ~ 38.19%
B 91 of 254 ~ 35.83%

%25.98
%38.19
%35.83

CMYK color model

#42615B color CMYK value is (32,0,6,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 6.19%
  • key color value is 61.96%
CMYK:
(32,0,6,62)
C32M0Y6K62 
(32%,0%,6%,62%)
(0.32/0.00/0.06/0.62)	

CMYK percentages

%31.96
%0
%6.19
%61.96

Codes

Color #42615B in popluar color models

42615B
RGB669791
HSL168°19.02%31.96%
HSB/HSV168°31.96%38.04%
CMYK31.96%0.00%6.19%
61.96%

Color #42615B in popluar number systems.

HEX42615B
Decimal669791
Binary100001011000011011011
Octal102141133

Shades and tints

Shades of #42615B

#42615B
(66,97,91)
#3C5953
(60,89,83)
#36514B
(54,81,75)
#304943
(48,73,67)
#2A413B
(42,65,59)
#243933
(36,57,51)
#1E312B
(30,49,43)
#182923
(24,41,35)
#12211B
(18,33,27)
#0C1913
(12,25,19)
#06110B
(6,17,11)
#000000
(0,0,0)

Tints of #42615B

#42615B
(66,97,91)
#536F69
(83,111,105)
#647D77
(100,125,119)
#758B85
(117,139,133)
#869993
(134,153,147)
#97A7A1
(151,167,161)
#A8B5AF
(168,181,175)
#B9C3BD
(185,195,189)
#CAD1CB
(202,209,203)
#DBDFD9
(219,223,217)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42615B; }

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

This text font color is #42615B.


Background Color

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

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

This div background color is #42615B.


Border color

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

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

This div border color is #42615B.


Opacity

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

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

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

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

This text has shadow with #42615B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42615B on black background.


Color preview on white background

This text has color #42615B on white background.



Black color preview on #42615B background

This text has black color on #42615B background.


White color preview on #42615B background

This text has white color on #42615B background.