COLOR #40633D

HEX: #40633D
RGB: (64,99,61)

Color info

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

RGB color model

#40633D color RGB value is (64,99,61).

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

RGB channels and saturation

R 64 of 255 = 25%
G 99 of 255 = 39%
B 61 of 255 = 24%

64
99
61

R + G + B ~ 29%. #40633D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 61 = 224 (100%)
R 64 of 224 ~ 28.57%
G 99 of 224 ~ 44.2%
B 61 of 224 ~ 27.23%

%28.57
%44.2
%27.23

CMYK color model

#40633D color CMYK value is (35,0,38,61).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%
CMYK:
(35,0,38,61)
C35M0Y38K61 
(35%,0%,38%,61%)
(0.35/0.00/0.38/0.61)	

CMYK percentages

%35.35
%0
%38.38
%61.18

Codes

Color #40633D in popluar color models

40633D
RGB649961
HSL115°23.75%31.37%
HSB/HSV115°38.38%38.82%
CMYK35.35%0.00%38.38%
61.18%

Color #40633D in popluar number systems.

HEX40633D
Decimal649961
Binary10000001100011111101
Octal10014375

Shades and tints

Shades of #40633D

#40633D
(64,99,61)
#3B5A38
(59,90,56)
#365133
(54,81,51)
#31482E
(49,72,46)
#2C3F29
(44,63,41)
#273624
(39,54,36)
#222D1F
(34,45,31)
#1D241A
(29,36,26)
#181B15
(24,27,21)
#131210
(19,18,16)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #40633D

#40633D
(64,99,61)
#51714E
(81,113,78)
#627F5F
(98,127,95)
#738D70
(115,141,112)
#849B81
(132,155,129)
#95A992
(149,169,146)
#A6B7A3
(166,183,163)
#B7C5B4
(183,197,180)
#C8D3C5
(200,211,197)
#D9E1D6
(217,225,214)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40633D; }

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

This text font color is #40633D.


Background Color

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

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

This div background color is #40633D.


Border color

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

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

This div border color is #40633D.


Opacity

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

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

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

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

This text has shadow with #40633D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40633D on black background.


Color preview on white background

This text has color #40633D on white background.



Black color preview on #40633D background

This text has black color on #40633D background.


White color preview on #40633D background

This text has white color on #40633D background.