COLOR #40433C

HEX: #40433C
RGB: (64,67,60)

Color info

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

RGB color model

#40433C color RGB value is (64,67,60).

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

RGB channels and saturation

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

64
67
60

R + G + B ~ 25%. #40433C is quite dark color.

Portions of RGB colors in percentages

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

%33.51
%35.08
%31.41

CMYK color model

#40433C color CMYK value is (4,0,10,74).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 73.73%
CMYK:
(4,0,10,74)
C4M0Y10K74 
(4%,0%,10%,74%)
(0.04/0.00/0.10/0.74)	

CMYK percentages

%4.48
%0
%10.45
%73.73

Codes

Color #40433C in popluar color models

40433C
RGB646760
HSL86°5.51%24.90%
HSB/HSV86°10.45%26.27%
CMYK4.48%0.00%10.45%
73.73%

Color #40433C in popluar number systems.

HEX40433C
Decimal646760
Binary10000001000011111100
Octal10010374

Shades and tints

Shades of #40433C

#40433C
(64,67,60)
#3B3D37
(59,61,55)
#363732
(54,55,50)
#31312D
(49,49,45)
#2C2B28
(44,43,40)
#272523
(39,37,35)
#221F1E
(34,31,30)
#1D1919
(29,25,25)
#181314
(24,19,20)
#130D0F
(19,13,15)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #40433C

#40433C
(64,67,60)
#51544D
(81,84,77)
#62655E
(98,101,94)
#73766F
(115,118,111)
#848780
(132,135,128)
#959891
(149,152,145)
#A6A9A2
(166,169,162)
#B7BAB3
(183,186,179)
#C8CBC4
(200,203,196)
#D9DCD5
(217,220,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40433C; }

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

This text font color is #40433C.


Background Color

.myBgColor { background-color: #40433C; }

<div style="background-color:#40433C">Inner text</div>

This div background color is #40433C.


Border color

.myBorderColor { border: 1px solid #40433C; }

<div style="border:3px solid #40433C">Div</div>

This div border color is #40433C.


Opacity

.myOpacity80 { color: #40433C; opacity: 0.8; }

<p style="color:#40433C;opacity:0.8;">80%</p>

Text with #40433C 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 #40433C;}

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

This text has shadow with #40433C color.

.textShadow {text-shadow: 3px 3px 1px #40433C, 3px 3px 1px red;}

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

This text has shadow with #40433C primary color and red secondary color.


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

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

This text has shadow with #40433C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40433C on black background.


Color preview on white background

This text has color #40433C on white background.



Black color preview on #40433C background

This text has black color on #40433C background.


White color preview on #40433C background

This text has white color on #40433C background.