COLOR #440B23

HEX: #440B23
RGB: (68,11,35)

Color info

#440B23 contains red, green and blue colors in about the same proportion. Web safe color of #440B23 is #330033 (or #303).

RGB color model

#440B23 color RGB value is (68,11,35).

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

RGB channels and saturation

R 68 of 255 = 27%
G 11 of 255 = 4%
B 35 of 255 = 14%

68
11
35

R + G + B ~ 15%. #440B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 11 + 35 = 114 (100%)
R 68 of 114 ~ 59.65%
G 11 of 114 ~ 9.65%
B 35 of 114 ~ 30.7%

%59.65
%9.65
%30.7

CMYK color model

#440B23 color CMYK value is (0,84,49,73).

  • cyan value is 0.00%
  • magenta value is 83.82%
  • yellow value is 48.53%
  • key color value is 73.33%
CMYK:
(0,84,49,73)
C0M84Y49K73 
(0%,84%,49%,73%)
(0.00/0.84/0.49/0.73)	

CMYK percentages

%0
%83.82
%48.53
%73.33

Codes

Color #440B23 in popluar color models

440B23
RGB681135
HSL335°72.15%15.49%
HSB/HSV335°83.82%26.67%
CMYK0.00%83.82%48.53%
73.33%

Color #440B23 in popluar number systems.

HEX440B23
Decimal681135
Binary10001001011100011
Octal1041343

Shades and tints

Shades of #440B23

#440B23
(68,11,35)
#3E0A20
(62,10,32)
#38091D
(56,9,29)
#32081A
(50,8,26)
#2C0717
(44,7,23)
#260614
(38,6,20)
#200511
(32,5,17)
#1A040E
(26,4,14)
#14030B
(20,3,11)
#0E0208
(14,2,8)
#080105
(8,1,5)
#000000
(0,0,0)

Tints of #440B23

#440B23
(68,11,35)
#552137
(85,33,55)
#66374B
(102,55,75)
#774D5F
(119,77,95)
#886373
(136,99,115)
#997987
(153,121,135)
#AA8F9B
(170,143,155)
#BBA5AF
(187,165,175)
#CCBBC3
(204,187,195)
#DDD1D7
(221,209,215)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440B23 color. Also use rgb(68,11,35) instead hex code.

Text Font Color

.myTextColor { color: #440B23; }

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

This text font color is #440B23.


Background Color

.myBgColor { background-color: #440B23; }

<div style="background-color:#440B23">Inner text</div>

This div background color is #440B23.


Border color

.myBorderColor { border: 1px solid #440B23; }

<div style="border:3px solid #440B23">Div</div>

This div border color is #440B23.


Opacity

.myOpacity80 { color: #440B23; opacity: 0.8; }

<p style="color:#440B23;opacity:0.8;">80%</p>

Text with #440B23 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 #440B23;}

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

This text has shadow with #440B23 color.

.textShadow {text-shadow: 3px 3px 1px #440B23, 3px 3px 1px red;}

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

This text has shadow with #440B23 primary color and red secondary color.


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

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

This text has shadow with #440B23 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440B23 on black background.


Color preview on white background

This text has color #440B23 on white background.



Black color preview on #440B23 background

This text has black color on #440B23 background.


White color preview on #440B23 background

This text has white color on #440B23 background.