COLOR #443266

HEX: #443266
RGB: (68,50,102)

Color info

#443266 contains red, green and blue colors in about the same proportion. Web safe color of #443266 is #333366 (or #336).

RGB color model

#443266 color RGB value is (68,50,102).

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

RGB channels and saturation

R 68 of 255 = 27%
G 50 of 255 = 20%
B 102 of 255 = 40%

68
50
102

R + G + B ~ 29%. #443266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 50 + 102 = 220 (100%)
R 68 of 220 ~ 30.91%
G 50 of 220 ~ 22.73%
B 102 of 220 ~ 46.36%

%30.91
%22.73
%46.36

CMYK color model

#443266 color CMYK value is (33,51,0,60).

  • cyan value is 33.33%
  • magenta value is 50.98%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(33,51,0,60)
C33M51Y0K60 
(33%,51%,0%,60%)
(0.33/0.51/0.00/0.60)	

CMYK percentages

%33.33
%50.98
%0
%60

Codes

Color #443266 in popluar color models

443266
RGB6850102
HSL261°34.21%29.80%
HSB/HSV261°50.98%40.00%
CMYK33.33%50.98%0.00%
60.00%

Color #443266 in popluar number systems.

HEX443266
Decimal6850102
Binary10001001100101100110
Octal10462146

Shades and tints

Shades of #443266

#443266
(68,50,102)
#3E2E5D
(62,46,93)
#382A54
(56,42,84)
#32264B
(50,38,75)
#2C2242
(44,34,66)
#261E39
(38,30,57)
#201A30
(32,26,48)
#1A1627
(26,22,39)
#14121E
(20,18,30)
#0E0E15
(14,14,21)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #443266

#443266
(68,50,102)
#554473
(85,68,115)
#665680
(102,86,128)
#77688D
(119,104,141)
#887A9A
(136,122,154)
#998CA7
(153,140,167)
#AA9EB4
(170,158,180)
#BBB0C1
(187,176,193)
#CCC2CE
(204,194,206)
#DDD4DB
(221,212,219)
#EEE6E8
(238,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #443266; }

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

This text font color is #443266.


Background Color

.myBgColor { background-color: #443266; }

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

This div background color is #443266.


Border color

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

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

This div border color is #443266.


Opacity

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

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

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

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

This text has shadow with #443266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443266 on black background.


Color preview on white background

This text has color #443266 on white background.



Black color preview on #443266 background

This text has black color on #443266 background.


White color preview on #443266 background

This text has white color on #443266 background.