COLOR #42383A

HEX: #42383A RGB: (66,56,58)

Color info

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

RGB color model

#42383A color RGB value is (66,56,58).

RGB: (66,56,58) (26%, 22%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 56 of 255 = 22%
B 58 of 255 = 23%

66
56
58

R + G + B ~ 24%. #42383A is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 56 + 58 = 180 (100%)
R 66 of 180 ~ 36.67%
G 56 of 180 ~ 31.11%
B 58 of 180 ~ 32.22'%

%36.67
%31.11
%32.22

CMYK color model

#42383A color CMYK value is (0,15,12,74).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 12.12%
  • key color value is 74.12%

CMYK: (0,15,12,74)
C0M15Y12K74 (0%, 15%, 12%, 74%)
(0.00 / 0.15 / 0.12 / 0.74)

CMYK percentages

%0
%15.15
%12.12
%74.12

Codes

Color #42383A in popluar color models

42 38 3A
RGB 66 56 58
HSL 348° 8.20% 23.92%
HSB/HSV 348° 15.15% 25.88%
CMYK 0.00% 15.15% 12.12%
74.12%

Color #42383A in popluar number systems.

HEX 42 38 3A
Decimal 66 56 58
Binary 1000010 111000 111010
Octal 102 70 72

Shades and tints

Shades of #42383A

#42383A
(66,56,58)
#3C3335
(60,51,53)
#362E30
(54,46,48)
#30292B
(48,41,43)
#2A2426
(42,36,38)
#241F21
(36,31,33)
#1E1A1C
(30,26,28)
#181517
(24,21,23)
#121012
(18,16,18)
#0C0B0D
(12,11,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #42383A

#42383A
(66,56,58)
#534A4B
(83,74,75)
#645C5C
(100,92,92)
#756E6D
(117,110,109)
#86807E
(134,128,126)
#97928F
(151,146,143)
#A8A4A0
(168,164,160)
#B9B6B1
(185,182,177)
#CAC8C2
(202,200,194)
#DBDAD3
(219,218,211)
#ECECE4
(236,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42383A color. Also use rgb(66,56,58) instead hex code.

Text Font Color

.myTextColor { color: #42383A; }

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

This text font color is #42383A.

Background Color

.myBgColor { background-color: #42383A; }

<div style="background-color:#42383A">Inner text</div>

This div background color is #42383A.

Border color

.myBorderColor { border: 1px solid #42383A; }

<div style="border:3px solid #42383A">Div</div>

This div border color is #42383A.

Opacity

.myOpacity80 { color: #42383A; opacity: 0.8; }

<p style="color:#42383A;opacity:0.8;">80%</p>

Text with #42383A 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 #42383A;}

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

This text has shadow with #42383A color.


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

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

This text has shadow with #42383A primary color and red secondary color.


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

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

This text has shadow with #42383A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42383A.

Preview

Color preview on black background

This text has color #42383A on black background.


Color preview on white background

This text has color #42383A on white background.


Black color preview on #42383A background

This text has black color on #42383A background.


White color preview on #42383A background

This text has white color on #42383A background.


Related colors

Complementary color

Complementary color for #hex is #BDC7C5.


I love getcolorcode.com

Triadic colors

1 #3A4238 and #383A42 with #42383A are triadic colors.

2 #3A3842 and #38423A with #42383A are triadic colors.