COLOR #433D66

HEX: #433D66
RGB: (67,61,102)

Color info

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

RGB color model

#433D66 color RGB value is (67,61,102).

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

RGB channels and saturation

R 67 of 255 = 26%
G 61 of 255 = 24%
B 102 of 255 = 40%

67
61
102

R + G + B ~ 30%. #433D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 61 + 102 = 230 (100%)
R 67 of 230 ~ 29.13%
G 61 of 230 ~ 26.52%
B 102 of 230 ~ 44.35%

%29.13
%26.52
%44.35

CMYK color model

#433D66 color CMYK value is (34,40,0,60).

  • cyan value is 34.31%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(34,40,0,60)
C34M40Y0K60 
(34%,40%,0%,60%)
(0.34/0.40/0.00/0.60)	

CMYK percentages

%34.31
%40.2
%0
%60

Codes

Color #433D66 in popluar color models

433D66
RGB6761102
HSL249°25.15%31.96%
HSB/HSV249°40.20%40.00%
CMYK34.31%40.20%0.00%
60.00%

Color #433D66 in popluar number systems.

HEX433D66
Decimal6761102
Binary10000111111011100110
Octal10375146

Shades and tints

Shades of #433D66

#433D66
(67,61,102)
#3D385D
(61,56,93)
#373354
(55,51,84)
#312E4B
(49,46,75)
#2B2942
(43,41,66)
#252439
(37,36,57)
#1F1F30
(31,31,48)
#191A27
(25,26,39)
#13151E
(19,21,30)
#0D1015
(13,16,21)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #433D66

#433D66
(67,61,102)
#544E73
(84,78,115)
#655F80
(101,95,128)
#76708D
(118,112,141)
#87819A
(135,129,154)
#9892A7
(152,146,167)
#A9A3B4
(169,163,180)
#BAB4C1
(186,180,193)
#CBC5CE
(203,197,206)
#DCD6DB
(220,214,219)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433D66; }

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

This text font color is #433D66.


Background Color

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

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

This div background color is #433D66.


Border color

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

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

This div border color is #433D66.


Opacity

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

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

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

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

This text has shadow with #433D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433D66 on black background.


Color preview on white background

This text has color #433D66 on white background.



Black color preview on #433D66 background

This text has black color on #433D66 background.


White color preview on #433D66 background

This text has white color on #433D66 background.