COLOR #40503D

HEX: #40503D
RGB: (64,80,61)

Color info

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

RGB color model

#40503D color RGB value is (64,80,61).

  • red value is 64;
  • green value is 80;
  • blue value is 61.
RGB:
(64,80,61)
(25%,31%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 80 of 255 = 31%
B 61 of 255 = 24%

64
80
61

R + G + B ~ 27%. #40503D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 80 + 61 = 205 (100%)
R 64 of 205 ~ 31.22%
G 80 of 205 ~ 39.02%
B 61 of 205 ~ 29.76%

%31.22
%39.02
%29.76

CMYK color model

#40503D color CMYK value is (20,0,24,69).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(20,0,24,69)
C20M0Y24K69 
(20%,0%,24%,69%)
(0.20/0.00/0.24/0.69)	

CMYK percentages

%20
%0
%23.75
%68.63

Codes

Color #40503D in popluar color models

40503D
RGB648061
HSL111°13.48%27.65%
HSB/HSV111°23.75%31.37%
CMYK20.00%0.00%23.75%
68.63%

Color #40503D in popluar number systems.

HEX40503D
Decimal648061
Binary10000001010000111101
Octal10012075

Shades and tints

Shades of #40503D

#40503D
(64,80,61)
#3B4938
(59,73,56)
#364233
(54,66,51)
#313B2E
(49,59,46)
#2C3429
(44,52,41)
#272D24
(39,45,36)
#22261F
(34,38,31)
#1D1F1A
(29,31,26)
#181815
(24,24,21)
#131110
(19,17,16)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #40503D

#40503D
(64,80,61)
#515F4E
(81,95,78)
#626E5F
(98,110,95)
#737D70
(115,125,112)
#848C81
(132,140,129)
#959B92
(149,155,146)
#A6AAA3
(166,170,163)
#B7B9B4
(183,185,180)
#C8C8C5
(200,200,197)
#D9D7D6
(217,215,214)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40503D color. Also use rgb(64,80,61) instead hex code.

Text Font Color

.myTextColor { color: #40503D; }

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

This text font color is #40503D.


Background Color

.myBgColor { background-color: #40503D; }

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

This div background color is #40503D.


Border color

.myBorderColor { border: 1px solid #40503D; }

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

This div border color is #40503D.


Opacity

.myOpacity80 { color: #40503D; opacity: 0.8; }

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

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

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

This text has shadow with #40503D color.

.textShadow {text-shadow: 3px 3px 1px #40503D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40503D on black background.


Color preview on white background

This text has color #40503D on white background.



Black color preview on #40503D background

This text has black color on #40503D background.


White color preview on #40503D background

This text has white color on #40503D background.