COLOR #40653B

HEX: #40653B RGB: (64,101,59)

Color info

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

RGB color model

#40653B color RGB value is (64,101,59).

RGB: (64,101,59) (25%, 40%, 23%)

RGB channels and saturation

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

64
101
59

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

Portions of RGB colors in percentages

R + G + B = 64 + 101 + 59 = 224 (100%)
R 64 of 224 ~ 28.57%
G 101 of 224 ~ 45.09%
B 59 of 224 ~ 26.34'%

%28.57
%45.09
%26.34

CMYK color model

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

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 41.58%
  • key color value is 60.39%

CMYK: (37,0,42,60)
C37M0Y42K60 (37%, 0%, 42%, 60%)
(0.37 / 0.00 / 0.42 / 0.60)

CMYK percentages

%36.63
%0
%41.58
%60.39

Codes

Color #40653B in popluar color models

40 65 3B
RGB 64 101 59
HSL 113° 26.25% 31.37%
HSB/HSV 113° 41.58% 39.61%
CMYK 36.63% 0.00% 41.58%
60.39%

Color #40653B in popluar number systems.

HEX 40 65 3B
Decimal 64 101 59
Binary 1000000 1100101 111011
Octal 100 145 73

Shades and tints

Shades of #40653B

#40653B
(64,101,59)
#3B5C36
(59,92,54)
#365331
(54,83,49)
#314A2C
(49,74,44)
#2C4127
(44,65,39)
#273822
(39,56,34)
#222F1D
(34,47,29)
#1D2618
(29,38,24)
#181D13
(24,29,19)
#13140E
(19,20,14)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #40653B

#40653B
(64,101,59)
#51734C
(81,115,76)
#62815D
(98,129,93)
#738F6E
(115,143,110)
#849D7F
(132,157,127)
#95AB90
(149,171,144)
#A6B9A1
(166,185,161)
#B7C7B2
(183,199,178)
#C8D5C3
(200,213,195)
#D9E3D4
(217,227,212)
#EAF1E5
(234,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40653B; }

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

This text font color is #40653B.

Background Color

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

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

This div background color is #40653B.

Border color

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

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

This div border color is #40653B.

Opacity

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

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

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

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

This text has shadow with #40653B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40653B.

Preview

Color preview on black background

This text has color #40653B on black background.


Color preview on white background

This text has color #40653B on white background.


Black color preview on #40653B background

This text has black color on #40653B background.


White color preview on #40653B background

This text has white color on #40653B background.


Related colors

Complementary color

Complementary color for #hex is #BF9AC4.


I love getcolorcode.com

Triadic colors

1 #3B4065 and #653B40 with #40653B are triadic colors.

2 #3B6540 and #65403B with #40653B are triadic colors.