COLOR #448D7E

HEX: #448D7E
RGB: (68,141,126)

Color info

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

RGB color model

#448D7E color RGB value is (68,141,126).

  • red value is 68;
  • green value is 141;
  • blue value is 126.
RGB:
(68,141,126)
(27%,55%,49%)

RGB channels and saturation

R 68 of 255 = 27%
G 141 of 255 = 55%
B 126 of 255 = 49%

68
141
126

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

Portions of RGB colors in percentages

R + G + B =
68 + 141 + 126 = 335 (100%)
R 68 of 335 ~ 20.3%
G 141 of 335 ~ 42.09%
B 126 of 335 ~ 37.61%

%20.3
%42.09
%37.61

CMYK color model

#448D7E color CMYK value is (52,0,11,45).

  • cyan value is 51.77%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 44.71%
CMYK:
(52,0,11,45)
C52M0Y11K45 
(52%,0%,11%,45%)
(0.52/0.00/0.11/0.45)	

CMYK percentages

%51.77
%0
%10.64
%44.71

Codes

Color #448D7E in popluar color models

448D7E
RGB68141126
HSL168°34.93%40.98%
HSB/HSV168°51.77%55.29%
CMYK51.77%0.00%10.64%
44.71%

Color #448D7E in popluar number systems.

HEX448D7E
Decimal68141126
Binary1000100100011011111110
Octal104215176

Shades and tints

Shades of #448D7E

#448D7E
(68,141,126)
#3E8173
(62,129,115)
#387568
(56,117,104)
#32695D
(50,105,93)
#2C5D52
(44,93,82)
#265147
(38,81,71)
#20453C
(32,69,60)
#1A3931
(26,57,49)
#142D26
(20,45,38)
#0E211B
(14,33,27)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #448D7E

#448D7E
(68,141,126)
#559789
(85,151,137)
#66A194
(102,161,148)
#77AB9F
(119,171,159)
#88B5AA
(136,181,170)
#99BFB5
(153,191,181)
#AAC9C0
(170,201,192)
#BBD3CB
(187,211,203)
#CCDDD6
(204,221,214)
#DDE7E1
(221,231,225)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448D7E color. Also use rgb(68,141,126) instead hex code.

Text Font Color

.myTextColor { color: #448D7E; }

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

This text font color is #448D7E.


Background Color

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

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

This div background color is #448D7E.


Border color

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

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

This div border color is #448D7E.


Opacity

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

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

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

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

This text has shadow with #448D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448D7E on black background.


Color preview on white background

This text has color #448D7E on white background.



Black color preview on #448D7E background

This text has black color on #448D7E background.


White color preview on #448D7E background

This text has white color on #448D7E background.