COLOR #433C76

HEX: #433C76
RGB: (67,60,118)

Color info

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

RGB color model

#433C76 color RGB value is (67,60,118).

  • red value is 67;
  • green value is 60;
  • blue value is 118.
RGB:
(67,60,118)
(26%,24%,46%)

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 118 of 255 = 46%

67
60
118

R + G + B ~ 32%. #433C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 60 + 118 = 245 (100%)
R 67 of 245 ~ 27.35%
G 60 of 245 ~ 24.49%
B 118 of 245 ~ 48.16%

%27.35
%24.49
%48.16

CMYK color model

#433C76 color CMYK value is (43,49,0,54).

  • cyan value is 43.22%
  • magenta value is 49.15%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(43,49,0,54)
C43M49Y0K54 
(43%,49%,0%,54%)
(0.43/0.49/0.00/0.54)	

CMYK percentages

%43.22
%49.15
%0
%53.73

Codes

Color #433C76 in popluar color models

433C76
RGB6760118
HSL247°32.58%34.90%
HSB/HSV247°49.15%46.27%
CMYK43.22%49.15%0.00%
53.73%

Color #433C76 in popluar number systems.

HEX433C76
Decimal6760118
Binary10000111111001110110
Octal10374166

Shades and tints

Shades of #433C76

#433C76
(67,60,118)
#3D376C
(61,55,108)
#373262
(55,50,98)
#312D58
(49,45,88)
#2B284E
(43,40,78)
#252344
(37,35,68)
#1F1E3A
(31,30,58)
#191930
(25,25,48)
#131426
(19,20,38)
#0D0F1C
(13,15,28)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #433C76

#433C76
(67,60,118)
#544D82
(84,77,130)
#655E8E
(101,94,142)
#766F9A
(118,111,154)
#8780A6
(135,128,166)
#9891B2
(152,145,178)
#A9A2BE
(169,162,190)
#BAB3CA
(186,179,202)
#CBC4D6
(203,196,214)
#DCD5E2
(220,213,226)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433C76 color. Also use rgb(67,60,118) instead hex code.

Text Font Color

.myTextColor { color: #433C76; }

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

This text font color is #433C76.


Background Color

.myBgColor { background-color: #433C76; }

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

This div background color is #433C76.


Border color

.myBorderColor { border: 1px solid #433C76; }

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

This div border color is #433C76.


Opacity

.myOpacity80 { color: #433C76; opacity: 0.8; }

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

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

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

This text has shadow with #433C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433C76 on black background.


Color preview on white background

This text has color #433C76 on white background.



Black color preview on #433C76 background

This text has black color on #433C76 background.


White color preview on #433C76 background

This text has white color on #433C76 background.