COLOR #448B6B

HEX: #448B6B RGB: (68,139,107)

Color info

#448B6B contains mainly green and blue colors. Web safe color of #448B6B is #339966 (or #396).

RGB color model

#448B6B color RGB value is (68,139,107).

RGB: (68,139,107) (27%, 55%, 42%)

RGB channels and saturation

R 68 of 255 = 27%
G 139 of 255 = 55%
B 107 of 255 = 42%

68
139
107

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

Portions of RGB colors in percentages

R + G + B = 68 + 139 + 107 = 314 (100%)
R 68 of 314 ~ 21.66%
G 139 of 314 ~ 44.27%
B 107 of 314 ~ 34.08'%

%21.66
%44.27
%34.08

CMYK color model

#448B6B color CMYK value is (51,0,23,45).

  • cyan value is 51.08%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 45.49%

CMYK: (51,0,23,45)
C51M0Y23K45 (51%, 0%, 23%, 45%)
(0.51 / 0.00 / 0.23 / 0.45)

CMYK percentages

%51.08
%0
%23.02
%45.49

Codes

Color #448B6B in popluar color models

44 8B 6B
RGB 68 139 107
HSL 153° 34.30% 40.59%
HSB/HSV 153° 51.08% 54.51%
CMYK 51.08% 0.00% 23.02%
45.49%

Color #448B6B in popluar number systems.

HEX 44 8B 6B
Decimal 68 139 107
Binary 1000100 10001011 1101011
Octal 104 213 153

Shades and tints

Shades of #448B6B

#448B6B
(68,139,107)
#3E7F62
(62,127,98)
#387359
(56,115,89)
#326750
(50,103,80)
#2C5B47
(44,91,71)
#264F3E
(38,79,62)
#204335
(32,67,53)
#1A372C
(26,55,44)
#142B23
(20,43,35)
#0E1F1A
(14,31,26)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #448B6B

#448B6B
(68,139,107)
#559578
(85,149,120)
#669F85
(102,159,133)
#77A992
(119,169,146)
#88B39F
(136,179,159)
#99BDAC
(153,189,172)
#AAC7B9
(170,199,185)
#BBD1C6
(187,209,198)
#CCDBD3
(204,219,211)
#DDE5E0
(221,229,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448B6B color. Also use rgb(68,139,107) instead hex code.

Text Font Color

.myTextColor { color: #448B6B; }

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

This text font color is #448B6B.

Background Color

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

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

This div background color is #448B6B.

Border color

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

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

This div border color is #448B6B.

Opacity

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

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

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

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

This text has shadow with #448B6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448B6B.

Preview

Color preview on black background

This text has color #448B6B on black background.


Color preview on white background

This text has color #448B6B on white background.


Black color preview on #448B6B background

This text has black color on #448B6B background.


White color preview on #448B6B background

This text has white color on #448B6B background.


Related colors

Complementary color

Complementary color for #hex is #BB7494.


I love getcolorcode.com

Triadic colors

1 #6B448B and #8B6B44 with #448B6B are triadic colors.

2 #6B8B44 and #8B446B with #448B6B are triadic colors.