COLOR #433C40

HEX: #433C40 RGB: (67,60,64)

Color info

#433C40 contains red, green and blue colors in about the same proportion. Web safe color of #433C40 is #333333 (or #333).

RGB color model

#433C40 color RGB value is (67,60,64).

RGB: (67,60,64) (26%, 24%, 25%)

RGB channels and saturation

R 67 of 255 = 26%
G 60 of 255 = 24%
B 64 of 255 = 25%

67
60
64

R + G + B ~ 25%. #433C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 60 + 64 = 191 (100%)
R 67 of 191 ~ 35.08%
G 60 of 191 ~ 31.41%
B 64 of 191 ~ 33.51'%

%35.08
%31.41
%33.51

CMYK color model

#433C40 color CMYK value is (0,10,4,74).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 4.48%
  • key color value is 73.73%

CMYK: (0,10,4,74)
C0M10Y4K74 (0%, 10%, 4%, 74%)
(0.00 / 0.10 / 0.04 / 0.74)

CMYK percentages

%0
%10.45
%4.48
%73.73

Codes

Color #433C40 in popluar color models

43 3C 40
RGB 67 60 64
HSL 326° 5.51% 24.90%
HSB/HSV 326° 10.45% 26.27%
CMYK 0.00% 10.45% 4.48%
73.73%

Color #433C40 in popluar number systems.

HEX 43 3C 40
Decimal 67 60 64
Binary 1000011 111100 1000000
Octal 103 74 100

Shades and tints

Shades of #433C40

#433C40
(67,60,64)
#3D373B
(61,55,59)
#373236
(55,50,54)
#312D31
(49,45,49)
#2B282C
(43,40,44)
#252327
(37,35,39)
#1F1E22
(31,30,34)
#19191D
(25,25,29)
#131418
(19,20,24)
#0D0F13
(13,15,19)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #433C40

#433C40
(67,60,64)
#544D51
(84,77,81)
#655E62
(101,94,98)
#766F73
(118,111,115)
#878084
(135,128,132)
#989195
(152,145,149)
#A9A2A6
(169,162,166)
#BAB3B7
(186,179,183)
#CBC4C8
(203,196,200)
#DCD5D9
(220,213,217)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433C40; }

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

This text font color is #433C40.

Background Color

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

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

This div background color is #433C40.

Border color

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

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

This div border color is #433C40.

Opacity

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

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

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

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

This text has shadow with #433C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433C40.

Preview

Color preview on black background

This text has color #433C40 on black background.


Color preview on white background

This text has color #433C40 on white background.


Black color preview on #433C40 background

This text has black color on #433C40 background.


White color preview on #433C40 background

This text has white color on #433C40 background.


Related colors

Complementary color

Complementary color for #hex is #BCC3BF.


I love getcolorcode.com

Triadic colors

1 #40433C and #3C4043 with #433C40 are triadic colors.

2 #403C43 and #3C4340 with #433C40 are triadic colors.