COLOR #42413B

HEX: #42413B RGB: (66,65,59)

Color info

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

RGB color model

#42413B color RGB value is (66,65,59).

RGB: (66,65,59) (26%, 25%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 59 of 255 = 23%

66
65
59

R + G + B ~ 25%. #42413B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 59 = 190 (100%)
R 66 of 190 ~ 34.74%
G 65 of 190 ~ 34.21%
B 59 of 190 ~ 31.05'%

%34.74
%34.21
%31.05

CMYK color model

#42413B color CMYK value is (0,2,11,74).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 10.61%
  • key color value is 74.12%

CMYK: (0,2,11,74)
C0M2Y11K74 (0%, 2%, 11%, 74%)
(0.00 / 0.02 / 0.11 / 0.74)

CMYK percentages

%0
%1.52
%10.61
%74.12

Codes

Color #42413B in popluar color models

42 41 3B
RGB 66 65 59
HSL 51° 5.60% 24.51%
HSB/HSV 51° 10.61% 25.88%
CMYK 0.00% 1.52% 10.61%
74.12%

Color #42413B in popluar number systems.

HEX 42 41 3B
Decimal 66 65 59
Binary 1000010 1000001 111011
Octal 102 101 73

Shades and tints

Shades of #42413B

#42413B
(66,65,59)
#3C3C36
(60,60,54)
#363731
(54,55,49)
#30322C
(48,50,44)
#2A2D27
(42,45,39)
#242822
(36,40,34)
#1E231D
(30,35,29)
#181E18
(24,30,24)
#121913
(18,25,19)
#0C140E
(12,20,14)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #42413B

#42413B
(66,65,59)
#53524C
(83,82,76)
#64635D
(100,99,93)
#75746E
(117,116,110)
#86857F
(134,133,127)
#979690
(151,150,144)
#A8A7A1
(168,167,161)
#B9B8B2
(185,184,178)
#CAC9C3
(202,201,195)
#DBDAD4
(219,218,212)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42413B; }

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

This text font color is #42413B.

Background Color

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

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

This div background color is #42413B.

Border color

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

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

This div border color is #42413B.

Opacity

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

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

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

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

This text has shadow with #42413B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42413B.

Preview

Color preview on black background

This text has color #42413B on black background.


Color preview on white background

This text has color #42413B on white background.


Black color preview on #42413B background

This text has black color on #42413B background.


White color preview on #42413B background

This text has white color on #42413B background.


Related colors

Complementary color

Complementary color for #hex is #BDBEC4.


I love getcolorcode.com

Triadic colors

1 #3B4241 and #413B42 with #42413B are triadic colors.

2 #3B4142 and #41423B with #42413B are triadic colors.