COLOR #433C4E

HEX: #433C4E
RGB: (67,60,78)

Color info

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

RGB color model

#433C4E color RGB value is (67,60,78).

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

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 78 of 255 = 31%

67
60
78

R + G + B ~ 27%. #433C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 60 + 78 = 205 (100%)
R 67 of 205 ~ 32.68%
G 60 of 205 ~ 29.27%
B 78 of 205 ~ 38.05%

%32.68
%29.27
%38.05

CMYK color model

#433C4E color CMYK value is (14,23,0,69).

  • cyan value is 14.10%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(14,23,0,69)
C14M23Y0K69 
(14%,23%,0%,69%)
(0.14/0.23/0.00/0.69)	

CMYK percentages

%14.1
%23.08
%0
%69.41

Codes

Color #433C4E in popluar color models

433C4E
RGB676078
HSL263°13.04%27.06%
HSB/HSV263°23.08%30.59%
CMYK14.10%23.08%0.00%
69.41%

Color #433C4E in popluar number systems.

HEX433C4E
Decimal676078
Binary10000111111001001110
Octal10374116

Shades and tints

Shades of #433C4E

#433C4E
(67,60,78)
#3D3747
(61,55,71)
#373240
(55,50,64)
#312D39
(49,45,57)
#2B2832
(43,40,50)
#25232B
(37,35,43)
#1F1E24
(31,30,36)
#19191D
(25,25,29)
#131416
(19,20,22)
#0D0F0F
(13,15,15)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #433C4E

#433C4E
(67,60,78)
#544D5E
(84,77,94)
#655E6E
(101,94,110)
#766F7E
(118,111,126)
#87808E
(135,128,142)
#98919E
(152,145,158)
#A9A2AE
(169,162,174)
#BAB3BE
(186,179,190)
#CBC4CE
(203,196,206)
#DCD5DE
(220,213,222)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433C4E; }

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

This text font color is #433C4E.


Background Color

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

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

This div background color is #433C4E.


Border color

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

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

This div border color is #433C4E.


Opacity

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

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

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

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

This text has shadow with #433C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #433C4E on black background.


Color preview on white background

This text has color #433C4E on white background.



Black color preview on #433C4E background

This text has black color on #433C4E background.


White color preview on #433C4E background

This text has white color on #433C4E background.