COLOR #448971

HEX: #448971
RGB: (68,137,113)

Color info

#448971 contains mainly green and blue colors. Web safe color of #448971 is #339966 (or #396).

RGB color model

#448971 color RGB value is (68,137,113).

  • red value is 68;
  • green value is 137;
  • blue value is 113.
RGB:
(68,137,113)
(27%,54%,44%)

RGB channels and saturation

R 68 of 255 = 27%
G 137 of 255 = 54%
B 113 of 255 = 44%

68
137
113

R + G + B ~ 42%. #448971 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 137 + 113 = 318 (100%)
R 68 of 318 ~ 21.38%
G 137 of 318 ~ 43.08%
B 113 of 318 ~ 35.53%

%21.38
%43.08
%35.53

CMYK color model

#448971 color CMYK value is (50,0,18,46).

  • cyan value is 50.36%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 46.27%
CMYK:
(50,0,18,46)
C50M0Y18K46 
(50%,0%,18%,46%)
(0.50/0.00/0.18/0.46)	

CMYK percentages

%50.36
%0
%17.52
%46.27

Codes

Color #448971 in popluar color models

448971
RGB68137113
HSL159°33.66%40.20%
HSB/HSV159°50.36%53.73%
CMYK50.36%0.00%17.52%
46.27%

Color #448971 in popluar number systems.

HEX448971
Decimal68137113
Binary1000100100010011110001
Octal104211161

Shades and tints

Shades of #448971

#448971
(68,137,113)
#3E7D67
(62,125,103)
#38715D
(56,113,93)
#326553
(50,101,83)
#2C5949
(44,89,73)
#264D3F
(38,77,63)
#204135
(32,65,53)
#1A352B
(26,53,43)
#142921
(20,41,33)
#0E1D17
(14,29,23)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #448971

#448971
(68,137,113)
#55937D
(85,147,125)
#669D89
(102,157,137)
#77A795
(119,167,149)
#88B1A1
(136,177,161)
#99BBAD
(153,187,173)
#AAC5B9
(170,197,185)
#BBCFC5
(187,207,197)
#CCD9D1
(204,217,209)
#DDE3DD
(221,227,221)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448971 color. Also use rgb(68,137,113) instead hex code.

Text Font Color

.myTextColor { color: #448971; }

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

This text font color is #448971.


Background Color

.myBgColor { background-color: #448971; }

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

This div background color is #448971.


Border color

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

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

This div border color is #448971.


Opacity

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

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

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

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

This text has shadow with #448971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448971 on black background.


Color preview on white background

This text has color #448971 on white background.



Black color preview on #448971 background

This text has black color on #448971 background.


White color preview on #448971 background

This text has white color on #448971 background.