COLOR #433E61

HEX: #433E61
RGB: (67,62,97)

Color info

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

RGB color model

#433E61 color RGB value is (67,62,97).

  • red value is 67;
  • green value is 62;
  • blue value is 97.
RGB:
(67,62,97)
(26%,24%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 62 of 255 = 24%
B 97 of 255 = 38%

67
62
97

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

Portions of RGB colors in percentages

R + G + B =
67 + 62 + 97 = 226 (100%)
R 67 of 226 ~ 29.65%
G 62 of 226 ~ 27.43%
B 97 of 226 ~ 42.92%

%29.65
%27.43
%42.92

CMYK color model

#433E61 color CMYK value is (31,36,0,62).

  • cyan value is 30.93%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(31,36,0,62)
C31M36Y0K62 
(31%,36%,0%,62%)
(0.31/0.36/0.00/0.62)	

CMYK percentages

%30.93
%36.08
%0
%61.96

Codes

Color #433E61 in popluar color models

433E61
RGB676297
HSL249°22.01%31.18%
HSB/HSV249°36.08%38.04%
CMYK30.93%36.08%0.00%
61.96%

Color #433E61 in popluar number systems.

HEX433E61
Decimal676297
Binary10000111111101100001
Octal10376141

Shades and tints

Shades of #433E61

#433E61
(67,62,97)
#3D3959
(61,57,89)
#373451
(55,52,81)
#312F49
(49,47,73)
#2B2A41
(43,42,65)
#252539
(37,37,57)
#1F2031
(31,32,49)
#191B29
(25,27,41)
#131621
(19,22,33)
#0D1119
(13,17,25)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #433E61

#433E61
(67,62,97)
#544F6F
(84,79,111)
#65607D
(101,96,125)
#76718B
(118,113,139)
#878299
(135,130,153)
#9893A7
(152,147,167)
#A9A4B5
(169,164,181)
#BAB5C3
(186,181,195)
#CBC6D1
(203,198,209)
#DCD7DF
(220,215,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433E61 color. Also use rgb(67,62,97) instead hex code.

Text Font Color

.myTextColor { color: #433E61; }

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

This text font color is #433E61.


Background Color

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

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

This div background color is #433E61.


Border color

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

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

This div border color is #433E61.


Opacity

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

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

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

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

This text has shadow with #433E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433E61 on black background.


Color preview on white background

This text has color #433E61 on white background.



Black color preview on #433E61 background

This text has black color on #433E61 background.


White color preview on #433E61 background

This text has white color on #433E61 background.