COLOR #433F5C

HEX: #433F5C
RGB: (67,63,92)

Color info

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

RGB color model

#433F5C color RGB value is (67,63,92).

  • red value is 67;
  • green value is 63;
  • blue value is 92.
RGB:
(67,63,92)
(26%,25%,36%)

RGB channels and saturation

R 67 of 255 = 26%
G 63 of 255 = 25%
B 92 of 255 = 36%

67
63
92

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

Portions of RGB colors in percentages

R + G + B =
67 + 63 + 92 = 222 (100%)
R 67 of 222 ~ 30.18%
G 63 of 222 ~ 28.38%
B 92 of 222 ~ 41.44%

%30.18
%28.38
%41.44

CMYK color model

#433F5C color CMYK value is (27,32,0,64).

  • cyan value is 27.17%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(27,32,0,64)
C27M32Y0K64 
(27%,32%,0%,64%)
(0.27/0.32/0.00/0.64)	

CMYK percentages

%27.17
%31.52
%0
%63.92

Codes

Color #433F5C in popluar color models

433F5C
RGB676392
HSL248°18.71%30.39%
HSB/HSV248°31.52%36.08%
CMYK27.17%31.52%0.00%
63.92%

Color #433F5C in popluar number systems.

HEX433F5C
Decimal676392
Binary10000111111111011100
Octal10377134

Shades and tints

Shades of #433F5C

#433F5C
(67,63,92)
#3D3A54
(61,58,84)
#37354C
(55,53,76)
#313044
(49,48,68)
#2B2B3C
(43,43,60)
#252634
(37,38,52)
#1F212C
(31,33,44)
#191C24
(25,28,36)
#13171C
(19,23,28)
#0D1214
(13,18,20)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #433F5C

#433F5C
(67,63,92)
#54506A
(84,80,106)
#656178
(101,97,120)
#767286
(118,114,134)
#878394
(135,131,148)
#9894A2
(152,148,162)
#A9A5B0
(169,165,176)
#BAB6BE
(186,182,190)
#CBC7CC
(203,199,204)
#DCD8DA
(220,216,218)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433F5C color. Also use rgb(67,63,92) instead hex code.

Text Font Color

.myTextColor { color: #433F5C; }

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

This text font color is #433F5C.


Background Color

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

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

This div background color is #433F5C.


Border color

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

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

This div border color is #433F5C.


Opacity

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

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

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

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

This text has shadow with #433F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433F5C on black background.


Color preview on white background

This text has color #433F5C on white background.



Black color preview on #433F5C background

This text has black color on #433F5C background.


White color preview on #433F5C background

This text has white color on #433F5C background.