COLOR #442C23

HEX: #442C23
RGB: (68,44,35)

Color info

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

RGB color model

#442C23 color RGB value is (68,44,35).

  • red value is 68;
  • green value is 44;
  • blue value is 35.
RGB:
(68,44,35)
(27%,17%,14%)

RGB channels and saturation

R 68 of 255 = 27%
G 44 of 255 = 17%
B 35 of 255 = 14%

68
44
35

R + G + B ~ 19%. #442C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 44 + 35 = 147 (100%)
R 68 of 147 ~ 46.26%
G 44 of 147 ~ 29.93%
B 35 of 147 ~ 23.81%

%46.26
%29.93
%23.81

CMYK color model

#442C23 color CMYK value is (0,35,49,73).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 48.53%
  • key color value is 73.33%
CMYK:
(0,35,49,73)
C0M35Y49K73 
(0%,35%,49%,73%)
(0.00/0.35/0.49/0.73)	

CMYK percentages

%0
%35.29
%48.53
%73.33

Codes

Color #442C23 in popluar color models

442C23
RGB684435
HSL16°32.04%20.20%
HSB/HSV16°48.53%26.67%
CMYK0.00%35.29%48.53%
73.33%

Color #442C23 in popluar number systems.

HEX442C23
Decimal684435
Binary1000100101100100011
Octal1045443

Shades and tints

Shades of #442C23

#442C23
(68,44,35)
#3E2820
(62,40,32)
#38241D
(56,36,29)
#32201A
(50,32,26)
#2C1C17
(44,28,23)
#261814
(38,24,20)
#201411
(32,20,17)
#1A100E
(26,16,14)
#140C0B
(20,12,11)
#0E0808
(14,8,8)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #442C23

#442C23
(68,44,35)
#553F37
(85,63,55)
#66524B
(102,82,75)
#77655F
(119,101,95)
#887873
(136,120,115)
#998B87
(153,139,135)
#AA9E9B
(170,158,155)
#BBB1AF
(187,177,175)
#CCC4C3
(204,196,195)
#DDD7D7
(221,215,215)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442C23 color. Also use rgb(68,44,35) instead hex code.

Text Font Color

.myTextColor { color: #442C23; }

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

This text font color is #442C23.


Background Color

.myBgColor { background-color: #442C23; }

<div style="background-color:#442C23">Inner text</div>

This div background color is #442C23.


Border color

.myBorderColor { border: 1px solid #442C23; }

<div style="border:3px solid #442C23">Div</div>

This div border color is #442C23.


Opacity

.myOpacity80 { color: #442C23; opacity: 0.8; }

<p style="color:#442C23;opacity:0.8;">80%</p>

Text with #442C23 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 #442C23;}

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

This text has shadow with #442C23 color.

.textShadow {text-shadow: 3px 3px 1px #442C23, 3px 3px 1px red;}

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

This text has shadow with #442C23 primary color and red secondary color.


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

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

This text has shadow with #442C23 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #442C23 on black background.


Color preview on white background

This text has color #442C23 on white background.



Black color preview on #442C23 background

This text has black color on #442C23 background.


White color preview on #442C23 background

This text has white color on #442C23 background.