COLOR #42394E

HEX: #42394E
RGB: (66,57,78)

Color info

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

RGB color model

#42394E color RGB value is (66,57,78).

  • red value is 66;
  • green value is 57;
  • blue value is 78.
RGB:
(66,57,78)
(26%,22%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 57 of 255 = 22%
B 78 of 255 = 31%

66
57
78

R + G + B ~ 26%. #42394E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 57 + 78 = 201 (100%)
R 66 of 201 ~ 32.84%
G 57 of 201 ~ 28.36%
B 78 of 201 ~ 38.81%

%32.84
%28.36
%38.81

CMYK color model

#42394E color CMYK value is (15,27,0,69).

  • cyan value is 15.38%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(15,27,0,69)
C15M27Y0K69 
(15%,27%,0%,69%)
(0.15/0.27/0.00/0.69)	

CMYK percentages

%15.38
%26.92
%0
%69.41

Codes

Color #42394E in popluar color models

42394E
RGB665778
HSL266°15.56%26.47%
HSB/HSV266°26.92%30.59%
CMYK15.38%26.92%0.00%
69.41%

Color #42394E in popluar number systems.

HEX42394E
Decimal665778
Binary10000101110011001110
Octal10271116

Shades and tints

Shades of #42394E

#42394E
(66,57,78)
#3C3447
(60,52,71)
#362F40
(54,47,64)
#302A39
(48,42,57)
#2A2532
(42,37,50)
#24202B
(36,32,43)
#1E1B24
(30,27,36)
#18161D
(24,22,29)
#121116
(18,17,22)
#0C0C0F
(12,12,15)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #42394E

#42394E
(66,57,78)
#534B5E
(83,75,94)
#645D6E
(100,93,110)
#756F7E
(117,111,126)
#86818E
(134,129,142)
#97939E
(151,147,158)
#A8A5AE
(168,165,174)
#B9B7BE
(185,183,190)
#CAC9CE
(202,201,206)
#DBDBDE
(219,219,222)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42394E color. Also use rgb(66,57,78) instead hex code.

Text Font Color

.myTextColor { color: #42394E; }

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

This text font color is #42394E.


Background Color

.myBgColor { background-color: #42394E; }

<div style="background-color:#42394E">Inner text</div>

This div background color is #42394E.


Border color

.myBorderColor { border: 1px solid #42394E; }

<div style="border:3px solid #42394E">Div</div>

This div border color is #42394E.


Opacity

.myOpacity80 { color: #42394E; opacity: 0.8; }

<p style="color:#42394E;opacity:0.8;">80%</p>

Text with #42394E 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 #42394E;}

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

This text has shadow with #42394E color.

.textShadow {text-shadow: 3px 3px 1px #42394E, 3px 3px 1px red;}

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

This text has shadow with #42394E primary color and red secondary color.


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

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

This text has shadow with #42394E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42394E on black background.


Color preview on white background

This text has color #42394E on white background.



Black color preview on #42394E background

This text has black color on #42394E background.


White color preview on #42394E background

This text has white color on #42394E background.