COLOR #448DAC

HEX: #448DAC
RGB: (68,141,172)

Color info

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

RGB color model

#448DAC color RGB value is (68,141,172).

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

RGB channels and saturation

R 68 of 255 = 27%
G 141 of 255 = 55%
B 172 of 255 = 67%

68
141
172

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

Portions of RGB colors in percentages

R + G + B =
68 + 141 + 172 = 381 (100%)
R 68 of 381 ~ 17.85%
G 141 of 381 ~ 37.01%
B 172 of 381 ~ 45.14%

%17.85
%37.01
%45.14

CMYK color model

#448DAC color CMYK value is (60,18,0,33).

  • cyan value is 60.47%
  • magenta value is 18.02%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(60,18,0,33)
C60M18Y0K33 
(60%,18%,0%,33%)
(0.60/0.18/0.00/0.33)	

CMYK percentages

%60.47
%18.02
%0
%32.55

Codes

Color #448DAC in popluar color models

448DAC
RGB68141172
HSL198°43.33%47.06%
HSB/HSV198°60.47%67.45%
CMYK60.47%18.02%0.00%
32.55%

Color #448DAC in popluar number systems.

HEX448DAC
Decimal68141172
Binary10001001000110110101100
Octal104215254

Shades and tints

Shades of #448DAC

#448DAC
(68,141,172)
#3E819D
(62,129,157)
#38758E
(56,117,142)
#32697F
(50,105,127)
#2C5D70
(44,93,112)
#265161
(38,81,97)
#204552
(32,69,82)
#1A3943
(26,57,67)
#142D34
(20,45,52)
#0E2125
(14,33,37)
#081516
(8,21,22)
#000000
(0,0,0)

Tints of #448DAC

#448DAC
(68,141,172)
#5597B3
(85,151,179)
#66A1BA
(102,161,186)
#77ABC1
(119,171,193)
#88B5C8
(136,181,200)
#99BFCF
(153,191,207)
#AAC9D6
(170,201,214)
#BBD3DD
(187,211,221)
#CCDDE4
(204,221,228)
#DDE7EB
(221,231,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448DAC; }

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

This text font color is #448DAC.


Background Color

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

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

This div background color is #448DAC.


Border color

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

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

This div border color is #448DAC.


Opacity

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

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

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

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

This text has shadow with #448DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448DAC on black background.


Color preview on white background

This text has color #448DAC on white background.



Black color preview on #448DAC background

This text has black color on #448DAC background.


White color preview on #448DAC background

This text has white color on #448DAC background.