COLOR #448012

HEX: #448012 RGB: (68,128,18)

Color info

#448012 contains mainly green color. Web safe color of #448012 is #336600 (or #360).

RGB color model

#448012 color RGB value is (68,128,18).

RGB: (68,128,18) (27%, 50%, 7%)

RGB channels and saturation

R 68 of 255 = 27%
G 128 of 255 = 50%
B 18 of 255 = 7%

68
128
18

R + G + B ~ 28%. #448012 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 128 + 18 = 214 (100%)
R 68 of 214 ~ 31.78%
G 128 of 214 ~ 59.81%
B 18 of 214 ~ 8.41'%

%31.78
%59.81

CMYK color model

#448012 color CMYK value is (47,0,86,50).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 85.94%
  • key color value is 49.80%

CMYK: (47,0,86,50)
C47M0Y86K50 (47%, 0%, 86%, 50%)
(0.47 / 0.00 / 0.86 / 0.50)

CMYK percentages

%46.88
%0
%85.94
%49.8

Codes

Color #448012 in popluar color models

44 80 12
RGB 68 128 18
HSL 93° 75.34% 28.63%
HSB/HSV 93° 85.94% 50.20%
CMYK 46.88% 0.00% 85.94%
49.80%

Color #448012 in popluar number systems.

HEX 44 80 12
Decimal 68 128 18
Binary 1000100 10000000 10010
Octal 104 200 22

Shades and tints

Shades of #448012

#448012
(68,128,18)
#3E7511
(62,117,17)
#386A10
(56,106,16)
#325F0F
(50,95,15)
#2C540E
(44,84,14)
#26490D
(38,73,13)
#203E0C
(32,62,12)
#1A330B
(26,51,11)
#14280A
(20,40,10)
#0E1D09
(14,29,9)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #448012

#448012
(68,128,18)
#558B27
(85,139,39)
#66963C
(102,150,60)
#77A151
(119,161,81)
#88AC66
(136,172,102)
#99B77B
(153,183,123)
#AAC290
(170,194,144)
#BBCDA5
(187,205,165)
#CCD8BA
(204,216,186)
#DDE3CF
(221,227,207)
#EEEEE4
(238,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448012 color. Also use rgb(68,128,18) instead hex code.

Text Font Color

.myTextColor { color: #448012; }

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

This text font color is #448012.

Background Color

.myBgColor { background-color: #448012; }

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

This div background color is #448012.

Border color

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

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

This div border color is #448012.

Opacity

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

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

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

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

This text has shadow with #448012 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448012.

Preview

Color preview on black background

This text has color #448012 on black background.


Color preview on white background

This text has color #448012 on white background.


Black color preview on #448012 background

This text has black color on #448012 background.


White color preview on #448012 background

This text has white color on #448012 background.


Related colors

Complementary color

Complementary color for #hex is #BB7FED.


I love getcolorcode.com

Triadic colors

1 #124480 and #801244 with #448012 are triadic colors.

2 #128044 and #804412 with #448012 are triadic colors.