COLOR #433D5F

HEX: #433D5F
RGB: (67,61,95)

Color info

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

RGB color model

#433D5F color RGB value is (67,61,95).

  • red value is 67;
  • green value is 61;
  • blue value is 95.
RGB: (67,61,95) (26%,24%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 61 of 255 = 24%
B 95 of 255 = 37%

67
61
95

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

Portions of RGB colors in percentages

R + G + B =
67 + 61 + 95 = 223 (100%)
R 67 of 223 ~ 30.04%
G 61 of 223 ~ 27.35%
B 95 of 223 ~ 42.6%

%30.04
%27.35
%42.6

CMYK color model

#433D5F color CMYK value is (29,36,0,63).

  • cyan value is 29.47%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (29,36,0,63) C29M36Y0K63 (29%,36%,0%,63%) (0.29/0.36/0.00/0.63)

CMYK percentages

%29.47
%35.79
%0
%62.75

Codes

Color #433D5F in popluar color models

433D5F
RGB676195
HSL251°21.79%30.59%
HSB/HSV251°35.79%37.25%
CMYK29.47%35.79%0.00%
62.75%

Color #433D5F in popluar number systems.

HEX433D5F
Decimal676195
Binary10000111111011011111
Octal10375137

Shades and tints

Shades of #433D5F

#433D5F
(67,61,95)
#3D3857
(61,56,87)
#37334F
(55,51,79)
#312E47
(49,46,71)
#2B293F
(43,41,63)
#252437
(37,36,55)
#1F1F2F
(31,31,47)
#191A27
(25,26,39)
#13151F
(19,21,31)
#0D1017
(13,16,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #433D5F

#433D5F
(67,61,95)
#544E6D
(84,78,109)
#655F7B
(101,95,123)
#767089
(118,112,137)
#878197
(135,129,151)
#9892A5
(152,146,165)
#A9A3B3
(169,163,179)
#BAB4C1
(186,180,193)
#CBC5CF
(203,197,207)
#DCD6DD
(220,214,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433D5F color. Also use rgb(67,61,95) instead hex code.

Text Font Color

.myTextColor { color: #433D5F; }

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

This text font color is #433D5F.


Background Color

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

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

This div background color is #433D5F.


Border color

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

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

This div border color is #433D5F.


Opacity

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

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

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

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

This text has shadow with #433D5F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #433D5F on black background.


Color preview on white background

This text has color #433D5F on white background.



Black color preview on #433D5F background

This text has black color on #433D5F background.


White color preview on #433D5F background

This text has white color on #433D5F background.