COLOR #40643F

HEX: #40643F
RGB: (64,100,63)

Color info

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

RGB color model

#40643F color RGB value is (64,100,63).

  • red value is 64;
  • green value is 100;
  • blue value is 63.
RGB:
(64,100,63)
(25%,39%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 100 of 255 = 39%
B 63 of 255 = 25%

64
100
63

R + G + B ~ 30%. #40643F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 100 + 63 = 227 (100%)
R 64 of 227 ~ 28.19%
G 100 of 227 ~ 44.05%
B 63 of 227 ~ 27.75%

%28.19
%44.05
%27.75

CMYK color model

#40643F color CMYK value is (36,0,37,61).

  • cyan value is 36.00%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 60.78%
CMYK:
(36,0,37,61)
C36M0Y37K61 
(36%,0%,37%,61%)
(0.36/0.00/0.37/0.61)	

CMYK percentages

%36
%0
%37
%60.78

Codes

Color #40643F in popluar color models

40643F
RGB6410063
HSL118°22.70%31.96%
HSB/HSV118°37.00%39.22%
CMYK36.00%0.00%37.00%
60.78%

Color #40643F in popluar number systems.

HEX40643F
Decimal6410063
Binary10000001100100111111
Octal10014477

Shades and tints

Shades of #40643F

#40643F
(64,100,63)
#3B5B3A
(59,91,58)
#365235
(54,82,53)
#314930
(49,73,48)
#2C402B
(44,64,43)
#273726
(39,55,38)
#222E21
(34,46,33)
#1D251C
(29,37,28)
#181C17
(24,28,23)
#131312
(19,19,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #40643F

#40643F
(64,100,63)
#517250
(81,114,80)
#628061
(98,128,97)
#738E72
(115,142,114)
#849C83
(132,156,131)
#95AA94
(149,170,148)
#A6B8A5
(166,184,165)
#B7C6B6
(183,198,182)
#C8D4C7
(200,212,199)
#D9E2D8
(217,226,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40643F color. Also use rgb(64,100,63) instead hex code.

Text Font Color

.myTextColor { color: #40643F; }

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

This text font color is #40643F.


Background Color

.myBgColor { background-color: #40643F; }

<div style="background-color:#40643F">Inner text</div>

This div background color is #40643F.


Border color

.myBorderColor { border: 1px solid #40643F; }

<div style="border:3px solid #40643F">Div</div>

This div border color is #40643F.


Opacity

.myOpacity80 { color: #40643F; opacity: 0.8; }

<p style="color:#40643F;opacity:0.8;">80%</p>

Text with #40643F 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 #40643F;}

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

This text has shadow with #40643F color.

.textShadow {text-shadow: 3px 3px 1px #40643F, 3px 3px 1px red;}

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

This text has shadow with #40643F primary color and red secondary color.


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

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

This text has shadow with #40643F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40643F on black background.


Color preview on white background

This text has color #40643F on white background.



Black color preview on #40643F background

This text has black color on #40643F background.


White color preview on #40643F background

This text has white color on #40643F background.