COLOR #433B60

HEX: #433B60
RGB: (67,59,96)

Color info

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

RGB color model

#433B60 color RGB value is (67,59,96).

  • red value is 67;
  • green value is 59;
  • blue value is 96.
RGB:
(67,59,96)
(26%,23%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 59 of 255 = 23%
B 96 of 255 = 38%

67
59
96

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

Portions of RGB colors in percentages

R + G + B =
67 + 59 + 96 = 222 (100%)
R 67 of 222 ~ 30.18%
G 59 of 222 ~ 26.58%
B 96 of 222 ~ 43.24%

%30.18
%26.58
%43.24

CMYK color model

#433B60 color CMYK value is (30,39,0,62).

  • cyan value is 30.21%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(30,39,0,62)
C30M39Y0K62 
(30%,39%,0%,62%)
(0.30/0.39/0.00/0.62)	

CMYK percentages

%30.21
%38.54
%0
%62.35

Codes

Color #433B60 in popluar color models

433B60
RGB675996
HSL253°23.87%30.39%
HSB/HSV253°38.54%37.65%
CMYK30.21%38.54%0.00%
62.35%

Color #433B60 in popluar number systems.

HEX433B60
Decimal675996
Binary10000111110111100000
Octal10373140

Shades and tints

Shades of #433B60

#433B60
(67,59,96)
#3D3658
(61,54,88)
#373150
(55,49,80)
#312C48
(49,44,72)
#2B2740
(43,39,64)
#252238
(37,34,56)
#1F1D30
(31,29,48)
#191828
(25,24,40)
#131320
(19,19,32)
#0D0E18
(13,14,24)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #433B60

#433B60
(67,59,96)
#544C6E
(84,76,110)
#655D7C
(101,93,124)
#766E8A
(118,110,138)
#877F98
(135,127,152)
#9890A6
(152,144,166)
#A9A1B4
(169,161,180)
#BAB2C2
(186,178,194)
#CBC3D0
(203,195,208)
#DCD4DE
(220,212,222)
#EDE5EC
(237,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #433B60 color. Also use rgb(67,59,96) instead hex code.

Text Font Color

.myTextColor { color: #433B60; }

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

This text font color is #433B60.


Background Color

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

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

This div background color is #433B60.


Border color

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

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

This div border color is #433B60.


Opacity

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

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

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

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

This text has shadow with #433B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433B60 on black background.


Color preview on white background

This text has color #433B60 on white background.



Black color preview on #433B60 background

This text has black color on #433B60 background.


White color preview on #433B60 background

This text has white color on #433B60 background.