COLOR #42353F

HEX: #42353F RGB: (66,53,63)

Color info

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

RGB color model

#42353F color RGB value is (66,53,63).

RGB: (66,53,63) (26%, 21%, 25%)

RGB channels and saturation

R 66 of 255 = 26%
G 53 of 255 = 21%
B 63 of 255 = 25%

66
53
63

R + G + B ~ 24%. #42353F is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 53 + 63 = 182 (100%)
R 66 of 182 ~ 36.26%
G 53 of 182 ~ 29.12%
B 63 of 182 ~ 34.62'%

%36.26
%29.12
%34.62

CMYK color model

#42353F color CMYK value is (0,20,5,74).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 4.55%
  • key color value is 74.12%

CMYK: (0,20,5,74)
C0M20Y5K74 (0%, 20%, 5%, 74%)
(0.00 / 0.20 / 0.05 / 0.74)

CMYK percentages

%0
%19.7
%4.55
%74.12

Codes

Color #42353F in popluar color models

42 35 3F
RGB 66 53 63
HSL 314° 10.92% 23.33%
HSB/HSV 314° 19.70% 25.88%
CMYK 0.00% 19.70% 4.55%
74.12%

Color #42353F in popluar number systems.

HEX 42 35 3F
Decimal 66 53 63
Binary 1000010 110101 111111
Octal 102 65 77

Shades and tints

Shades of #42353F

#42353F
(66,53,63)
#3C313A
(60,49,58)
#362D35
(54,45,53)
#302930
(48,41,48)
#2A252B
(42,37,43)
#242126
(36,33,38)
#1E1D21
(30,29,33)
#18191C
(24,25,28)
#121517
(18,21,23)
#0C1112
(12,17,18)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #42353F

#42353F
(66,53,63)
#534750
(83,71,80)
#645961
(100,89,97)
#756B72
(117,107,114)
#867D83
(134,125,131)
#978F94
(151,143,148)
#A8A1A5
(168,161,165)
#B9B3B6
(185,179,182)
#CAC5C7
(202,197,199)
#DBD7D8
(219,215,216)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42353F color. Also use rgb(66,53,63) instead hex code.

Text Font Color

.myTextColor { color: #42353F; }

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

This text font color is #42353F.

Background Color

.myBgColor { background-color: #42353F; }

<div style="background-color:#42353F">Inner text</div>

This div background color is #42353F.

Border color

.myBorderColor { border: 1px solid #42353F; }

<div style="border:3px solid #42353F">Div</div>

This div border color is #42353F.

Opacity

.myOpacity80 { color: #42353F; opacity: 0.8; }

<p style="color:#42353F;opacity:0.8;">80%</p>

Text with #42353F 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 #42353F;}

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

This text has shadow with #42353F color.


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

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

This text has shadow with #42353F primary color and red secondary color.


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

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

This text has shadow with #42353F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42353F.

Preview

Color preview on black background

This text has color #42353F on black background.


Color preview on white background

This text has color #42353F on white background.


Black color preview on #42353F background

This text has black color on #42353F background.


White color preview on #42353F background

This text has white color on #42353F background.


Related colors

Complementary color

Complementary color for #hex is #BDCAC0.


I love getcolorcode.com

Triadic colors

1 #3F4235 and #353F42 with #42353F are triadic colors.

2 #3F3542 and #35423F with #42353F are triadic colors.