COLOR #448981

HEX: #448981
RGB: (68,137,129)

Color info

#448981 contains mainly green and blue colors. Web safe color of #448981 is #339999 (or #399).

RGB color model

#448981 color RGB value is (68,137,129).

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

RGB channels and saturation

R 68 of 255 = 27%
G 137 of 255 = 54%
B 129 of 255 = 51%

68
137
129

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

Portions of RGB colors in percentages

R + G + B =
68 + 137 + 129 = 334 (100%)
R 68 of 334 ~ 20.36%
G 137 of 334 ~ 41.02%
B 129 of 334 ~ 38.62%

%20.36
%41.02
%38.62

CMYK color model

#448981 color CMYK value is (50,0,6,46).

  • cyan value is 50.36%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 46.27%
CMYK:
(50,0,6,46)
C50M0Y6K46 
(50%,0%,6%,46%)
(0.50/0.00/0.06/0.46)	

CMYK percentages

%50.36
%0
%5.84
%46.27

Codes

Color #448981 in popluar color models

448981
RGB68137129
HSL173°33.66%40.20%
HSB/HSV173°50.36%53.73%
CMYK50.36%0.00%5.84%
46.27%

Color #448981 in popluar number systems.

HEX448981
Decimal68137129
Binary10001001000100110000001
Octal104211201

Shades and tints

Shades of #448981

#448981
(68,137,129)
#3E7D76
(62,125,118)
#38716B
(56,113,107)
#326560
(50,101,96)
#2C5955
(44,89,85)
#264D4A
(38,77,74)
#20413F
(32,65,63)
#1A3534
(26,53,52)
#142929
(20,41,41)
#0E1D1E
(14,29,30)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #448981

#448981
(68,137,129)
#55938C
(85,147,140)
#669D97
(102,157,151)
#77A7A2
(119,167,162)
#88B1AD
(136,177,173)
#99BBB8
(153,187,184)
#AAC5C3
(170,197,195)
#BBCFCE
(187,207,206)
#CCD9D9
(204,217,217)
#DDE3E4
(221,227,228)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448981; }

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

This text font color is #448981.


Background Color

.myBgColor { background-color: #448981; }

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

This div background color is #448981.


Border color

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

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

This div border color is #448981.


Opacity

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

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

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

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

This text has shadow with #448981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448981 on black background.


Color preview on white background

This text has color #448981 on white background.



Black color preview on #448981 background

This text has black color on #448981 background.


White color preview on #448981 background

This text has white color on #448981 background.