COLOR #436131

HEX: #436131 RGB: (67,97,49)

Color info

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

RGB color model

#436131 color RGB value is (67,97,49).

RGB: (67,97,49) (26%, 38%, 19%)

RGB channels and saturation

R 67 of 255 = 26%
G 97 of 255 = 38%
B 49 of 255 = 19%

67
97
49

R + G + B ~ 28%. #436131 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 97 + 49 = 213 (100%)
R 67 of 213 ~ 31.46%
G 97 of 213 ~ 45.54%
B 49 of 213 ~ 23'%

%31.46
%45.54
%23

CMYK color model

#436131 color CMYK value is (31,0,49,62).

  • cyan value is 30.93%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 61.96%

CMYK: (31,0,49,62)
C31M0Y49K62 (31%, 0%, 49%, 62%)
(0.31 / 0.00 / 0.49 / 0.62)

CMYK percentages

%30.93
%0
%49.48
%61.96

Codes

Color #436131 in popluar color models

43 61 31
RGB 67 97 49
HSL 98° 32.88% 28.63%
HSB/HSV 98° 49.48% 38.04%
CMYK 30.93% 0.00% 49.48%
61.96%

Color #436131 in popluar number systems.

HEX 43 61 31
Decimal 67 97 49
Binary 1000011 1100001 110001
Octal 103 141 61

Shades and tints

Shades of #436131

#436131
(67,97,49)
#3D592D
(61,89,45)
#375129
(55,81,41)
#314925
(49,73,37)
#2B4121
(43,65,33)
#25391D
(37,57,29)
#1F3119
(31,49,25)
#192915
(25,41,21)
#132111
(19,33,17)
#0D190D
(13,25,13)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #436131

#436131
(67,97,49)
#546F43
(84,111,67)
#657D55
(101,125,85)
#768B67
(118,139,103)
#879979
(135,153,121)
#98A78B
(152,167,139)
#A9B59D
(169,181,157)
#BAC3AF
(186,195,175)
#CBD1C1
(203,209,193)
#DCDFD3
(220,223,211)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436131 color. Also use rgb(67,97,49) instead hex code.

Text Font Color

.myTextColor { color: #436131; }

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

This text font color is #436131.

Background Color

.myBgColor { background-color: #436131; }

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

This div background color is #436131.

Border color

.myBorderColor { border: 1px solid #436131; }

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

This div border color is #436131.

Opacity

.myOpacity80 { color: #436131; opacity: 0.8; }

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

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

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

This text has shadow with #436131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #436131.

Preview

Color preview on black background

This text has color #436131 on black background.


Color preview on white background

This text has color #436131 on white background.


Black color preview on #436131 background

This text has black color on #436131 background.


White color preview on #436131 background

This text has white color on #436131 background.


Related colors

Complementary color

Complementary color for #hex is #BC9ECE.


I love getcolorcode.com

Triadic colors

1 #314361 and #613143 with #436131 are triadic colors.

2 #316143 and #614331 with #436131 are triadic colors.