COLOR #403133

HEX: #403133 RGB: (64,49,51)

Color info

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

RGB color model

#403133 color RGB value is (64,49,51).

RGB: (64,49,51) (25%, 19%, 20%)

RGB channels and saturation

R 64 of 255 = 25%
G 49 of 255 = 19%
B 51 of 255 = 20%

64
49
51

R + G + B ~ 21%. #403133 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 49 + 51 = 164 (100%)
R 64 of 164 ~ 39.02%
G 49 of 164 ~ 29.88%
B 51 of 164 ~ 31.1'%

%39.02
%29.88
%31.1

CMYK color model

#403133 color CMYK value is (0,23,20,75).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 20.31%
  • key color value is 74.90%

CMYK: (0,23,20,75)
C0M23Y20K75 (0%, 23%, 20%, 75%)
(0.00 / 0.23 / 0.20 / 0.75)

CMYK percentages

%0
%23.44
%20.31
%74.9

Codes

Color #403133 in popluar color models

40 31 33
RGB 64 49 51
HSL 352° 13.27% 22.16%
HSB/HSV 352° 23.44% 25.10%
CMYK 0.00% 23.44% 20.31%
74.90%

Color #403133 in popluar number systems.

HEX 40 31 33
Decimal 64 49 51
Binary 1000000 110001 110011
Octal 100 61 63

Shades and tints

Shades of #403133

#403133
(64,49,51)
#3B2D2F
(59,45,47)
#36292B
(54,41,43)
#312527
(49,37,39)
#2C2123
(44,33,35)
#271D1F
(39,29,31)
#22191B
(34,25,27)
#1D1517
(29,21,23)
#181113
(24,17,19)
#130D0F
(19,13,15)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #403133

#403133
(64,49,51)
#514345
(81,67,69)
#625557
(98,85,87)
#736769
(115,103,105)
#84797B
(132,121,123)
#958B8D
(149,139,141)
#A69D9F
(166,157,159)
#B7AFB1
(183,175,177)
#C8C1C3
(200,193,195)
#D9D3D5
(217,211,213)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #403133 color. Also use rgb(64,49,51) instead hex code.

Text Font Color

.myTextColor { color: #403133; }

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

This text font color is #403133.

Background Color

.myBgColor { background-color: #403133; }

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

This div background color is #403133.

Border color

.myBorderColor { border: 1px solid #403133; }

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

This div border color is #403133.

Opacity

.myOpacity80 { color: #403133; opacity: 0.8; }

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

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

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

This text has shadow with #403133 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #403133.

Preview

Color preview on black background

This text has color #403133 on black background.


Color preview on white background

This text has color #403133 on white background.


Black color preview on #403133 background

This text has black color on #403133 background.


White color preview on #403133 background

This text has white color on #403133 background.


Related colors

Complementary color

Complementary color for #hex is #BFCECC.


I love getcolorcode.com

Triadic colors

1 #334031 and #313340 with #403133 are triadic colors.

2 #333140 and #314033 with #403133 are triadic colors.