COLOR #448775

HEX: #448775
RGB: (68,135,117)

Color info

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

RGB color model

#448775 color RGB value is (68,135,117).

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

RGB channels and saturation

R 68 of 255 = 27%
G 135 of 255 = 53%
B 117 of 255 = 46%

68
135
117

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

Portions of RGB colors in percentages

R + G + B =
68 + 135 + 117 = 320 (100%)
R 68 of 320 ~ 21.25%
G 135 of 320 ~ 42.19%
B 117 of 320 ~ 36.56%

%21.25
%42.19
%36.56

CMYK color model

#448775 color CMYK value is (50,0,13,47).

  • cyan value is 49.63%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 47.06%
CMYK:
(50,0,13,47)
C50M0Y13K47 
(50%,0%,13%,47%)
(0.50/0.00/0.13/0.47)	

CMYK percentages

%49.63
%0
%13.33
%47.06

Codes

Color #448775 in popluar color models

448775
RGB68135117
HSL164°33.00%39.80%
HSB/HSV164°49.63%52.94%
CMYK49.63%0.00%13.33%
47.06%

Color #448775 in popluar number systems.

HEX448775
Decimal68135117
Binary1000100100001111110101
Octal104207165

Shades and tints

Shades of #448775

#448775
(68,135,117)
#3E7B6B
(62,123,107)
#386F61
(56,111,97)
#326357
(50,99,87)
#2C574D
(44,87,77)
#264B43
(38,75,67)
#203F39
(32,63,57)
#1A332F
(26,51,47)
#142725
(20,39,37)
#0E1B1B
(14,27,27)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #448775

#448775
(68,135,117)
#559181
(85,145,129)
#669B8D
(102,155,141)
#77A599
(119,165,153)
#88AFA5
(136,175,165)
#99B9B1
(153,185,177)
#AAC3BD
(170,195,189)
#BBCDC9
(187,205,201)
#CCD7D5
(204,215,213)
#DDE1E1
(221,225,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448775; }

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

This text font color is #448775.


Background Color

.myBgColor { background-color: #448775; }

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

This div background color is #448775.


Border color

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

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

This div border color is #448775.


Opacity

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

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

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

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

This text has shadow with #448775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448775 on black background.


Color preview on white background

This text has color #448775 on white background.



Black color preview on #448775 background

This text has black color on #448775 background.


White color preview on #448775 background

This text has white color on #448775 background.