COLOR #404130

HEX: #404130 RGB: (64,65,48)

Color info

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

RGB color model

#404130 color RGB value is (64,65,48).

RGB: (64,65,48) (25%, 25%, 19%)

RGB channels and saturation

R 64 of 255 = 25%
G 65 of 255 = 25%
B 48 of 255 = 19%

64
65
48

R + G + B ~ 23%. #404130 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 65 + 48 = 177 (100%)
R 64 of 177 ~ 36.16%
G 65 of 177 ~ 36.72%
B 48 of 177 ~ 27.12'%

%36.16
%36.72
%27.12

CMYK color model

#404130 color CMYK value is (2,0,26,75).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%

CMYK: (2,0,26,75)
C2M0Y26K75 (2%, 0%, 26%, 75%)
(0.02 / 0.00 / 0.26 / 0.75)

CMYK percentages

%1.54
%0
%26.15
%74.51

Codes

Color #404130 in popluar color models

40 41 30
RGB 64 65 48
HSL 64° 15.04% 22.16%
HSB/HSV 64° 26.15% 25.49%
CMYK 1.54% 0.00% 26.15%
74.51%

Color #404130 in popluar number systems.

HEX 40 41 30
Decimal 64 65 48
Binary 1000000 1000001 110000
Octal 100 101 60

Shades and tints

Shades of #404130

#404130
(64,65,48)
#3B3C2C
(59,60,44)
#363728
(54,55,40)
#313224
(49,50,36)
#2C2D20
(44,45,32)
#27281C
(39,40,28)
#222318
(34,35,24)
#1D1E14
(29,30,20)
#181910
(24,25,16)
#13140C
(19,20,12)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #404130

#404130
(64,65,48)
#515242
(81,82,66)
#626354
(98,99,84)
#737466
(115,116,102)
#848578
(132,133,120)
#95968A
(149,150,138)
#A6A79C
(166,167,156)
#B7B8AE
(183,184,174)
#C8C9C0
(200,201,192)
#D9DAD2
(217,218,210)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404130 color. Also use rgb(64,65,48) instead hex code.

Text Font Color

.myTextColor { color: #404130; }

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

This text font color is #404130.

Background Color

.myBgColor { background-color: #404130; }

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

This div background color is #404130.

Border color

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

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

This div border color is #404130.

Opacity

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

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

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

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

This text has shadow with #404130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404130.

Preview

Color preview on black background

This text has color #404130 on black background.


Color preview on white background

This text has color #404130 on white background.


Black color preview on #404130 background

This text has black color on #404130 background.


White color preview on #404130 background

This text has white color on #404130 background.


Related colors

Complementary color

Complementary color for #hex is #BFBECF.


I love getcolorcode.com

Triadic colors

1 #304041 and #413040 with #404130 are triadic colors.

2 #304140 and #414030 with #404130 are triadic colors.