COLOR #40593B

HEX: #40593B
RGB: (64,89,59)

Color info

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

RGB color model

#40593B color RGB value is (64,89,59).

  • red value is 64;
  • green value is 89;
  • blue value is 59.
RGB:
(64,89,59)
(25%,35%,23%)

RGB channels and saturation

R 64 of 255 = 25%
G 89 of 255 = 35%
B 59 of 255 = 23%

64
89
59

R + G + B ~ 28%. #40593B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 89 + 59 = 212 (100%)
R 64 of 212 ~ 30.19%
G 89 of 212 ~ 41.98%
B 59 of 212 ~ 27.83%

%30.19
%41.98
%27.83

CMYK color model

#40593B color CMYK value is (28,0,34,65).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 65.10%
CMYK:
(28,0,34,65)
C28M0Y34K65 
(28%,0%,34%,65%)
(0.28/0.00/0.34/0.65)	

CMYK percentages

%28.09
%0
%33.71
%65.1

Codes

Color #40593B in popluar color models

40593B
RGB648959
HSL110°20.27%29.02%
HSB/HSV110°33.71%34.90%
CMYK28.09%0.00%33.71%
65.10%

Color #40593B in popluar number systems.

HEX40593B
Decimal648959
Binary10000001011001111011
Octal10013173

Shades and tints

Shades of #40593B

#40593B
(64,89,59)
#3B5136
(59,81,54)
#364931
(54,73,49)
#31412C
(49,65,44)
#2C3927
(44,57,39)
#273122
(39,49,34)
#22291D
(34,41,29)
#1D2118
(29,33,24)
#181913
(24,25,19)
#13110E
(19,17,14)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #40593B

#40593B
(64,89,59)
#51684C
(81,104,76)
#62775D
(98,119,93)
#73866E
(115,134,110)
#84957F
(132,149,127)
#95A490
(149,164,144)
#A6B3A1
(166,179,161)
#B7C2B2
(183,194,178)
#C8D1C3
(200,209,195)
#D9E0D4
(217,224,212)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40593B color. Also use rgb(64,89,59) instead hex code.

Text Font Color

.myTextColor { color: #40593B; }

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

This text font color is #40593B.


Background Color

.myBgColor { background-color: #40593B; }

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

This div background color is #40593B.


Border color

.myBorderColor { border: 1px solid #40593B; }

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

This div border color is #40593B.


Opacity

.myOpacity80 { color: #40593B; opacity: 0.8; }

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

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

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

This text has shadow with #40593B color.

.textShadow {text-shadow: 3px 3px 1px #40593B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40593B on black background.


Color preview on white background

This text has color #40593B on white background.



Black color preview on #40593B background

This text has black color on #40593B background.


White color preview on #40593B background

This text has white color on #40593B background.