COLOR #42493B

HEX: #42493B RGB: (66,73,59)

Color info

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

RGB color model

#42493B color RGB value is (66,73,59).

RGB: (66,73,59) (26%, 29%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 59 of 255 = 23%

66
73
59

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

Portions of RGB colors in percentages

R + G + B = 66 + 73 + 59 = 198 (100%)
R 66 of 198 ~ 33.33%
G 73 of 198 ~ 36.87%
B 59 of 198 ~ 29.8'%

%33.33
%36.87
%29.8

CMYK color model

#42493B color CMYK value is (10,0,19,71).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 71.37%

CMYK: (10,0,19,71)
C10M0Y19K71 (10%, 0%, 19%, 71%)
(0.10 / 0.00 / 0.19 / 0.71)

CMYK percentages

%9.59
%0
%19.18
%71.37

Codes

Color #42493B in popluar color models

42 49 3B
RGB 66 73 59
HSL 90° 10.61% 25.88%
HSB/HSV 90° 19.18% 28.63%
CMYK 9.59% 0.00% 19.18%
71.37%

Color #42493B in popluar number systems.

HEX 42 49 3B
Decimal 66 73 59
Binary 1000010 1001001 111011
Octal 102 111 73

Shades and tints

Shades of #42493B

#42493B
(66,73,59)
#3C4336
(60,67,54)
#363D31
(54,61,49)
#30372C
(48,55,44)
#2A3127
(42,49,39)
#242B22
(36,43,34)
#1E251D
(30,37,29)
#181F18
(24,31,24)
#121913
(18,25,19)
#0C130E
(12,19,14)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #42493B

#42493B
(66,73,59)
#53594C
(83,89,76)
#64695D
(100,105,93)
#75796E
(117,121,110)
#86897F
(134,137,127)
#979990
(151,153,144)
#A8A9A1
(168,169,161)
#B9B9B2
(185,185,178)
#CAC9C3
(202,201,195)
#DBD9D4
(219,217,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42493B color. Also use rgb(66,73,59) instead hex code.

Text Font Color

.myTextColor { color: #42493B; }

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

This text font color is #42493B.

Background Color

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

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

This div background color is #42493B.

Border color

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

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

This div border color is #42493B.

Opacity

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

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

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

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

This text has shadow with #42493B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42493B.

Preview

Color preview on black background

This text has color #42493B on black background.


Color preview on white background

This text has color #42493B on white background.


Black color preview on #42493B background

This text has black color on #42493B background.


White color preview on #42493B background

This text has white color on #42493B background.


Related colors

Complementary color

Complementary color for #hex is #BDB6C4.


I love getcolorcode.com

Triadic colors

1 #3B4249 and #493B42 with #42493B are triadic colors.

2 #3B4942 and #49423B with #42493B are triadic colors.