COLOR #448483

HEX: #448483
RGB: (68,132,131)

Color info

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

RGB color model

#448483 color RGB value is (68,132,131).

  • red value is 68;
  • green value is 132;
  • blue value is 131.
RGB:
(68,132,131)
(27%,52%,51%)

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 131 of 255 = 51%

68
132
131

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

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 131 = 331 (100%)
R 68 of 331 ~ 20.54%
G 132 of 331 ~ 39.88%
B 131 of 331 ~ 39.58%

%20.54
%39.88
%39.58

CMYK color model

#448483 color CMYK value is (48,0,1,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 0.76%
  • key color value is 48.24%
CMYK:
(48,0,1,48)
C48M0Y1K48 
(48%,0%,1%,48%)
(0.48/0.00/0.01/0.48)	

CMYK percentages

%48.48
%0
%0.76
%48.24

Codes

Color #448483 in popluar color models

448483
RGB68132131
HSL179°32.00%39.22%
HSB/HSV179°48.48%51.76%
CMYK48.48%0.00%0.76%
48.24%

Color #448483 in popluar number systems.

HEX448483
Decimal68132131
Binary10001001000010010000011
Octal104204203

Shades and tints

Shades of #448483

#448483
(68,132,131)
#3E7878
(62,120,120)
#386C6D
(56,108,109)
#326062
(50,96,98)
#2C5457
(44,84,87)
#26484C
(38,72,76)
#203C41
(32,60,65)
#1A3036
(26,48,54)
#14242B
(20,36,43)
#0E1820
(14,24,32)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #448483

#448483
(68,132,131)
#558F8E
(85,143,142)
#669A99
(102,154,153)
#77A5A4
(119,165,164)
#88B0AF
(136,176,175)
#99BBBA
(153,187,186)
#AAC6C5
(170,198,197)
#BBD1D0
(187,209,208)
#CCDCDB
(204,220,219)
#DDE7E6
(221,231,230)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448483 color. Also use rgb(68,132,131) instead hex code.

Text Font Color

.myTextColor { color: #448483; }

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

This text font color is #448483.


Background Color

.myBgColor { background-color: #448483; }

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

This div background color is #448483.


Border color

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

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

This div border color is #448483.


Opacity

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

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

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

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

This text has shadow with #448483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448483 on black background.


Color preview on white background

This text has color #448483 on white background.



Black color preview on #448483 background

This text has black color on #448483 background.


White color preview on #448483 background

This text has white color on #448483 background.