COLOR #40582C

HEX: #40582C
RGB: (64,88,44)

Color info

#40582C contains red, green and blue colors in about the same proportion. Web safe color of #40582C is #336633 (or #363).

RGB color model

#40582C color RGB value is (64,88,44).

  • red value is 64;
  • green value is 88;
  • blue value is 44.
RGB:
(64,88,44)
(25%,35%,17%)

RGB channels and saturation

R 64 of 255 = 25%
G 88 of 255 = 35%
B 44 of 255 = 17%

64
88
44

R + G + B ~ 26%. #40582C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 44 = 196 (100%)
R 64 of 196 ~ 32.65%
G 88 of 196 ~ 44.9%
B 44 of 196 ~ 22.45%

%32.65
%44.9
%22.45

CMYK color model

#40582C color CMYK value is (27,0,50,65).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 65.49%
CMYK:
(27,0,50,65)
C27M0Y50K65 
(27%,0%,50%,65%)
(0.27/0.00/0.50/0.65)	

CMYK percentages

%27.27
%0
%50
%65.49

Codes

Color #40582C in popluar color models

40582C
RGB648844
HSL93°33.33%25.88%
HSB/HSV93°50.00%34.51%
CMYK27.27%0.00%50.00%
65.49%

Color #40582C in popluar number systems.

HEX40582C
Decimal648844
Binary10000001011000101100
Octal10013054

Shades and tints

Shades of #40582C

#40582C
(64,88,44)
#3B5028
(59,80,40)
#364824
(54,72,36)
#314020
(49,64,32)
#2C381C
(44,56,28)
#273018
(39,48,24)
#222814
(34,40,20)
#1D2010
(29,32,16)
#18180C
(24,24,12)
#131008
(19,16,8)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #40582C

#40582C
(64,88,44)
#51673F
(81,103,63)
#627652
(98,118,82)
#738565
(115,133,101)
#849478
(132,148,120)
#95A38B
(149,163,139)
#A6B29E
(166,178,158)
#B7C1B1
(183,193,177)
#C8D0C4
(200,208,196)
#D9DFD7
(217,223,215)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40582C color. Also use rgb(64,88,44) instead hex code.

Text Font Color

.myTextColor { color: #40582C; }

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

This text font color is #40582C.


Background Color

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

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

This div background color is #40582C.


Border color

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

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

This div border color is #40582C.


Opacity

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

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

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

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

This text has shadow with #40582C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40582C on black background.


Color preview on white background

This text has color #40582C on white background.



Black color preview on #40582C background

This text has black color on #40582C background.


White color preview on #40582C background

This text has white color on #40582C background.