COLOR #442B25

HEX: #442B25 RGB: (68,43,37)

Color info

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

RGB color model

#442B25 color RGB value is (68,43,37).

RGB: (68,43,37) (27%, 17%, 15%)

RGB channels and saturation

R 68 of 255 = 27%
G 43 of 255 = 17%
B 37 of 255 = 15%

68
43
37

R + G + B ~ 20%. #442B25 is dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 43 + 37 = 148 (100%)
R 68 of 148 ~ 45.95%
G 43 of 148 ~ 29.05%
B 37 of 148 ~ 25'%

%45.95
%29.05
%25

CMYK color model

#442B25 color CMYK value is (0,37,46,73).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 45.59%
  • key color value is 73.33%

CMYK: (0,37,46,73)
C0M37Y46K73 (0%, 37%, 46%, 73%)
(0.00 / 0.37 / 0.46 / 0.73)

CMYK percentages

%0
%36.76
%45.59
%73.33

Codes

Color #442B25 in popluar color models

44 2B 25
RGB 68 43 37
HSL 12° 29.52% 20.59%
HSB/HSV 12° 45.59% 26.67%
CMYK 0.00% 36.76% 45.59%
73.33%

Color #442B25 in popluar number systems.

HEX 44 2B 25
Decimal 68 43 37
Binary 1000100 101011 100101
Octal 104 53 45

Shades and tints

Shades of #442B25

#442B25
(68,43,37)
#3E2822
(62,40,34)
#38251F
(56,37,31)
#32221C
(50,34,28)
#2C1F19
(44,31,25)
#261C16
(38,28,22)
#201913
(32,25,19)
#1A1610
(26,22,16)
#14130D
(20,19,13)
#0E100A
(14,16,10)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #442B25

#442B25
(68,43,37)
#553E38
(85,62,56)
#66514B
(102,81,75)
#77645E
(119,100,94)
#887771
(136,119,113)
#998A84
(153,138,132)
#AA9D97
(170,157,151)
#BBB0AA
(187,176,170)
#CCC3BD
(204,195,189)
#DDD6D0
(221,214,208)
#EEE9E3
(238,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #442B25 color. Also use rgb(68,43,37) instead hex code.

Text Font Color

.myTextColor { color: #442B25; }

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

This text font color is #442B25.

Background Color

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

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

This div background color is #442B25.

Border color

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

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

This div border color is #442B25.

Opacity

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

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

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

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

This text has shadow with #442B25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #442B25.

Preview

Color preview on black background

This text has color #442B25 on black background.


Color preview on white background

This text has color #442B25 on white background.


Black color preview on #442B25 background

This text has black color on #442B25 background.


White color preview on #442B25 background

This text has white color on #442B25 background.


Related colors

Complementary color

Complementary color for #hex is #BBD4DA.


I love getcolorcode.com

Triadic colors

1 #25442B and #2B2544 with #442B25 are triadic colors.

2 #252B44 and #2B4425 with #442B25 are triadic colors.