COLOR #448E74

HEX: #448E74
RGB: (68,142,116)

Color info

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

RGB color model

#448E74 color RGB value is (68,142,116).

  • red value is 68;
  • green value is 142;
  • blue value is 116.
RGB:
(68,142,116)
(27%,56%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 142 of 255 = 56%
B 116 of 255 = 45%

68
142
116

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

Portions of RGB colors in percentages

R + G + B =
68 + 142 + 116 = 326 (100%)
R 68 of 326 ~ 20.86%
G 142 of 326 ~ 43.56%
B 116 of 326 ~ 35.58%

%20.86
%43.56
%35.58

CMYK color model

#448E74 color CMYK value is (52,0,18,44).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 44.31%
CMYK:
(52,0,18,44)
C52M0Y18K44 
(52%,0%,18%,44%)
(0.52/0.00/0.18/0.44)	

CMYK percentages

%52.11
%0
%18.31
%44.31

Codes

Color #448E74 in popluar color models

448E74
RGB68142116
HSL159°35.24%41.18%
HSB/HSV159°52.11%55.69%
CMYK52.11%0.00%18.31%
44.31%

Color #448E74 in popluar number systems.

HEX448E74
Decimal68142116
Binary1000100100011101110100
Octal104216164

Shades and tints

Shades of #448E74

#448E74
(68,142,116)
#3E826A
(62,130,106)
#387660
(56,118,96)
#326A56
(50,106,86)
#2C5E4C
(44,94,76)
#265242
(38,82,66)
#204638
(32,70,56)
#1A3A2E
(26,58,46)
#142E24
(20,46,36)
#0E221A
(14,34,26)
#081610
(8,22,16)
#000000
(0,0,0)

Tints of #448E74

#448E74
(68,142,116)
#559880
(85,152,128)
#66A28C
(102,162,140)
#77AC98
(119,172,152)
#88B6A4
(136,182,164)
#99C0B0
(153,192,176)
#AACABC
(170,202,188)
#BBD4C8
(187,212,200)
#CCDED4
(204,222,212)
#DDE8E0
(221,232,224)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448E74 color. Also use rgb(68,142,116) instead hex code.

Text Font Color

.myTextColor { color: #448E74; }

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

This text font color is #448E74.


Background Color

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

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

This div background color is #448E74.


Border color

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

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

This div border color is #448E74.


Opacity

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

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

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

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

This text has shadow with #448E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448E74 on black background.


Color preview on white background

This text has color #448E74 on white background.



Black color preview on #448E74 background

This text has black color on #448E74 background.


White color preview on #448E74 background

This text has white color on #448E74 background.