COLOR #448248

HEX: #448248
RGB: (68,130,72)

Color info

#448248 contains mainly green and blue colors. Web safe color of #448248 is #339933 (or #393).

RGB color model

#448248 color RGB value is (68,130,72).

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

RGB channels and saturation

R 68 of 255 = 27%
G 130 of 255 = 51%
B 72 of 255 = 28%

68
130
72

R + G + B ~ 35%. #448248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 130 + 72 = 270 (100%)
R 68 of 270 ~ 25.19%
G 130 of 270 ~ 48.15%
B 72 of 270 ~ 26.67%

%25.19
%48.15
%26.67

CMYK color model

#448248 color CMYK value is (48,0,45,49).

  • cyan value is 47.69%
  • magenta value is 0.00%
  • yellow value is 44.62%
  • key color value is 49.02%
CMYK:
(48,0,45,49)
C48M0Y45K49 
(48%,0%,45%,49%)
(0.48/0.00/0.45/0.49)	

CMYK percentages

%47.69
%0
%44.62
%49.02

Codes

Color #448248 in popluar color models

448248
RGB6813072
HSL124°31.31%38.82%
HSB/HSV124°47.69%50.98%
CMYK47.69%0.00%44.62%
49.02%

Color #448248 in popluar number systems.

HEX448248
Decimal6813072
Binary1000100100000101001000
Octal104202110

Shades and tints

Shades of #448248

#448248
(68,130,72)
#3E7742
(62,119,66)
#386C3C
(56,108,60)
#326136
(50,97,54)
#2C5630
(44,86,48)
#264B2A
(38,75,42)
#204024
(32,64,36)
#1A351E
(26,53,30)
#142A18
(20,42,24)
#0E1F12
(14,31,18)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #448248

#448248
(68,130,72)
#558D58
(85,141,88)
#669868
(102,152,104)
#77A378
(119,163,120)
#88AE88
(136,174,136)
#99B998
(153,185,152)
#AAC4A8
(170,196,168)
#BBCFB8
(187,207,184)
#CCDAC8
(204,218,200)
#DDE5D8
(221,229,216)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448248; }

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

This text font color is #448248.


Background Color

.myBgColor { background-color: #448248; }

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

This div background color is #448248.


Border color

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

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

This div border color is #448248.


Opacity

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

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

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

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

This text has shadow with #448248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448248 on black background.


Color preview on white background

This text has color #448248 on white background.



Black color preview on #448248 background

This text has black color on #448248 background.


White color preview on #448248 background

This text has white color on #448248 background.