COLOR #42375B

HEX: #42375B
RGB: (66,55,91)

Color info

#42375B contains red, green and blue colors in about the same proportion. Web safe color of #42375B is #333366 (or #336).

RGB color model

#42375B color RGB value is (66,55,91).

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

RGB channels and saturation

R 66 of 255 = 26%
G 55 of 255 = 22%
B 91 of 255 = 36%

66
55
91

R + G + B ~ 28%. #42375B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 55 + 91 = 212 (100%)
R 66 of 212 ~ 31.13%
G 55 of 212 ~ 25.94%
B 91 of 212 ~ 42.92%

%31.13
%25.94
%42.92

CMYK color model

#42375B color CMYK value is (27,40,0,64).

  • cyan value is 27.47%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(27,40,0,64)
C27M40Y0K64 
(27%,40%,0%,64%)
(0.27/0.40/0.00/0.64)	

CMYK percentages

%27.47
%39.56
%0
%64.31

Codes

Color #42375B in popluar color models

42375B
RGB665591
HSL258°24.66%28.63%
HSB/HSV258°39.56%35.69%
CMYK27.47%39.56%0.00%
64.31%

Color #42375B in popluar number systems.

HEX42375B
Decimal665591
Binary10000101101111011011
Octal10267133

Shades and tints

Shades of #42375B

#42375B
(66,55,91)
#3C3253
(60,50,83)
#362D4B
(54,45,75)
#302843
(48,40,67)
#2A233B
(42,35,59)
#241E33
(36,30,51)
#1E192B
(30,25,43)
#181423
(24,20,35)
#120F1B
(18,15,27)
#0C0A13
(12,10,19)
#06050B
(6,5,11)
#000000
(0,0,0)

Tints of #42375B

#42375B
(66,55,91)
#534969
(83,73,105)
#645B77
(100,91,119)
#756D85
(117,109,133)
#867F93
(134,127,147)
#9791A1
(151,145,161)
#A8A3AF
(168,163,175)
#B9B5BD
(185,181,189)
#CAC7CB
(202,199,203)
#DBD9D9
(219,217,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42375B; }

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

This text font color is #42375B.


Background Color

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

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

This div background color is #42375B.


Border color

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

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

This div border color is #42375B.


Opacity

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

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

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

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

This text has shadow with #42375B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42375B on black background.


Color preview on white background

This text has color #42375B on white background.



Black color preview on #42375B background

This text has black color on #42375B background.


White color preview on #42375B background

This text has white color on #42375B background.