COLOR #40653A

HEX: #40653A
RGB: (64,101,58)

Color info

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

RGB color model

#40653A color RGB value is (64,101,58).

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

RGB channels and saturation

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

64
101
58

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

Portions of RGB colors in percentages

R + G + B =
64 + 101 + 58 = 223 (100%)
R 64 of 223 ~ 28.7%
G 101 of 223 ~ 45.29%
B 58 of 223 ~ 26.01%

%28.7
%45.29
%26.01

CMYK color model

#40653A color CMYK value is (37,0,43,60).

  • cyan value is 36.63%
  • magenta value is 0.00%
  • yellow value is 42.57%
  • key color value is 60.39%
CMYK:
(37,0,43,60)
C37M0Y43K60 
(37%,0%,43%,60%)
(0.37/0.00/0.43/0.60)	

CMYK percentages

%36.63
%0
%42.57
%60.39

Codes

Color #40653A in popluar color models

40653A
RGB6410158
HSL112°27.04%31.18%
HSB/HSV112°42.57%39.61%
CMYK36.63%0.00%42.57%
60.39%

Color #40653A in popluar number systems.

HEX40653A
Decimal6410158
Binary10000001100101111010
Octal10014572

Shades and tints

Shades of #40653A

#40653A
(64,101,58)
#3B5C35
(59,92,53)
#365330
(54,83,48)
#314A2B
(49,74,43)
#2C4126
(44,65,38)
#273821
(39,56,33)
#222F1C
(34,47,28)
#1D2617
(29,38,23)
#181D12
(24,29,18)
#13140D
(19,20,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #40653A

#40653A
(64,101,58)
#51734B
(81,115,75)
#62815C
(98,129,92)
#738F6D
(115,143,109)
#849D7E
(132,157,126)
#95AB8F
(149,171,143)
#A6B9A0
(166,185,160)
#B7C7B1
(183,199,177)
#C8D5C2
(200,213,194)
#D9E3D3
(217,227,211)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40653A; }

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

This text font color is #40653A.


Background Color

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

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

This div background color is #40653A.


Border color

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

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

This div border color is #40653A.


Opacity

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

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

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

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

This text has shadow with #40653A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40653A on black background.


Color preview on white background

This text has color #40653A on white background.



Black color preview on #40653A background

This text has black color on #40653A background.


White color preview on #40653A background

This text has white color on #40653A background.