COLOR #436148

HEX: #436148
RGB: (67,97,72)

Color info

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

RGB color model

#436148 color RGB value is (67,97,72).

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

RGB channels and saturation

R 67 of 255 = 26%
G 97 of 255 = 38%
B 72 of 255 = 28%

67
97
72

R + G + B ~ 31%. #436148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 97 + 72 = 236 (100%)
R 67 of 236 ~ 28.39%
G 97 of 236 ~ 41.1%
B 72 of 236 ~ 30.51%

%28.39
%41.1
%30.51

CMYK color model

#436148 color CMYK value is (31,0,26,62).

  • cyan value is 30.93%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(31,0,26,62)
C31M0Y26K62 
(31%,0%,26%,62%)
(0.31/0.00/0.26/0.62)	

CMYK percentages

%30.93
%0
%25.77
%61.96

Codes

Color #436148 in popluar color models

436148
RGB679772
HSL130°18.29%32.16%
HSB/HSV130°30.93%38.04%
CMYK30.93%0.00%25.77%
61.96%

Color #436148 in popluar number systems.

HEX436148
Decimal679772
Binary100001111000011001000
Octal103141110

Shades and tints

Shades of #436148

#436148
(67,97,72)
#3D5942
(61,89,66)
#37513C
(55,81,60)
#314936
(49,73,54)
#2B4130
(43,65,48)
#25392A
(37,57,42)
#1F3124
(31,49,36)
#19291E
(25,41,30)
#132118
(19,33,24)
#0D1912
(13,25,18)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #436148

#436148
(67,97,72)
#546F58
(84,111,88)
#657D68
(101,125,104)
#768B78
(118,139,120)
#879988
(135,153,136)
#98A798
(152,167,152)
#A9B5A8
(169,181,168)
#BAC3B8
(186,195,184)
#CBD1C8
(203,209,200)
#DCDFD8
(220,223,216)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #436148; }

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

This text font color is #436148.


Background Color

.myBgColor { background-color: #436148; }

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

This div background color is #436148.


Border color

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

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

This div border color is #436148.


Opacity

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

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

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

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

This text has shadow with #436148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436148 on black background.


Color preview on white background

This text has color #436148 on white background.



Black color preview on #436148 background

This text has black color on #436148 background.


White color preview on #436148 background

This text has white color on #436148 background.