COLOR #447715

HEX: #447715
RGB: (68,119,21)

Color info

#447715 contains mainly red and green colors. Web safe color of #447715 is #336600 (or #360).

RGB color model

#447715 color RGB value is (68,119,21).

  • red value is 68;
  • green value is 119;
  • blue value is 21.
RGB:
(68,119,21)
(27%,47%,8%)

RGB channels and saturation

R 68 of 255 = 27%
G 119 of 255 = 47%
B 21 of 255 = 8%

68
119
21

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

Portions of RGB colors in percentages

R + G + B =
68 + 119 + 21 = 208 (100%)
R 68 of 208 ~ 32.69%
G 119 of 208 ~ 57.21%
B 21 of 208 ~ 10.1%

%32.69
%57.21
%10.1

CMYK color model

#447715 color CMYK value is (43,0,82,53).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 53.33%
CMYK:
(43,0,82,53)
C43M0Y82K53 
(43%,0%,82%,53%)
(0.43/0.00/0.82/0.53)	

CMYK percentages

%42.86
%0
%82.35
%53.33

Codes

Color #447715 in popluar color models

447715
RGB6811921
HSL91°70.00%27.45%
HSB/HSV91°82.35%46.67%
CMYK42.86%0.00%82.35%
53.33%

Color #447715 in popluar number systems.

HEX447715
Decimal6811921
Binary1000100111011110101
Octal10416725

Shades and tints

Shades of #447715

#447715
(68,119,21)
#3E6D14
(62,109,20)
#386313
(56,99,19)
#325912
(50,89,18)
#2C4F11
(44,79,17)
#264510
(38,69,16)
#203B0F
(32,59,15)
#1A310E
(26,49,14)
#14270D
(20,39,13)
#0E1D0C
(14,29,12)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #447715

#447715
(68,119,21)
#55832A
(85,131,42)
#668F3F
(102,143,63)
#779B54
(119,155,84)
#88A769
(136,167,105)
#99B37E
(153,179,126)
#AABF93
(170,191,147)
#BBCBA8
(187,203,168)
#CCD7BD
(204,215,189)
#DDE3D2
(221,227,210)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447715 color. Also use rgb(68,119,21) instead hex code.

Text Font Color

.myTextColor { color: #447715; }

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

This text font color is #447715.


Background Color

.myBgColor { background-color: #447715; }

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

This div background color is #447715.


Border color

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

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

This div border color is #447715.


Opacity

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

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

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

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

This text has shadow with #447715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447715 on black background.


Color preview on white background

This text has color #447715 on white background.



Black color preview on #447715 background

This text has black color on #447715 background.


White color preview on #447715 background

This text has white color on #447715 background.