COLOR #44374B

HEX: #44374B RGB: (68,55,75)

Color info

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

RGB color model

#44374B color RGB value is (68,55,75).

RGB: (68,55,75) (27%, 22%, 29%)

RGB channels and saturation

R 68 of 255 = 27%
G 55 of 255 = 22%
B 75 of 255 = 29%

68
55
75

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

Portions of RGB colors in percentages

R + G + B = 68 + 55 + 75 = 198 (100%)
R 68 of 198 ~ 34.34%
G 55 of 198 ~ 27.78%
B 75 of 198 ~ 37.88'%

%34.34
%27.78
%37.88

CMYK color model

#44374B color CMYK value is (9,27,0,71).

  • cyan value is 9.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (9,27,0,71)
C9M27Y0K71 (9%, 27%, 0%, 71%)
(0.09 / 0.27 / 0.00 / 0.71)

CMYK percentages

%9.33
%26.67
%0
%70.59

Codes

Color #44374B in popluar color models

44 37 4B
RGB 68 55 75
HSL 279° 15.38% 25.49%
HSB/HSV 279° 26.67% 29.41%
CMYK 9.33% 26.67% 0.00%
70.59%

Color #44374B in popluar number systems.

HEX 44 37 4B
Decimal 68 55 75
Binary 1000100 110111 1001011
Octal 104 67 113

Shades and tints

Shades of #44374B

#44374B
(68,55,75)
#3E3245
(62,50,69)
#382D3F
(56,45,63)
#322839
(50,40,57)
#2C2333
(44,35,51)
#261E2D
(38,30,45)
#201927
(32,25,39)
#1A1421
(26,20,33)
#140F1B
(20,15,27)
#0E0A15
(14,10,21)
#08050F
(8,5,15)
#000000
(0,0,0)

Tints of #44374B

#44374B
(68,55,75)
#55495B
(85,73,91)
#665B6B
(102,91,107)
#776D7B
(119,109,123)
#887F8B
(136,127,139)
#99919B
(153,145,155)
#AAA3AB
(170,163,171)
#BBB5BB
(187,181,187)
#CCC7CB
(204,199,203)
#DDD9DB
(221,217,219)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44374B color. Also use rgb(68,55,75) instead hex code.

Text Font Color

.myTextColor { color: #44374B; }

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

This text font color is #44374B.

Background Color

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

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

This div background color is #44374B.

Border color

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

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

This div border color is #44374B.

Opacity

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

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

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

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

This text has shadow with #44374B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #44374B.

Preview

Color preview on black background

This text has color #44374B on black background.


Color preview on white background

This text has color #44374B on white background.


Black color preview on #44374B background

This text has black color on #44374B background.


White color preview on #44374B background

This text has white color on #44374B background.


Related colors

Complementary color

Complementary color for #hex is #BBC8B4.


I love getcolorcode.com

Triadic colors

1 #4B4437 and #374B44 with #44374B are triadic colors.

2 #4B3744 and #37444B with #44374B are triadic colors.