COLOR #443469

HEX: #443469
RGB: (68,52,105)

Color info

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

RGB color model

#443469 color RGB value is (68,52,105).

  • red value is 68;
  • green value is 52;
  • blue value is 105.
RGB:
(68,52,105)
(27%,20%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 52 of 255 = 20%
B 105 of 255 = 41%

68
52
105

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

Portions of RGB colors in percentages

R + G + B =
68 + 52 + 105 = 225 (100%)
R 68 of 225 ~ 30.22%
G 52 of 225 ~ 23.11%
B 105 of 225 ~ 46.67%

%30.22
%23.11
%46.67

CMYK color model

#443469 color CMYK value is (35,50,0,59).

  • cyan value is 35.24%
  • magenta value is 50.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,50,0,59)
C35M50Y0K59 
(35%,50%,0%,59%)
(0.35/0.50/0.00/0.59)	

CMYK percentages

%35.24
%50.48
%0
%58.82

Codes

Color #443469 in popluar color models

443469
RGB6852105
HSL258°33.76%30.78%
HSB/HSV258°50.48%41.18%
CMYK35.24%50.48%0.00%
58.82%

Color #443469 in popluar number systems.

HEX443469
Decimal6852105
Binary10001001101001101001
Octal10464151

Shades and tints

Shades of #443469

#443469
(68,52,105)
#3E3060
(62,48,96)
#382C57
(56,44,87)
#32284E
(50,40,78)
#2C2445
(44,36,69)
#26203C
(38,32,60)
#201C33
(32,28,51)
#1A182A
(26,24,42)
#141421
(20,20,33)
#0E1018
(14,16,24)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #443469

#443469
(68,52,105)
#554676
(85,70,118)
#665883
(102,88,131)
#776A90
(119,106,144)
#887C9D
(136,124,157)
#998EAA
(153,142,170)
#AAA0B7
(170,160,183)
#BBB2C4
(187,178,196)
#CCC4D1
(204,196,209)
#DDD6DE
(221,214,222)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #443469 color. Also use rgb(68,52,105) instead hex code.

Text Font Color

.myTextColor { color: #443469; }

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

This text font color is #443469.


Background Color

.myBgColor { background-color: #443469; }

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

This div background color is #443469.


Border color

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

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

This div border color is #443469.


Opacity

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

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

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

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

This text has shadow with #443469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #443469 on black background.


Color preview on white background

This text has color #443469 on white background.



Black color preview on #443469 background

This text has black color on #443469 background.


White color preview on #443469 background

This text has white color on #443469 background.