COLOR #448189

HEX: #448189
RGB: (68,129,137)

Color info

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

RGB color model

#448189 color RGB value is (68,129,137).

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

RGB channels and saturation

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

68
129
137

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 137 = 334 (100%)
R 68 of 334 ~ 20.36%
G 129 of 334 ~ 38.62%
B 137 of 334 ~ 41.02%

%20.36
%38.62
%41.02

CMYK color model

#448189 color CMYK value is (50,6,0,46).

  • cyan value is 50.36%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(50,6,0,46)
C50M6Y0K46 
(50%,6%,0%,46%)
(0.50/0.06/0.00/0.46)	

CMYK percentages

%50.36
%5.84
%0
%46.27

Codes

Color #448189 in popluar color models

448189
RGB68129137
HSL187°33.66%40.20%
HSB/HSV187°50.36%53.73%
CMYK50.36%5.84%0.00%
46.27%

Color #448189 in popluar number systems.

HEX448189
Decimal68129137
Binary10001001000000110001001
Octal104201211

Shades and tints

Shades of #448189

#448189
(68,129,137)
#3E767D
(62,118,125)
#386B71
(56,107,113)
#326065
(50,96,101)
#2C5559
(44,85,89)
#264A4D
(38,74,77)
#203F41
(32,63,65)
#1A3435
(26,52,53)
#142929
(20,41,41)
#0E1E1D
(14,30,29)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #448189

#448189
(68,129,137)
#558C93
(85,140,147)
#66979D
(102,151,157)
#77A2A7
(119,162,167)
#88ADB1
(136,173,177)
#99B8BB
(153,184,187)
#AAC3C5
(170,195,197)
#BBCECF
(187,206,207)
#CCD9D9
(204,217,217)
#DDE4E3
(221,228,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448189; }

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

This text font color is #448189.


Background Color

.myBgColor { background-color: #448189; }

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

This div background color is #448189.


Border color

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

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

This div border color is #448189.


Opacity

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

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

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

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

This text has shadow with #448189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448189 on black background.


Color preview on white background

This text has color #448189 on white background.



Black color preview on #448189 background

This text has black color on #448189 background.


White color preview on #448189 background

This text has white color on #448189 background.