COLOR #433A51

HEX: #433A51
RGB: (67,58,81)

Color info

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

RGB color model

#433A51 color RGB value is (67,58,81).

  • red value is 67;
  • green value is 58;
  • blue value is 81.
RGB:
(67,58,81)
(26%,23%,32%)

RGB channels and saturation

R 67 of 255 = 26%
G 58 of 255 = 23%
B 81 of 255 = 32%

67
58
81

R + G + B ~ 27%. #433A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 58 + 81 = 206 (100%)
R 67 of 206 ~ 32.52%
G 58 of 206 ~ 28.16%
B 81 of 206 ~ 39.32%

%32.52
%28.16
%39.32

CMYK color model

#433A51 color CMYK value is (17,28,0,68).

  • cyan value is 17.28%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(17,28,0,68)
C17M28Y0K68 
(17%,28%,0%,68%)
(0.17/0.28/0.00/0.68)	

CMYK percentages

%17.28
%28.4
%0
%68.24

Codes

Color #433A51 in popluar color models

433A51
RGB675881
HSL263°16.55%27.25%
HSB/HSV263°28.40%31.76%
CMYK17.28%28.40%0.00%
68.24%

Color #433A51 in popluar number systems.

HEX433A51
Decimal675881
Binary10000111110101010001
Octal10372121

Shades and tints

Shades of #433A51

#433A51
(67,58,81)
#3D354A
(61,53,74)
#373043
(55,48,67)
#312B3C
(49,43,60)
#2B2635
(43,38,53)
#25212E
(37,33,46)
#1F1C27
(31,28,39)
#191720
(25,23,32)
#131219
(19,18,25)
#0D0D12
(13,13,18)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #433A51

#433A51
(67,58,81)
#544B60
(84,75,96)
#655C6F
(101,92,111)
#766D7E
(118,109,126)
#877E8D
(135,126,141)
#988F9C
(152,143,156)
#A9A0AB
(169,160,171)
#BAB1BA
(186,177,186)
#CBC2C9
(203,194,201)
#DCD3D8
(220,211,216)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433A51 color. Also use rgb(67,58,81) instead hex code.

Text Font Color

.myTextColor { color: #433A51; }

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

This text font color is #433A51.


Background Color

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

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

This div background color is #433A51.


Border color

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

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

This div border color is #433A51.


Opacity

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

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

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

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

This text has shadow with #433A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433A51 on black background.


Color preview on white background

This text has color #433A51 on white background.



Black color preview on #433A51 background

This text has black color on #433A51 background.


White color preview on #433A51 background

This text has white color on #433A51 background.