COLOR #445139

HEX: #445139
RGB: (68,81,57)

Color info

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

RGB color model

#445139 color RGB value is (68,81,57).

  • red value is 68;
  • green value is 81;
  • blue value is 57.
RGB:
(68,81,57)
(27%,32%,22%)

RGB channels and saturation

R 68 of 255 = 27%
G 81 of 255 = 32%
B 57 of 255 = 22%

68
81
57

R + G + B ~ 27%. #445139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 81 + 57 = 206 (100%)
R 68 of 206 ~ 33.01%
G 81 of 206 ~ 39.32%
B 57 of 206 ~ 27.67%

%33.01
%39.32
%27.67

CMYK color model

#445139 color CMYK value is (16,0,30,68).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(16,0,30,68)
C16M0Y30K68 
(16%,0%,30%,68%)
(0.16/0.00/0.30/0.68)	

CMYK percentages

%16.05
%0
%29.63
%68.24

Codes

Color #445139 in popluar color models

445139
RGB688157
HSL93°17.39%27.06%
HSB/HSV93°29.63%31.76%
CMYK16.05%0.00%29.63%
68.24%

Color #445139 in popluar number systems.

HEX445139
Decimal688157
Binary10001001010001111001
Octal10412171

Shades and tints

Shades of #445139

#445139
(68,81,57)
#3E4A34
(62,74,52)
#38432F
(56,67,47)
#323C2A
(50,60,42)
#2C3525
(44,53,37)
#262E20
(38,46,32)
#20271B
(32,39,27)
#1A2016
(26,32,22)
#141911
(20,25,17)
#0E120C
(14,18,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #445139

#445139
(68,81,57)
#55604B
(85,96,75)
#666F5D
(102,111,93)
#777E6F
(119,126,111)
#888D81
(136,141,129)
#999C93
(153,156,147)
#AAABA5
(170,171,165)
#BBBAB7
(187,186,183)
#CCC9C9
(204,201,201)
#DDD8DB
(221,216,219)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #445139 color. Also use rgb(68,81,57) instead hex code.

Text Font Color

.myTextColor { color: #445139; }

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

This text font color is #445139.


Background Color

.myBgColor { background-color: #445139; }

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

This div background color is #445139.


Border color

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

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

This div border color is #445139.


Opacity

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

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

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

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

This text has shadow with #445139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #445139 on black background.


Color preview on white background

This text has color #445139 on white background.



Black color preview on #445139 background

This text has black color on #445139 background.


White color preview on #445139 background

This text has white color on #445139 background.