COLOR #448F27

HEX: #448F27
RGB: (68,143,39)

Color info

#448F27 contains mainly green color. Web safe color of #448F27 is #339933 (or #393).

RGB color model

#448F27 color RGB value is (68,143,39).

  • red value is 68;
  • green value is 143;
  • blue value is 39.
RGB:
(68,143,39)
(27%,56%,15%)

RGB channels and saturation

R 68 of 255 = 27%
G 143 of 255 = 56%
B 39 of 255 = 15%

68
143
39

R + G + B ~ 33%. #448F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 143 + 39 = 250 (100%)
R 68 of 250 ~ 27.2%
G 143 of 250 ~ 57.2%
B 39 of 250 ~ 15.6%

%27.2
%57.2
%15.6

CMYK color model

#448F27 color CMYK value is (52,0,73,44).

  • cyan value is 52.45%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 43.92%
CMYK:
(52,0,73,44)
C52M0Y73K44 
(52%,0%,73%,44%)
(0.52/0.00/0.73/0.44)	

CMYK percentages

%52.45
%0
%72.73
%43.92

Codes

Color #448F27 in popluar color models

448F27
RGB6814339
HSL103°57.14%35.69%
HSB/HSV103°72.73%56.08%
CMYK52.45%0.00%72.73%
43.92%

Color #448F27 in popluar number systems.

HEX448F27
Decimal6814339
Binary100010010001111100111
Octal10421747

Shades and tints

Shades of #448F27

#448F27
(68,143,39)
#3E8224
(62,130,36)
#387521
(56,117,33)
#32681E
(50,104,30)
#2C5B1B
(44,91,27)
#264E18
(38,78,24)
#204115
(32,65,21)
#1A3412
(26,52,18)
#14270F
(20,39,15)
#0E1A0C
(14,26,12)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #448F27

#448F27
(68,143,39)
#55993A
(85,153,58)
#66A34D
(102,163,77)
#77AD60
(119,173,96)
#88B773
(136,183,115)
#99C186
(153,193,134)
#AACB99
(170,203,153)
#BBD5AC
(187,213,172)
#CCDFBF
(204,223,191)
#DDE9D2
(221,233,210)
#EEF3E5
(238,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448F27 color. Also use rgb(68,143,39) instead hex code.

Text Font Color

.myTextColor { color: #448F27; }

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

This text font color is #448F27.


Background Color

.myBgColor { background-color: #448F27; }

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

This div background color is #448F27.


Border color

.myBorderColor { border: 1px solid #448F27; }

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

This div border color is #448F27.


Opacity

.myOpacity80 { color: #448F27; opacity: 0.8; }

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

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

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

This text has shadow with #448F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448F27 on black background.


Color preview on white background

This text has color #448F27 on white background.



Black color preview on #448F27 background

This text has black color on #448F27 background.


White color preview on #448F27 background

This text has white color on #448F27 background.