COLOR #448142

HEX: #448142
RGB: (68,129,66)

Color info

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

RGB color model

#448142 color RGB value is (68,129,66).

  • red value is 68;
  • green value is 129;
  • blue value is 66.
RGB:
(68,129,66)
(27%,51%,26%)

RGB channels and saturation

R 68 of 255 = 27%
G 129 of 255 = 51%
B 66 of 255 = 26%

68
129
66

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 66 = 263 (100%)
R 68 of 263 ~ 25.86%
G 129 of 263 ~ 49.05%
B 66 of 263 ~ 25.1%

%25.86
%49.05
%25.1

CMYK color model

#448142 color CMYK value is (47,0,49,49).

  • cyan value is 47.29%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 49.41%
CMYK:
(47,0,49,49)
C47M0Y49K49 
(47%,0%,49%,49%)
(0.47/0.00/0.49/0.49)	

CMYK percentages

%47.29
%0
%48.84
%49.41

Codes

Color #448142 in popluar color models

448142
RGB6812966
HSL118°32.31%38.24%
HSB/HSV118°48.84%50.59%
CMYK47.29%0.00%48.84%
49.41%

Color #448142 in popluar number systems.

HEX448142
Decimal6812966
Binary1000100100000011000010
Octal104201102

Shades and tints

Shades of #448142

#448142
(68,129,66)
#3E763C
(62,118,60)
#386B36
(56,107,54)
#326030
(50,96,48)
#2C552A
(44,85,42)
#264A24
(38,74,36)
#203F1E
(32,63,30)
#1A3418
(26,52,24)
#142912
(20,41,18)
#0E1E0C
(14,30,12)
#081306
(8,19,6)
#000000
(0,0,0)

Tints of #448142

#448142
(68,129,66)
#558C53
(85,140,83)
#669764
(102,151,100)
#77A275
(119,162,117)
#88AD86
(136,173,134)
#99B897
(153,184,151)
#AAC3A8
(170,195,168)
#BBCEB9
(187,206,185)
#CCD9CA
(204,217,202)
#DDE4DB
(221,228,219)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448142 color. Also use rgb(68,129,66) instead hex code.

Text Font Color

.myTextColor { color: #448142; }

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

This text font color is #448142.


Background Color

.myBgColor { background-color: #448142; }

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

This div background color is #448142.


Border color

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

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

This div border color is #448142.


Opacity

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

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

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

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

This text has shadow with #448142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448142 on black background.


Color preview on white background

This text has color #448142 on white background.



Black color preview on #448142 background

This text has black color on #448142 background.


White color preview on #448142 background

This text has white color on #448142 background.