COLOR #448A76

HEX: #448A76
RGB: (68,138,118)

Color info

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

RGB color model

#448A76 color RGB value is (68,138,118).

  • red value is 68;
  • green value is 138;
  • blue value is 118.
RGB:
(68,138,118)
(27%,54%,46%)

RGB channels and saturation

R 68 of 255 = 27%
G 138 of 255 = 54%
B 118 of 255 = 46%

68
138
118

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

Portions of RGB colors in percentages

R + G + B =
68 + 138 + 118 = 324 (100%)
R 68 of 324 ~ 20.99%
G 138 of 324 ~ 42.59%
B 118 of 324 ~ 36.42%

%20.99
%42.59
%36.42

CMYK color model

#448A76 color CMYK value is (51,0,14,46).

  • cyan value is 50.72%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 45.88%
CMYK:
(51,0,14,46)
C51M0Y14K46 
(51%,0%,14%,46%)
(0.51/0.00/0.14/0.46)	

CMYK percentages

%50.72
%0
%14.49
%45.88

Codes

Color #448A76 in popluar color models

448A76
RGB68138118
HSL163°33.98%40.39%
HSB/HSV163°50.72%54.12%
CMYK50.72%0.00%14.49%
45.88%

Color #448A76 in popluar number systems.

HEX448A76
Decimal68138118
Binary1000100100010101110110
Octal104212166

Shades and tints

Shades of #448A76

#448A76
(68,138,118)
#3E7E6C
(62,126,108)
#387262
(56,114,98)
#326658
(50,102,88)
#2C5A4E
(44,90,78)
#264E44
(38,78,68)
#20423A
(32,66,58)
#1A3630
(26,54,48)
#142A26
(20,42,38)
#0E1E1C
(14,30,28)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #448A76

#448A76
(68,138,118)
#559482
(85,148,130)
#669E8E
(102,158,142)
#77A89A
(119,168,154)
#88B2A6
(136,178,166)
#99BCB2
(153,188,178)
#AAC6BE
(170,198,190)
#BBD0CA
(187,208,202)
#CCDAD6
(204,218,214)
#DDE4E2
(221,228,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448A76 color. Also use rgb(68,138,118) instead hex code.

Text Font Color

.myTextColor { color: #448A76; }

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

This text font color is #448A76.


Background Color

.myBgColor { background-color: #448A76; }

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

This div background color is #448A76.


Border color

.myBorderColor { border: 1px solid #448A76; }

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

This div border color is #448A76.


Opacity

.myOpacity80 { color: #448A76; opacity: 0.8; }

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

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

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

This text has shadow with #448A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448A76 on black background.


Color preview on white background

This text has color #448A76 on white background.



Black color preview on #448A76 background

This text has black color on #448A76 background.


White color preview on #448A76 background

This text has white color on #448A76 background.