COLOR #448287

HEX: #448287
RGB: (68,130,135)

Color info

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

RGB color model

#448287 color RGB value is (68,130,135).

  • red value is 68;
  • green value is 130;
  • blue value is 135.
RGB:
(68,130,135)
(27%,51%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 130 of 255 = 51%
B 135 of 255 = 53%

68
130
135

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

Portions of RGB colors in percentages

R + G + B =
68 + 130 + 135 = 333 (100%)
R 68 of 333 ~ 20.42%
G 130 of 333 ~ 39.04%
B 135 of 333 ~ 40.54%

%20.42
%39.04
%40.54

CMYK color model

#448287 color CMYK value is (50,4,0,47).

  • cyan value is 49.63%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(50,4,0,47)
C50M4Y0K47 
(50%,4%,0%,47%)
(0.50/0.04/0.00/0.47)	

CMYK percentages

%49.63
%3.7
%0
%47.06

Codes

Color #448287 in popluar color models

448287
RGB68130135
HSL184°33.00%39.80%
HSB/HSV184°49.63%52.94%
CMYK49.63%3.70%0.00%
47.06%

Color #448287 in popluar number systems.

HEX448287
Decimal68130135
Binary10001001000001010000111
Octal104202207

Shades and tints

Shades of #448287

#448287
(68,130,135)
#3E777B
(62,119,123)
#386C6F
(56,108,111)
#326163
(50,97,99)
#2C5657
(44,86,87)
#264B4B
(38,75,75)
#20403F
(32,64,63)
#1A3533
(26,53,51)
#142A27
(20,42,39)
#0E1F1B
(14,31,27)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #448287

#448287
(68,130,135)
#558D91
(85,141,145)
#66989B
(102,152,155)
#77A3A5
(119,163,165)
#88AEAF
(136,174,175)
#99B9B9
(153,185,185)
#AAC4C3
(170,196,195)
#BBCFCD
(187,207,205)
#CCDAD7
(204,218,215)
#DDE5E1
(221,229,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448287 color. Also use rgb(68,130,135) instead hex code.

Text Font Color

.myTextColor { color: #448287; }

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

This text font color is #448287.


Background Color

.myBgColor { background-color: #448287; }

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

This div background color is #448287.


Border color

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

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

This div border color is #448287.


Opacity

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

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

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

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

This text has shadow with #448287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448287 on black background.


Color preview on white background

This text has color #448287 on white background.



Black color preview on #448287 background

This text has black color on #448287 background.


White color preview on #448287 background

This text has white color on #448287 background.