COLOR #448196

HEX: #448196
RGB: (68,129,150)

Color info

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

RGB color model

#448196 color RGB value is (68,129,150).

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

RGB channels and saturation

R 68 of 255 = 27%
G 129 of 255 = 51%
B 150 of 255 = 59%

68
129
150

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 150 = 347 (100%)
R 68 of 347 ~ 19.6%
G 129 of 347 ~ 37.18%
B 150 of 347 ~ 43.23%

%19.6
%37.18
%43.23

CMYK color model

#448196 color CMYK value is (55,14,0,41).

  • cyan value is 54.67%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(55,14,0,41)
C55M14Y0K41 
(55%,14%,0%,41%)
(0.55/0.14/0.00/0.41)	

CMYK percentages

%54.67
%14
%0
%41.18

Codes

Color #448196 in popluar color models

448196
RGB68129150
HSL195°37.61%42.75%
HSB/HSV195°54.67%58.82%
CMYK54.67%14.00%0.00%
41.18%

Color #448196 in popluar number systems.

HEX448196
Decimal68129150
Binary10001001000000110010110
Octal104201226

Shades and tints

Shades of #448196

#448196
(68,129,150)
#3E7689
(62,118,137)
#386B7C
(56,107,124)
#32606F
(50,96,111)
#2C5562
(44,85,98)
#264A55
(38,74,85)
#203F48
(32,63,72)
#1A343B
(26,52,59)
#14292E
(20,41,46)
#0E1E21
(14,30,33)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #448196

#448196
(68,129,150)
#558C9F
(85,140,159)
#6697A8
(102,151,168)
#77A2B1
(119,162,177)
#88ADBA
(136,173,186)
#99B8C3
(153,184,195)
#AAC3CC
(170,195,204)
#BBCED5
(187,206,213)
#CCD9DE
(204,217,222)
#DDE4E7
(221,228,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448196; }

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

This text font color is #448196.


Background Color

.myBgColor { background-color: #448196; }

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

This div background color is #448196.


Border color

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

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

This div border color is #448196.


Opacity

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

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

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

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

This text has shadow with #448196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448196 on black background.


Color preview on white background

This text has color #448196 on white background.



Black color preview on #448196 background

This text has black color on #448196 background.


White color preview on #448196 background

This text has white color on #448196 background.