COLOR #433C6D

HEX: #433C6D
RGB: (67,60,109)

Color info

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

RGB color model

#433C6D color RGB value is (67,60,109).

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

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 109 of 255 = 43%

67
60
109

R + G + B ~ 31%. #433C6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 60 + 109 = 236 (100%)
R 67 of 236 ~ 28.39%
G 60 of 236 ~ 25.42%
B 109 of 236 ~ 46.19%

%28.39
%25.42
%46.19

CMYK color model

#433C6D color CMYK value is (39,45,0,57).

  • cyan value is 38.53%
  • magenta value is 44.95%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(39,45,0,57)
C39M45Y0K57 
(39%,45%,0%,57%)
(0.39/0.45/0.00/0.57)	

CMYK percentages

%38.53
%44.95
%0
%57.25

Codes

Color #433C6D in popluar color models

433C6D
RGB6760109
HSL249°28.99%33.14%
HSB/HSV249°44.95%42.75%
CMYK38.53%44.95%0.00%
57.25%

Color #433C6D in popluar number systems.

HEX433C6D
Decimal6760109
Binary10000111111001101101
Octal10374155

Shades and tints

Shades of #433C6D

#433C6D
(67,60,109)
#3D3764
(61,55,100)
#37325B
(55,50,91)
#312D52
(49,45,82)
#2B2849
(43,40,73)
#252340
(37,35,64)
#1F1E37
(31,30,55)
#19192E
(25,25,46)
#131425
(19,20,37)
#0D0F1C
(13,15,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #433C6D

#433C6D
(67,60,109)
#544D7A
(84,77,122)
#655E87
(101,94,135)
#766F94
(118,111,148)
#8780A1
(135,128,161)
#9891AE
(152,145,174)
#A9A2BB
(169,162,187)
#BAB3C8
(186,179,200)
#CBC4D5
(203,196,213)
#DCD5E2
(220,213,226)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433C6D; }

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

This text font color is #433C6D.


Background Color

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

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

This div background color is #433C6D.


Border color

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

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

This div border color is #433C6D.


Opacity

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

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

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

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

This text has shadow with #433C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433C6D on black background.


Color preview on white background

This text has color #433C6D on white background.



Black color preview on #433C6D background

This text has black color on #433C6D background.


White color preview on #433C6D background

This text has white color on #433C6D background.