COLOR #433E40

HEX: #433E40 RGB: (67,62,64)

Color info

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

RGB color model

#433E40 color RGB value is (67,62,64).

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

RGB channels and saturation

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

67
62
64

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

Portions of RGB colors in percentages

R + G + B = 67 + 62 + 64 = 193 (100%)
R 67 of 193 ~ 34.72%
G 62 of 193 ~ 32.12%
B 64 of 193 ~ 33.16'%

%34.72
%32.12
%33.16

CMYK color model

#433E40 color CMYK value is (0,7,4,74).

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

CMYK: (0,7,4,74)
C0M7Y4K74 (0%, 7%, 4%, 74%)
(0.00 / 0.07 / 0.04 / 0.74)

CMYK percentages

%0
%7.46
%4.48
%73.73

Codes

Color #433E40 in popluar color models

43 3E 40
RGB 67 62 64
HSL 336° 3.88% 25.29%
HSB/HSV 336° 7.46% 26.27%
CMYK 0.00% 7.46% 4.48%
73.73%

Color #433E40 in popluar number systems.

HEX 43 3E 40
Decimal 67 62 64
Binary 1000011 111110 1000000
Octal 103 76 100

Shades and tints

Shades of #433E40

#433E40
(67,62,64)
#3D393B
(61,57,59)
#373436
(55,52,54)
#312F31
(49,47,49)
#2B2A2C
(43,42,44)
#252527
(37,37,39)
#1F2022
(31,32,34)
#191B1D
(25,27,29)
#131618
(19,22,24)
#0D1113
(13,17,19)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #433E40

#433E40
(67,62,64)
#544F51
(84,79,81)
#656062
(101,96,98)
#767173
(118,113,115)
#878284
(135,130,132)
#989395
(152,147,149)
#A9A4A6
(169,164,166)
#BAB5B7
(186,181,183)
#CBC6C8
(203,198,200)
#DCD7D9
(220,215,217)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433E40; }

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

This text font color is #433E40.

Background Color

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

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

This div background color is #433E40.

Border color

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

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

This div border color is #433E40.

Opacity

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

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

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

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

This text has shadow with #433E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433E40.

Preview

Color preview on black background

This text has color #433E40 on black background.


Color preview on white background

This text has color #433E40 on white background.


Black color preview on #433E40 background

This text has black color on #433E40 background.


White color preview on #433E40 background

This text has white color on #433E40 background.


Related colors

Complementary color

Complementary color for #hex is #BCC1BF.


I love getcolorcode.com

Triadic colors

1 #40433E and #3E4043 with #433E40 are triadic colors.

2 #403E43 and #3E4340 with #433E40 are triadic colors.