COLOR #404830

HEX: #404830 RGB: (64,72,48)

Color info

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

RGB color model

#404830 color RGB value is (64,72,48).

RGB: (64,72,48) (25%, 28%, 19%)

RGB channels and saturation

R 64 of 255 = 25%
G 72 of 255 = 28%
B 48 of 255 = 19%

64
72
48

R + G + B ~ 24%. #404830 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 72 + 48 = 184 (100%)
R 64 of 184 ~ 34.78%
G 72 of 184 ~ 39.13%
B 48 of 184 ~ 26.09'%

%34.78
%39.13
%26.09

CMYK color model

#404830 color CMYK value is (11,0,33,72).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%

CMYK: (11,0,33,72)
C11M0Y33K72 (11%, 0%, 33%, 72%)
(0.11 / 0.00 / 0.33 / 0.72)

CMYK percentages

%11.11
%0
%33.33
%71.76

Codes

Color #404830 in popluar color models

40 48 30
RGB 64 72 48
HSL 80° 20.00% 23.53%
HSB/HSV 80° 33.33% 28.24%
CMYK 11.11% 0.00% 33.33%
71.76%

Color #404830 in popluar number systems.

HEX 40 48 30
Decimal 64 72 48
Binary 1000000 1001000 110000
Octal 100 110 60

Shades and tints

Shades of #404830

#404830
(64,72,48)
#3B422C
(59,66,44)
#363C28
(54,60,40)
#313624
(49,54,36)
#2C3020
(44,48,32)
#272A1C
(39,42,28)
#222418
(34,36,24)
#1D1E14
(29,30,20)
#181810
(24,24,16)
#13120C
(19,18,12)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #404830

#404830
(64,72,48)
#515842
(81,88,66)
#626854
(98,104,84)
#737866
(115,120,102)
#848878
(132,136,120)
#95988A
(149,152,138)
#A6A89C
(166,168,156)
#B7B8AE
(183,184,174)
#C8C8C0
(200,200,192)
#D9D8D2
(217,216,210)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404830; }

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

This text font color is #404830.

Background Color

.myBgColor { background-color: #404830; }

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

This div background color is #404830.

Border color

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

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

This div border color is #404830.

Opacity

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

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

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

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

This text has shadow with #404830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404830.

Preview

Color preview on black background

This text has color #404830 on black background.


Color preview on white background

This text has color #404830 on white background.


Black color preview on #404830 background

This text has black color on #404830 background.


White color preview on #404830 background

This text has white color on #404830 background.


Related colors

Complementary color

Complementary color for #hex is #BFB7CF.


I love getcolorcode.com

Triadic colors

1 #304048 and #483040 with #404830 are triadic colors.

2 #304840 and #484030 with #404830 are triadic colors.