COLOR #448A81

HEX: #448A81
RGB: (68,138,129)

Color info

#448A81 contains mainly green and blue colors. Web safe color of #448A81 is #339999 (or #399).

RGB color model

#448A81 color RGB value is (68,138,129).

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

RGB channels and saturation

R 68 of 255 = 27%
G 138 of 255 = 54%
B 129 of 255 = 51%

68
138
129

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

Portions of RGB colors in percentages

R + G + B =
68 + 138 + 129 = 335 (100%)
R 68 of 335 ~ 20.3%
G 138 of 335 ~ 41.19%
B 129 of 335 ~ 38.51%

%20.3
%41.19
%38.51

CMYK color model

#448A81 color CMYK value is (51,0,7,46).

  • cyan value is 50.72%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 45.88%
CMYK:
(51,0,7,46)
C51M0Y7K46 
(51%,0%,7%,46%)
(0.51/0.00/0.07/0.46)	

CMYK percentages

%50.72
%0
%6.52
%45.88

Codes

Color #448A81 in popluar color models

448A81
RGB68138129
HSL172°33.98%40.39%
HSB/HSV172°50.72%54.12%
CMYK50.72%0.00%6.52%
45.88%

Color #448A81 in popluar number systems.

HEX448A81
Decimal68138129
Binary10001001000101010000001
Octal104212201

Shades and tints

Shades of #448A81

#448A81
(68,138,129)
#3E7E76
(62,126,118)
#38726B
(56,114,107)
#326660
(50,102,96)
#2C5A55
(44,90,85)
#264E4A
(38,78,74)
#20423F
(32,66,63)
#1A3634
(26,54,52)
#142A29
(20,42,41)
#0E1E1E
(14,30,30)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #448A81

#448A81
(68,138,129)
#55948C
(85,148,140)
#669E97
(102,158,151)
#77A8A2
(119,168,162)
#88B2AD
(136,178,173)
#99BCB8
(153,188,184)
#AAC6C3
(170,198,195)
#BBD0CE
(187,208,206)
#CCDAD9
(204,218,217)
#DDE4E4
(221,228,228)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448A81; }

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

This text font color is #448A81.


Background Color

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

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

This div background color is #448A81.


Border color

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

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

This div border color is #448A81.


Opacity

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

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

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

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

This text has shadow with #448A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448A81 on black background.


Color preview on white background

This text has color #448A81 on white background.



Black color preview on #448A81 background

This text has black color on #448A81 background.


White color preview on #448A81 background

This text has white color on #448A81 background.