COLOR #447018

HEX: #447018
RGB: (68,112,24)

Color info

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

RGB color model

#447018 color RGB value is (68,112,24).

  • red value is 68;
  • green value is 112;
  • blue value is 24.
RGB:
(68,112,24)
(27%,44%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 112 of 255 = 44%
B 24 of 255 = 9%

68
112
24

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

Portions of RGB colors in percentages

R + G + B =
68 + 112 + 24 = 204 (100%)
R 68 of 204 ~ 33.33%
G 112 of 204 ~ 54.9%
B 24 of 204 ~ 11.76%

%33.33
%54.9
%11.76

CMYK color model

#447018 color CMYK value is (39,0,79,56).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 56.08%
CMYK:
(39,0,79,56)
C39M0Y79K56 
(39%,0%,79%,56%)
(0.39/0.00/0.79/0.56)	

CMYK percentages

%39.29
%0
%78.57
%56.08

Codes

Color #447018 in popluar color models

447018
RGB6811224
HSL90°64.71%26.67%
HSB/HSV90°78.57%43.92%
CMYK39.29%0.00%78.57%
56.08%

Color #447018 in popluar number systems.

HEX447018
Decimal6811224
Binary1000100111000011000
Octal10416030

Shades and tints

Shades of #447018

#447018
(68,112,24)
#3E6616
(62,102,22)
#385C14
(56,92,20)
#325212
(50,82,18)
#2C4810
(44,72,16)
#263E0E
(38,62,14)
#20340C
(32,52,12)
#1A2A0A
(26,42,10)
#142008
(20,32,8)
#0E1606
(14,22,6)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #447018

#447018
(68,112,24)
#557D2D
(85,125,45)
#668A42
(102,138,66)
#779757
(119,151,87)
#88A46C
(136,164,108)
#99B181
(153,177,129)
#AABE96
(170,190,150)
#BBCBAB
(187,203,171)
#CCD8C0
(204,216,192)
#DDE5D5
(221,229,213)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447018 color. Also use rgb(68,112,24) instead hex code.

Text Font Color

.myTextColor { color: #447018; }

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

This text font color is #447018.


Background Color

.myBgColor { background-color: #447018; }

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

This div background color is #447018.


Border color

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

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

This div border color is #447018.


Opacity

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

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

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

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

This text has shadow with #447018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447018 on black background.


Color preview on white background

This text has color #447018 on white background.



Black color preview on #447018 background

This text has black color on #447018 background.


White color preview on #447018 background

This text has white color on #447018 background.