COLOR #433B5B

HEX: #433B5B
RGB: (67,59,91)

Color info

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

RGB color model

#433B5B color RGB value is (67,59,91).

  • red value is 67;
  • green value is 59;
  • blue value is 91.
RGB:
(67,59,91)
(26%,23%,36%)

RGB channels and saturation

R 67 of 255 = 26%
G 59 of 255 = 23%
B 91 of 255 = 36%

67
59
91

R + G + B ~ 28%. #433B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 59 + 91 = 217 (100%)
R 67 of 217 ~ 30.88%
G 59 of 217 ~ 27.19%
B 91 of 217 ~ 41.94%

%30.88
%27.19
%41.94

CMYK color model

#433B5B color CMYK value is (26,35,0,64).

  • cyan value is 26.37%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(26,35,0,64)
C26M35Y0K64 
(26%,35%,0%,64%)
(0.26/0.35/0.00/0.64)	

CMYK percentages

%26.37
%35.16
%0
%64.31

Codes

Color #433B5B in popluar color models

433B5B
RGB675991
HSL255°21.33%29.41%
HSB/HSV255°35.16%35.69%
CMYK26.37%35.16%0.00%
64.31%

Color #433B5B in popluar number systems.

HEX433B5B
Decimal675991
Binary10000111110111011011
Octal10373133

Shades and tints

Shades of #433B5B

#433B5B
(67,59,91)
#3D3653
(61,54,83)
#37314B
(55,49,75)
#312C43
(49,44,67)
#2B273B
(43,39,59)
#252233
(37,34,51)
#1F1D2B
(31,29,43)
#191823
(25,24,35)
#13131B
(19,19,27)
#0D0E13
(13,14,19)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #433B5B

#433B5B
(67,59,91)
#544C69
(84,76,105)
#655D77
(101,93,119)
#766E85
(118,110,133)
#877F93
(135,127,147)
#9890A1
(152,144,161)
#A9A1AF
(169,161,175)
#BAB2BD
(186,178,189)
#CBC3CB
(203,195,203)
#DCD4D9
(220,212,217)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433B5B color. Also use rgb(67,59,91) instead hex code.

Text Font Color

.myTextColor { color: #433B5B; }

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

This text font color is #433B5B.


Background Color

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

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

This div background color is #433B5B.


Border color

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

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

This div border color is #433B5B.


Opacity

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

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

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

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

This text has shadow with #433B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433B5B on black background.


Color preview on white background

This text has color #433B5B on white background.



Black color preview on #433B5B background

This text has black color on #433B5B background.


White color preview on #433B5B background

This text has white color on #433B5B background.