COLOR #40612A

HEX: #40612A RGB: (64,97,42)

Color info

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

RGB color model

#40612A color RGB value is (64,97,42).

RGB: (64,97,42) (25%, 38%, 16%)

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 42 of 255 = 16%

64
97
42

R + G + B ~ 26%. #40612A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 97 + 42 = 203 (100%)
R 64 of 203 ~ 31.53%
G 97 of 203 ~ 47.78%
B 42 of 203 ~ 20.69'%

%31.53
%47.78
%20.69

CMYK color model

#40612A color CMYK value is (34,0,57,62).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 56.70%
  • key color value is 61.96%

CMYK: (34,0,57,62)
C34M0Y57K62 (34%, 0%, 57%, 62%)
(0.34 / 0.00 / 0.57 / 0.62)

CMYK percentages

%34.02
%0
%56.7
%61.96

Codes

Color #40612A in popluar color models

40 61 2A
RGB 64 97 42
HSL 96° 39.57% 27.25%
HSB/HSV 96° 56.70% 38.04%
CMYK 34.02% 0.00% 56.70%
61.96%

Color #40612A in popluar number systems.

HEX 40 61 2A
Decimal 64 97 42
Binary 1000000 1100001 101010
Octal 100 141 52

Shades and tints

Shades of #40612A

#40612A
(64,97,42)
#3B5927
(59,89,39)
#365124
(54,81,36)
#314921
(49,73,33)
#2C411E
(44,65,30)
#27391B
(39,57,27)
#223118
(34,49,24)
#1D2915
(29,41,21)
#182112
(24,33,18)
#13190F
(19,25,15)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #40612A

#40612A
(64,97,42)
#516F3D
(81,111,61)
#627D50
(98,125,80)
#738B63
(115,139,99)
#849976
(132,153,118)
#95A789
(149,167,137)
#A6B59C
(166,181,156)
#B7C3AF
(183,195,175)
#C8D1C2
(200,209,194)
#D9DFD5
(217,223,213)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40612A color. Also use rgb(64,97,42) instead hex code.

Text Font Color

.myTextColor { color: #40612A; }

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

This text font color is #40612A.

Background Color

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

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

This div background color is #40612A.

Border color

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

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

This div border color is #40612A.

Opacity

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

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

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

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

This text has shadow with #40612A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40612A.

Preview

Color preview on black background

This text has color #40612A on black background.


Color preview on white background

This text has color #40612A on white background.


Black color preview on #40612A background

This text has black color on #40612A background.


White color preview on #40612A background

This text has white color on #40612A background.


Related colors

Complementary color

Complementary color for #hex is #BF9ED5.


I love getcolorcode.com

Triadic colors

1 #2A4061 and #612A40 with #40612A are triadic colors.

2 #2A6140 and #61402A with #40612A are triadic colors.