COLOR #42364C

HEX: #42364C
RGB: (66,54,76)

Color info

#42364C contains red, green and blue colors in about the same proportion. Web safe color of #42364C is #333333 (or #333).

RGB color model

#42364C color RGB value is (66,54,76).

  • red value is 66;
  • green value is 54;
  • blue value is 76.
RGB:
(66,54,76)
(26%,21%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 54 of 255 = 21%
B 76 of 255 = 30%

66
54
76

R + G + B ~ 26%. #42364C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 54 + 76 = 196 (100%)
R 66 of 196 ~ 33.67%
G 54 of 196 ~ 27.55%
B 76 of 196 ~ 38.78%

%33.67
%27.55
%38.78

CMYK color model

#42364C color CMYK value is (13,29,0,70).

  • cyan value is 13.16%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(13,29,0,70)
C13M29Y0K70 
(13%,29%,0%,70%)
(0.13/0.29/0.00/0.70)	

CMYK percentages

%13.16
%28.95
%0
%70.2

Codes

Color #42364C in popluar color models

42364C
RGB665476
HSL273°16.92%25.49%
HSB/HSV273°28.95%29.80%
CMYK13.16%28.95%0.00%
70.20%

Color #42364C in popluar number systems.

HEX42364C
Decimal665476
Binary10000101101101001100
Octal10266114

Shades and tints

Shades of #42364C

#42364C
(66,54,76)
#3C3246
(60,50,70)
#362E40
(54,46,64)
#302A3A
(48,42,58)
#2A2634
(42,38,52)
#24222E
(36,34,46)
#1E1E28
(30,30,40)
#181A22
(24,26,34)
#12161C
(18,22,28)
#0C1216
(12,18,22)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #42364C

#42364C
(66,54,76)
#53485C
(83,72,92)
#645A6C
(100,90,108)
#756C7C
(117,108,124)
#867E8C
(134,126,140)
#97909C
(151,144,156)
#A8A2AC
(168,162,172)
#B9B4BC
(185,180,188)
#CAC6CC
(202,198,204)
#DBD8DC
(219,216,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42364C color. Also use rgb(66,54,76) instead hex code.

Text Font Color

.myTextColor { color: #42364C; }

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

This text font color is #42364C.


Background Color

.myBgColor { background-color: #42364C; }

<div style="background-color:#42364C">Inner text</div>

This div background color is #42364C.


Border color

.myBorderColor { border: 1px solid #42364C; }

<div style="border:3px solid #42364C">Div</div>

This div border color is #42364C.


Opacity

.myOpacity80 { color: #42364C; opacity: 0.8; }

<p style="color:#42364C;opacity:0.8;">80%</p>

Text with #42364C 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 #42364C;}

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

This text has shadow with #42364C color.

.textShadow {text-shadow: 3px 3px 1px #42364C, 3px 3px 1px red;}

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

This text has shadow with #42364C primary color and red secondary color.


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

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

This text has shadow with #42364C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42364C on black background.


Color preview on white background

This text has color #42364C on white background.



Black color preview on #42364C background

This text has black color on #42364C background.


White color preview on #42364C background

This text has white color on #42364C background.