COLOR #448777

HEX: #448777
RGB: (68,135,119)

Color info

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

RGB color model

#448777 color RGB value is (68,135,119).

  • red value is 68;
  • green value is 135;
  • blue value is 119.
RGB:
(68,135,119)
(27%,53%,47%)

RGB channels and saturation

R 68 of 255 = 27%
G 135 of 255 = 53%
B 119 of 255 = 47%

68
135
119

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

Portions of RGB colors in percentages

R + G + B =
68 + 135 + 119 = 322 (100%)
R 68 of 322 ~ 21.12%
G 135 of 322 ~ 41.93%
B 119 of 322 ~ 36.96%

%21.12
%41.93
%36.96

CMYK color model

#448777 color CMYK value is (50,0,12,47).

  • cyan value is 49.63%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(50,0,12,47)
C50M0Y12K47 
(50%,0%,12%,47%)
(0.50/0.00/0.12/0.47)	

CMYK percentages

%49.63
%0
%11.85
%47.06

Codes

Color #448777 in popluar color models

448777
RGB68135119
HSL166°33.00%39.80%
HSB/HSV166°49.63%52.94%
CMYK49.63%0.00%11.85%
47.06%

Color #448777 in popluar number systems.

HEX448777
Decimal68135119
Binary1000100100001111110111
Octal104207167

Shades and tints

Shades of #448777

#448777
(68,135,119)
#3E7B6D
(62,123,109)
#386F63
(56,111,99)
#326359
(50,99,89)
#2C574F
(44,87,79)
#264B45
(38,75,69)
#203F3B
(32,63,59)
#1A3331
(26,51,49)
#142727
(20,39,39)
#0E1B1D
(14,27,29)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #448777

#448777
(68,135,119)
#559183
(85,145,131)
#669B8F
(102,155,143)
#77A59B
(119,165,155)
#88AFA7
(136,175,167)
#99B9B3
(153,185,179)
#AAC3BF
(170,195,191)
#BBCDCB
(187,205,203)
#CCD7D7
(204,215,215)
#DDE1E3
(221,225,227)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448777 color. Also use rgb(68,135,119) instead hex code.

Text Font Color

.myTextColor { color: #448777; }

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

This text font color is #448777.


Background Color

.myBgColor { background-color: #448777; }

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

This div background color is #448777.


Border color

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

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

This div border color is #448777.


Opacity

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

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

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

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

This text has shadow with #448777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448777 on black background.


Color preview on white background

This text has color #448777 on white background.



Black color preview on #448777 background

This text has black color on #448777 background.


White color preview on #448777 background

This text has white color on #448777 background.