COLOR #443076

HEX: #443076
RGB: (68,48,118)

Color info

#443076 contains mainly red and blue colors. Web safe color of #443076 is #333366 (or #336).

RGB color model

#443076 color RGB value is (68,48,118).

  • red value is 68;
  • green value is 48;
  • blue value is 118.
RGB:
(68,48,118)
(27%,19%,46%)

RGB channels and saturation

R 68 of 255 = 27%
G 48 of 255 = 19%
B 118 of 255 = 46%

68
48
118

R + G + B ~ 31%. #443076 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 118 = 234 (100%)
R 68 of 234 ~ 29.06%
G 48 of 234 ~ 20.51%
B 118 of 234 ~ 50.43%

%29.06
%20.51
%50.43

CMYK color model

#443076 color CMYK value is (42,59,0,54).

  • cyan value is 42.37%
  • magenta value is 59.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(42,59,0,54)
C42M59Y0K54 
(42%,59%,0%,54%)
(0.42/0.59/0.00/0.54)	

CMYK percentages

%42.37
%59.32
%0
%53.73

Codes

Color #443076 in popluar color models

443076
RGB6848118
HSL257°42.17%32.55%
HSB/HSV257°59.32%46.27%
CMYK42.37%59.32%0.00%
53.73%

Color #443076 in popluar number systems.

HEX443076
Decimal6848118
Binary10001001100001110110
Octal10460166

Shades and tints

Shades of #443076

#443076
(68,48,118)
#3E2C6C
(62,44,108)
#382862
(56,40,98)
#322458
(50,36,88)
#2C204E
(44,32,78)
#261C44
(38,28,68)
#20183A
(32,24,58)
#1A1430
(26,20,48)
#141026
(20,16,38)
#0E0C1C
(14,12,28)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #443076

#443076
(68,48,118)
#554282
(85,66,130)
#66548E
(102,84,142)
#77669A
(119,102,154)
#8878A6
(136,120,166)
#998AB2
(153,138,178)
#AA9CBE
(170,156,190)
#BBAECA
(187,174,202)
#CCC0D6
(204,192,214)
#DDD2E2
(221,210,226)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443076 color. Also use rgb(68,48,118) instead hex code.

Text Font Color

.myTextColor { color: #443076; }

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

This text font color is #443076.


Background Color

.myBgColor { background-color: #443076; }

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

This div background color is #443076.


Border color

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

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

This div border color is #443076.


Opacity

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

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

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

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

This text has shadow with #443076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443076 on black background.


Color preview on white background

This text has color #443076 on white background.



Black color preview on #443076 background

This text has black color on #443076 background.


White color preview on #443076 background

This text has white color on #443076 background.