COLOR #433F64

HEX: #433F64
RGB: (67,63,100)

Color info

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

RGB color model

#433F64 color RGB value is (67,63,100).

  • red value is 67;
  • green value is 63;
  • blue value is 100.
RGB:
(67,63,100)
(26%,25%,39%)

RGB channels and saturation

R 67 of 255 = 26%
G 63 of 255 = 25%
B 100 of 255 = 39%

67
63
100

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

Portions of RGB colors in percentages

R + G + B =
67 + 63 + 100 = 230 (100%)
R 67 of 230 ~ 29.13%
G 63 of 230 ~ 27.39%
B 100 of 230 ~ 43.48%

%29.13
%27.39
%43.48

CMYK color model

#433F64 color CMYK value is (33,37,0,61).

  • cyan value is 33.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(33,37,0,61)
C33M37Y0K61 
(33%,37%,0%,61%)
(0.33/0.37/0.00/0.61)	

CMYK percentages

%33
%37
%0
%60.78

Codes

Color #433F64 in popluar color models

433F64
RGB6763100
HSL246°22.70%31.96%
HSB/HSV246°37.00%39.22%
CMYK33.00%37.00%0.00%
60.78%

Color #433F64 in popluar number systems.

HEX433F64
Decimal6763100
Binary10000111111111100100
Octal10377144

Shades and tints

Shades of #433F64

#433F64
(67,63,100)
#3D3A5B
(61,58,91)
#373552
(55,53,82)
#313049
(49,48,73)
#2B2B40
(43,43,64)
#252637
(37,38,55)
#1F212E
(31,33,46)
#191C25
(25,28,37)
#13171C
(19,23,28)
#0D1213
(13,18,19)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #433F64

#433F64
(67,63,100)
#545072
(84,80,114)
#656180
(101,97,128)
#76728E
(118,114,142)
#87839C
(135,131,156)
#9894AA
(152,148,170)
#A9A5B8
(169,165,184)
#BAB6C6
(186,182,198)
#CBC7D4
(203,199,212)
#DCD8E2
(220,216,226)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433F64 color. Also use rgb(67,63,100) instead hex code.

Text Font Color

.myTextColor { color: #433F64; }

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

This text font color is #433F64.


Background Color

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

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

This div background color is #433F64.


Border color

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

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

This div border color is #433F64.


Opacity

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

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

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

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

This text has shadow with #433F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433F64 on black background.


Color preview on white background

This text has color #433F64 on white background.



Black color preview on #433F64 background

This text has black color on #433F64 background.


White color preview on #433F64 background

This text has white color on #433F64 background.