COLOR #40683C

HEX: #40683C
RGB: (64,104,60)

Color info

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

RGB color model

#40683C color RGB value is (64,104,60).

  • red value is 64;
  • green value is 104;
  • blue value is 60.
RGB:
(64,104,60)
(25%,41%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 60 of 255 = 24%

64
104
60

R + G + B ~ 30%. #40683C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 60 = 228 (100%)
R 64 of 228 ~ 28.07%
G 104 of 228 ~ 45.61%
B 60 of 228 ~ 26.32%

%28.07
%45.61
%26.32

CMYK color model

#40683C color CMYK value is (38,0,42,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 42.31%
  • key color value is 59.22%
CMYK:
(38,0,42,59)
C38M0Y42K59 
(38%,0%,42%,59%)
(0.38/0.00/0.42/0.59)	

CMYK percentages

%38.46
%0
%42.31
%59.22

Codes

Color #40683C in popluar color models

40683C
RGB6410460
HSL115°26.83%32.16%
HSB/HSV115°42.31%40.78%
CMYK38.46%0.00%42.31%
59.22%

Color #40683C in popluar number systems.

HEX40683C
Decimal6410460
Binary10000001101000111100
Octal10015074

Shades and tints

Shades of #40683C

#40683C
(64,104,60)
#3B5F37
(59,95,55)
#365632
(54,86,50)
#314D2D
(49,77,45)
#2C4428
(44,68,40)
#273B23
(39,59,35)
#22321E
(34,50,30)
#1D2919
(29,41,25)
#182014
(24,32,20)
#13170F
(19,23,15)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #40683C

#40683C
(64,104,60)
#51754D
(81,117,77)
#62825E
(98,130,94)
#738F6F
(115,143,111)
#849C80
(132,156,128)
#95A991
(149,169,145)
#A6B6A2
(166,182,162)
#B7C3B3
(183,195,179)
#C8D0C4
(200,208,196)
#D9DDD5
(217,221,213)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40683C color. Also use rgb(64,104,60) instead hex code.

Text Font Color

.myTextColor { color: #40683C; }

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

This text font color is #40683C.


Background Color

.myBgColor { background-color: #40683C; }

<div style="background-color:#40683C">Inner text</div>

This div background color is #40683C.


Border color

.myBorderColor { border: 1px solid #40683C; }

<div style="border:3px solid #40683C">Div</div>

This div border color is #40683C.


Opacity

.myOpacity80 { color: #40683C; opacity: 0.8; }

<p style="color:#40683C;opacity:0.8;">80%</p>

Text with #40683C 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 #40683C;}

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

This text has shadow with #40683C color.

.textShadow {text-shadow: 3px 3px 1px #40683C, 3px 3px 1px red;}

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

This text has shadow with #40683C primary color and red secondary color.


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

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

This text has shadow with #40683C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40683C on black background.


Color preview on white background

This text has color #40683C on white background.



Black color preview on #40683C background

This text has black color on #40683C background.


White color preview on #40683C background

This text has white color on #40683C background.