COLOR #448F83

HEX: #448F83 RGB: (68,143,131)

Color info

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

RGB color model

#448F83 color RGB value is (68,143,131).

RGB: (68,143,131) (27%, 56%, 51%)

RGB channels and saturation

R 68 of 255 = 27%
G 143 of 255 = 56%
B 131 of 255 = 51%

68
143
131

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

Portions of RGB colors in percentages

R + G + B = 68 + 143 + 131 = 342 (100%)
R 68 of 342 ~ 19.88%
G 143 of 342 ~ 41.81%
B 131 of 342 ~ 38.3'%

%19.88
%41.81
%38.3

CMYK color model

#448F83 color CMYK value is (52,0,8,44).

  • cyan value is 52.45%
  • magenta value is 0.00%
  • yellow value is 8.39%
  • key color value is 43.92%

CMYK: (52,0,8,44)
C52M0Y8K44 (52%, 0%, 8%, 44%)
(0.52 / 0.00 / 0.08 / 0.44)

CMYK percentages

%52.45
%0
%8.39
%43.92

Codes

Color #448F83 in popluar color models

44 8F 83
RGB 68 143 131
HSL 170° 35.55% 41.37%
HSB/HSV 170° 52.45% 56.08%
CMYK 52.45% 0.00% 8.39%
43.92%

Color #448F83 in popluar number systems.

HEX 44 8F 83
Decimal 68 143 131
Binary 1000100 10001111 10000011
Octal 104 217 203

Shades and tints

Shades of #448F83

#448F83
(68,143,131)
#3E8278
(62,130,120)
#38756D
(56,117,109)
#326862
(50,104,98)
#2C5B57
(44,91,87)
#264E4C
(38,78,76)
#204141
(32,65,65)
#1A3436
(26,52,54)
#14272B
(20,39,43)
#0E1A20
(14,26,32)
#080D15
(8,13,21)
#000000
(0,0,0)

Tints of #448F83

#448F83
(68,143,131)
#55998E
(85,153,142)
#66A399
(102,163,153)
#77ADA4
(119,173,164)
#88B7AF
(136,183,175)
#99C1BA
(153,193,186)
#AACBC5
(170,203,197)
#BBD5D0
(187,213,208)
#CCDFDB
(204,223,219)
#DDE9E6
(221,233,230)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448F83; }

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

This text font color is #448F83.

Background Color

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

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

This div background color is #448F83.

Border color

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

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

This div border color is #448F83.

Opacity

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

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

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

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

This text has shadow with #448F83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448F83.

Preview

Color preview on black background

This text has color #448F83 on black background.


Color preview on white background

This text has color #448F83 on white background.


Black color preview on #448F83 background

This text has black color on #448F83 background.


White color preview on #448F83 background

This text has white color on #448F83 background.


Related colors

Complementary color

Complementary color for #hex is #BB707C.


I love getcolorcode.com

Triadic colors

1 #83448F and #8F8344 with #448F83 are triadic colors.

2 #838F44 and #8F4483 with #448F83 are triadic colors.