COLOR #40631D

HEX: #40631D
RGB: (64,99,29)

Color info

#40631D contains mainly red and green colors. Web safe color of #40631D is #336633 (or #363).

RGB color model

#40631D color RGB value is (64,99,29).

  • red value is 64;
  • green value is 99;
  • blue value is 29.
RGB:
(64,99,29)
(25%,39%,11%)

RGB channels and saturation

R 64 of 255 = 25%
G 99 of 255 = 39%
B 29 of 255 = 11%

64
99
29

R + G + B ~ 25%. #40631D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 29 = 192 (100%)
R 64 of 192 ~ 33.33%
G 99 of 192 ~ 51.56%
B 29 of 192 ~ 15.1%

%33.33
%51.56
%15.1

CMYK color model

#40631D color CMYK value is (35,0,71,61).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 70.71%
  • key color value is 61.18%
CMYK:
(35,0,71,61)
C35M0Y71K61 
(35%,0%,71%,61%)
(0.35/0.00/0.71/0.61)	

CMYK percentages

%35.35
%0
%70.71
%61.18

Codes

Color #40631D in popluar color models

40631D
RGB649929
HSL90°54.69%25.10%
HSB/HSV90°70.71%38.82%
CMYK35.35%0.00%70.71%
61.18%

Color #40631D in popluar number systems.

HEX40631D
Decimal649929
Binary1000000110001111101
Octal10014335

Shades and tints

Shades of #40631D

#40631D
(64,99,29)
#3B5A1B
(59,90,27)
#365119
(54,81,25)
#314817
(49,72,23)
#2C3F15
(44,63,21)
#273613
(39,54,19)
#222D11
(34,45,17)
#1D240F
(29,36,15)
#181B0D
(24,27,13)
#13120B
(19,18,11)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #40631D

#40631D
(64,99,29)
#517131
(81,113,49)
#627F45
(98,127,69)
#738D59
(115,141,89)
#849B6D
(132,155,109)
#95A981
(149,169,129)
#A6B795
(166,183,149)
#B7C5A9
(183,197,169)
#C8D3BD
(200,211,189)
#D9E1D1
(217,225,209)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40631D color. Also use rgb(64,99,29) instead hex code.

Text Font Color

.myTextColor { color: #40631D; }

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

This text font color is #40631D.


Background Color

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

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

This div background color is #40631D.


Border color

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

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

This div border color is #40631D.


Opacity

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

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

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

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

This text has shadow with #40631D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40631D on black background.


Color preview on white background

This text has color #40631D on white background.



Black color preview on #40631D background

This text has black color on #40631D background.


White color preview on #40631D background

This text has white color on #40631D background.