COLOR #40593E

HEX: #40593E
RGB: (64,89,62)

Color info

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

RGB color model

#40593E color RGB value is (64,89,62).

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

RGB channels and saturation

R 64 of 255 = 25%
G 89 of 255 = 35%
B 62 of 255 = 24%

64
89
62

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

Portions of RGB colors in percentages

R + G + B =
64 + 89 + 62 = 215 (100%)
R 64 of 215 ~ 29.77%
G 89 of 215 ~ 41.4%
B 62 of 215 ~ 28.84%

%29.77
%41.4
%28.84

CMYK color model

#40593E color CMYK value is (28,0,30,65).

  • cyan value is 28.09%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(28,0,30,65)
C28M0Y30K65 
(28%,0%,30%,65%)
(0.28/0.00/0.30/0.65)	

CMYK percentages

%28.09
%0
%30.34
%65.1

Codes

Color #40593E in popluar color models

40593E
RGB648962
HSL116°17.88%29.61%
HSB/HSV116°30.34%34.90%
CMYK28.09%0.00%30.34%
65.10%

Color #40593E in popluar number systems.

HEX40593E
Decimal648962
Binary10000001011001111110
Octal10013176

Shades and tints

Shades of #40593E

#40593E
(64,89,62)
#3B5139
(59,81,57)
#364934
(54,73,52)
#31412F
(49,65,47)
#2C392A
(44,57,42)
#273125
(39,49,37)
#222920
(34,41,32)
#1D211B
(29,33,27)
#181916
(24,25,22)
#131111
(19,17,17)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #40593E

#40593E
(64,89,62)
#51684F
(81,104,79)
#627760
(98,119,96)
#738671
(115,134,113)
#849582
(132,149,130)
#95A493
(149,164,147)
#A6B3A4
(166,179,164)
#B7C2B5
(183,194,181)
#C8D1C6
(200,209,198)
#D9E0D7
(217,224,215)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40593E; }

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

This text font color is #40593E.


Background Color

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

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

This div background color is #40593E.


Border color

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

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

This div border color is #40593E.


Opacity

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

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

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

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

This text has shadow with #40593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40593E on black background.


Color preview on white background

This text has color #40593E on white background.



Black color preview on #40593E background

This text has black color on #40593E background.


White color preview on #40593E background

This text has white color on #40593E background.