COLOR #40663B

HEX: #40663B
RGB: (64,102,59)

Color info

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

RGB color model

#40663B color RGB value is (64,102,59).

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

RGB channels and saturation

R 64 of 255 = 25%
G 102 of 255 = 40%
B 59 of 255 = 23%

64
102
59

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

Portions of RGB colors in percentages

R + G + B =
64 + 102 + 59 = 225 (100%)
R 64 of 225 ~ 28.44%
G 102 of 225 ~ 45.33%
B 59 of 225 ~ 26.22%

%28.44
%45.33
%26.22

CMYK color model

#40663B color CMYK value is (37,0,42,60).

  • cyan value is 37.25%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 60.00%
CMYK:
(37,0,42,60)
C37M0Y42K60 
(37%,0%,42%,60%)
(0.37/0.00/0.42/0.60)	

CMYK percentages

%37.25
%0
%42.16
%60

Codes

Color #40663B in popluar color models

40663B
RGB6410259
HSL113°26.71%31.57%
HSB/HSV113°42.16%40.00%
CMYK37.25%0.00%42.16%
60.00%

Color #40663B in popluar number systems.

HEX40663B
Decimal6410259
Binary10000001100110111011
Octal10014673

Shades and tints

Shades of #40663B

#40663B
(64,102,59)
#3B5D36
(59,93,54)
#365431
(54,84,49)
#314B2C
(49,75,44)
#2C4227
(44,66,39)
#273922
(39,57,34)
#22301D
(34,48,29)
#1D2718
(29,39,24)
#181E13
(24,30,19)
#13150E
(19,21,14)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #40663B

#40663B
(64,102,59)
#51734C
(81,115,76)
#62805D
(98,128,93)
#738D6E
(115,141,110)
#849A7F
(132,154,127)
#95A790
(149,167,144)
#A6B4A1
(166,180,161)
#B7C1B2
(183,193,178)
#C8CEC3
(200,206,195)
#D9DBD4
(217,219,212)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40663B; }

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

This text font color is #40663B.


Background Color

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

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

This div background color is #40663B.


Border color

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

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

This div border color is #40663B.


Opacity

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

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

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

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

This text has shadow with #40663B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40663B on black background.


Color preview on white background

This text has color #40663B on white background.



Black color preview on #40663B background

This text has black color on #40663B background.


White color preview on #40663B background

This text has white color on #40663B background.