COLOR #40634B

HEX: #40634B
RGB: (64,99,75)

Color info

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

RGB color model

#40634B color RGB value is (64,99,75).

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

RGB channels and saturation

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

64
99
75

R + G + B ~ 31%. #40634B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 99 + 75 = 238 (100%)
R 64 of 238 ~ 26.89%
G 99 of 238 ~ 41.6%
B 75 of 238 ~ 31.51%

%26.89
%41.6
%31.51

CMYK color model

#40634B color CMYK value is (35,0,24,61).

  • cyan value is 35.35%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 61.18%
CMYK:
(35,0,24,61)
C35M0Y24K61 
(35%,0%,24%,61%)
(0.35/0.00/0.24/0.61)	

CMYK percentages

%35.35
%0
%24.24
%61.18

Codes

Color #40634B in popluar color models

40634B
RGB649975
HSL139°21.47%31.96%
HSB/HSV139°35.35%38.82%
CMYK35.35%0.00%24.24%
61.18%

Color #40634B in popluar number systems.

HEX40634B
Decimal649975
Binary100000011000111001011
Octal100143113

Shades and tints

Shades of #40634B

#40634B
(64,99,75)
#3B5A45
(59,90,69)
#36513F
(54,81,63)
#314839
(49,72,57)
#2C3F33
(44,63,51)
#27362D
(39,54,45)
#222D27
(34,45,39)
#1D2421
(29,36,33)
#181B1B
(24,27,27)
#131215
(19,18,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #40634B

#40634B
(64,99,75)
#51715B
(81,113,91)
#627F6B
(98,127,107)
#738D7B
(115,141,123)
#849B8B
(132,155,139)
#95A99B
(149,169,155)
#A6B7AB
(166,183,171)
#B7C5BB
(183,197,187)
#C8D3CB
(200,211,203)
#D9E1DB
(217,225,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40634B color. Also use rgb(64,99,75) instead hex code.

Text Font Color

.myTextColor { color: #40634B; }

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

This text font color is #40634B.


Background Color

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

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

This div background color is #40634B.


Border color

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

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

This div border color is #40634B.


Opacity

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

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

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

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

This text has shadow with #40634B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40634B on black background.


Color preview on white background

This text has color #40634B on white background.



Black color preview on #40634B background

This text has black color on #40634B background.


White color preview on #40634B background

This text has white color on #40634B background.