COLOR #44333B

HEX: #44333B
RGB: (68,51,59)

Color info

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

RGB color model

#44333B color RGB value is (68,51,59).

  • red value is 68;
  • green value is 51;
  • blue value is 59.
RGB:
(68,51,59)
(27%,20%,23%)

RGB channels and saturation

R 68 of 255 = 27%
G 51 of 255 = 20%
B 59 of 255 = 23%

68
51
59

R + G + B ~ 23%. #44333B is dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 51 + 59 = 178 (100%)
R 68 of 178 ~ 38.2%
G 51 of 178 ~ 28.65%
B 59 of 178 ~ 33.15%

%38.2
%28.65
%33.15

CMYK color model

#44333B color CMYK value is (0,25,13,73).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 13.24%
  • key color value is 73.33%
CMYK:
(0,25,13,73)
C0M25Y13K73 
(0%,25%,13%,73%)
(0.00/0.25/0.13/0.73)	

CMYK percentages

%0
%25
%13.24
%73.33

Codes

Color #44333B in popluar color models

44333B
RGB685159
HSL332°14.29%23.33%
HSB/HSV332°25.00%26.67%
CMYK0.00%25.00%13.24%
73.33%

Color #44333B in popluar number systems.

HEX44333B
Decimal685159
Binary1000100110011111011
Octal1046373

Shades and tints

Shades of #44333B

#44333B
(68,51,59)
#3E2F36
(62,47,54)
#382B31
(56,43,49)
#32272C
(50,39,44)
#2C2327
(44,35,39)
#261F22
(38,31,34)
#201B1D
(32,27,29)
#1A1718
(26,23,24)
#141313
(20,19,19)
#0E0F0E
(14,15,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #44333B

#44333B
(68,51,59)
#55454C
(85,69,76)
#66575D
(102,87,93)
#77696E
(119,105,110)
#887B7F
(136,123,127)
#998D90
(153,141,144)
#AA9FA1
(170,159,161)
#BBB1B2
(187,177,178)
#CCC3C3
(204,195,195)
#DDD5D4
(221,213,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44333B color. Also use rgb(68,51,59) instead hex code.

Text Font Color

.myTextColor { color: #44333B; }

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

This text font color is #44333B.


Background Color

.myBgColor { background-color: #44333B; }

<div style="background-color:#44333B">Inner text</div>

This div background color is #44333B.


Border color

.myBorderColor { border: 1px solid #44333B; }

<div style="border:3px solid #44333B">Div</div>

This div border color is #44333B.


Opacity

.myOpacity80 { color: #44333B; opacity: 0.8; }

<p style="color:#44333B;opacity:0.8;">80%</p>

Text with #44333B 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 #44333B;}

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

This text has shadow with #44333B color.

.textShadow {text-shadow: 3px 3px 1px #44333B, 3px 3px 1px red;}

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

This text has shadow with #44333B primary color and red secondary color.


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

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

This text has shadow with #44333B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #44333B on black background.


Color preview on white background

This text has color #44333B on white background.



Black color preview on #44333B background

This text has black color on #44333B background.


White color preview on #44333B background

This text has white color on #44333B background.