COLOR #443248

HEX: #443248
RGB: (68,50,72)

Color info

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

RGB color model

#443248 color RGB value is (68,50,72).

  • red value is 68;
  • green value is 50;
  • blue value is 72.
RGB:
(68,50,72)
(27%,20%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 50 of 255 = 20%
B 72 of 255 = 28%

68
50
72

R + G + B ~ 25%. #443248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 50 + 72 = 190 (100%)
R 68 of 190 ~ 35.79%
G 50 of 190 ~ 26.32%
B 72 of 190 ~ 37.89%

%35.79
%26.32
%37.89

CMYK color model

#443248 color CMYK value is (6,31,0,72).

  • cyan value is 5.56%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(6,31,0,72)
C6M31Y0K72 
(6%,31%,0%,72%)
(0.06/0.31/0.00/0.72)	

CMYK percentages

%5.56
%30.56
%0
%71.76

Codes

Color #443248 in popluar color models

443248
RGB685072
HSL289°18.03%23.92%
HSB/HSV289°30.56%28.24%
CMYK5.56%30.56%0.00%
71.76%

Color #443248 in popluar number systems.

HEX443248
Decimal685072
Binary10001001100101001000
Octal10462110

Shades and tints

Shades of #443248

#443248
(68,50,72)
#3E2E42
(62,46,66)
#382A3C
(56,42,60)
#322636
(50,38,54)
#2C2230
(44,34,48)
#261E2A
(38,30,42)
#201A24
(32,26,36)
#1A161E
(26,22,30)
#141218
(20,18,24)
#0E0E12
(14,14,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #443248

#443248
(68,50,72)
#554458
(85,68,88)
#665668
(102,86,104)
#776878
(119,104,120)
#887A88
(136,122,136)
#998C98
(153,140,152)
#AA9EA8
(170,158,168)
#BBB0B8
(187,176,184)
#CCC2C8
(204,194,200)
#DDD4D8
(221,212,216)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443248 color. Also use rgb(68,50,72) instead hex code.

Text Font Color

.myTextColor { color: #443248; }

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

This text font color is #443248.


Background Color

.myBgColor { background-color: #443248; }

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

This div background color is #443248.


Border color

.myBorderColor { border: 1px solid #443248; }

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

This div border color is #443248.


Opacity

.myOpacity80 { color: #443248; opacity: 0.8; }

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

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

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

This text has shadow with #443248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443248 on black background.


Color preview on white background

This text has color #443248 on white background.



Black color preview on #443248 background

This text has black color on #443248 background.


White color preview on #443248 background

This text has white color on #443248 background.