COLOR #447648

HEX: #447648
RGB: (68,118,72)

Color info

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

RGB color model

#447648 color RGB value is (68,118,72).

  • red value is 68;
  • green value is 118;
  • blue value is 72.
RGB:
(68,118,72)
(27%,46%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 118 of 255 = 46%
B 72 of 255 = 28%

68
118
72

R + G + B ~ 34%. #447648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 118 + 72 = 258 (100%)
R 68 of 258 ~ 26.36%
G 118 of 258 ~ 45.74%
B 72 of 258 ~ 27.91%

%26.36
%45.74
%27.91

CMYK color model

#447648 color CMYK value is (42,0,39,54).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(42,0,39,54)
C42M0Y39K54 
(42%,0%,39%,54%)
(0.42/0.00/0.39/0.54)	

CMYK percentages

%42.37
%0
%38.98
%53.73

Codes

Color #447648 in popluar color models

447648
RGB6811872
HSL125°26.88%36.47%
HSB/HSV125°42.37%46.27%
CMYK42.37%0.00%38.98%
53.73%

Color #447648 in popluar number systems.

HEX447648
Decimal6811872
Binary100010011101101001000
Octal104166110

Shades and tints

Shades of #447648

#447648
(68,118,72)
#3E6C42
(62,108,66)
#38623C
(56,98,60)
#325836
(50,88,54)
#2C4E30
(44,78,48)
#26442A
(38,68,42)
#203A24
(32,58,36)
#1A301E
(26,48,30)
#142618
(20,38,24)
#0E1C12
(14,28,18)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #447648

#447648
(68,118,72)
#558258
(85,130,88)
#668E68
(102,142,104)
#779A78
(119,154,120)
#88A688
(136,166,136)
#99B298
(153,178,152)
#AABEA8
(170,190,168)
#BBCAB8
(187,202,184)
#CCD6C8
(204,214,200)
#DDE2D8
(221,226,216)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447648 color. Also use rgb(68,118,72) instead hex code.

Text Font Color

.myTextColor { color: #447648; }

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

This text font color is #447648.


Background Color

.myBgColor { background-color: #447648; }

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

This div background color is #447648.


Border color

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

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

This div border color is #447648.


Opacity

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

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

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

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

This text has shadow with #447648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447648 on black background.


Color preview on white background

This text has color #447648 on white background.



Black color preview on #447648 background

This text has black color on #447648 background.


White color preview on #447648 background

This text has white color on #447648 background.