COLOR #42443D

HEX: #42443D
RGB: (66,68,61)

Color info

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

RGB color model

#42443D color RGB value is (66,68,61).

  • red value is 66;
  • green value is 68;
  • blue value is 61.
RGB:
(66,68,61)
(26%,27%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 61 of 255 = 24%

66
68
61

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

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 61 = 195 (100%)
R 66 of 195 ~ 33.85%
G 68 of 195 ~ 34.87%
B 61 of 195 ~ 31.28%

%33.85
%34.87
%31.28

CMYK color model

#42443D color CMYK value is (3,0,10,73).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 73.33%
CMYK:
(3,0,10,73)
C3M0Y10K73 
(3%,0%,10%,73%)
(0.03/0.00/0.10/0.73)	

CMYK percentages

%2.94
%0
%10.29
%73.33

Codes

Color #42443D in popluar color models

42443D
RGB666861
HSL77°5.43%25.29%
HSB/HSV77°10.29%26.67%
CMYK2.94%0.00%10.29%
73.33%

Color #42443D in popluar number systems.

HEX42443D
Decimal666861
Binary10000101000100111101
Octal10210475

Shades and tints

Shades of #42443D

#42443D
(66,68,61)
#3C3E38
(60,62,56)
#363833
(54,56,51)
#30322E
(48,50,46)
#2A2C29
(42,44,41)
#242624
(36,38,36)
#1E201F
(30,32,31)
#181A1A
(24,26,26)
#121415
(18,20,21)
#0C0E10
(12,14,16)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #42443D

#42443D
(66,68,61)
#53554E
(83,85,78)
#64665F
(100,102,95)
#757770
(117,119,112)
#868881
(134,136,129)
#979992
(151,153,146)
#A8AAA3
(168,170,163)
#B9BBB4
(185,187,180)
#CACCC5
(202,204,197)
#DBDDD6
(219,221,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42443D color. Also use rgb(66,68,61) instead hex code.

Text Font Color

.myTextColor { color: #42443D; }

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

This text font color is #42443D.


Background Color

.myBgColor { background-color: #42443D; }

<div style="background-color:#42443D">Inner text</div>

This div background color is #42443D.


Border color

.myBorderColor { border: 1px solid #42443D; }

<div style="border:3px solid #42443D">Div</div>

This div border color is #42443D.


Opacity

.myOpacity80 { color: #42443D; opacity: 0.8; }

<p style="color:#42443D;opacity:0.8;">80%</p>

Text with #42443D 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 #42443D;}

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

This text has shadow with #42443D color.

.textShadow {text-shadow: 3px 3px 1px #42443D, 3px 3px 1px red;}

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

This text has shadow with #42443D primary color and red secondary color.


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

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

This text has shadow with #42443D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42443D on black background.


Color preview on white background

This text has color #42443D on white background.



Black color preview on #42443D background

This text has black color on #42443D background.


White color preview on #42443D background

This text has white color on #42443D background.