COLOR #436141

HEX: #436141
RGB: (67,97,65)

Color info

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

RGB color model

#436141 color RGB value is (67,97,65).

  • red value is 67;
  • green value is 97;
  • blue value is 65.
RGB:
(67,97,65)
(26%,38%,25%)

RGB channels and saturation

R 67 of 255 = 26%
G 97 of 255 = 38%
B 65 of 255 = 25%

67
97
65

R + G + B ~ 30%. #436141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 97 + 65 = 229 (100%)
R 67 of 229 ~ 29.26%
G 97 of 229 ~ 42.36%
B 65 of 229 ~ 28.38%

%29.26
%42.36
%28.38

CMYK color model

#436141 color CMYK value is (31,0,33,62).

  • cyan value is 30.93%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(31,0,33,62)
C31M0Y33K62 
(31%,0%,33%,62%)
(0.31/0.00/0.33/0.62)	

CMYK percentages

%30.93
%0
%32.99
%61.96

Codes

Color #436141 in popluar color models

436141
RGB679765
HSL116°19.75%31.76%
HSB/HSV116°32.99%38.04%
CMYK30.93%0.00%32.99%
61.96%

Color #436141 in popluar number systems.

HEX436141
Decimal679765
Binary100001111000011000001
Octal103141101

Shades and tints

Shades of #436141

#436141
(67,97,65)
#3D593C
(61,89,60)
#375137
(55,81,55)
#314932
(49,73,50)
#2B412D
(43,65,45)
#253928
(37,57,40)
#1F3123
(31,49,35)
#19291E
(25,41,30)
#132119
(19,33,25)
#0D1914
(13,25,20)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #436141

#436141
(67,97,65)
#546F52
(84,111,82)
#657D63
(101,125,99)
#768B74
(118,139,116)
#879985
(135,153,133)
#98A796
(152,167,150)
#A9B5A7
(169,181,167)
#BAC3B8
(186,195,184)
#CBD1C9
(203,209,201)
#DCDFDA
(220,223,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436141; }

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

This text font color is #436141.


Background Color

.myBgColor { background-color: #436141; }

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

This div background color is #436141.


Border color

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

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

This div border color is #436141.


Opacity

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

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

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

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

This text has shadow with #436141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436141 on black background.


Color preview on white background

This text has color #436141 on white background.



Black color preview on #436141 background

This text has black color on #436141 background.


White color preview on #436141 background

This text has white color on #436141 background.