COLOR #448C68

HEX: #448C68
RGB: (68,140,104)

Color info

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

RGB color model

#448C68 color RGB value is (68,140,104).

  • red value is 68;
  • green value is 140;
  • blue value is 104.
RGB:
(68,140,104)
(27%,55%,41%)

RGB channels and saturation

R 68 of 255 = 27%
G 140 of 255 = 55%
B 104 of 255 = 41%

68
140
104

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

Portions of RGB colors in percentages

R + G + B =
68 + 140 + 104 = 312 (100%)
R 68 of 312 ~ 21.79%
G 140 of 312 ~ 44.87%
B 104 of 312 ~ 33.33%

%21.79
%44.87
%33.33

CMYK color model

#448C68 color CMYK value is (51,0,26,45).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 45.10%
CMYK:
(51,0,26,45)
C51M0Y26K45 
(51%,0%,26%,45%)
(0.51/0.00/0.26/0.45)	

CMYK percentages

%51.43
%0
%25.71
%45.1

Codes

Color #448C68 in popluar color models

448C68
RGB68140104
HSL150°34.62%40.78%
HSB/HSV150°51.43%54.90%
CMYK51.43%0.00%25.71%
45.10%

Color #448C68 in popluar number systems.

HEX448C68
Decimal68140104
Binary1000100100011001101000
Octal104214150

Shades and tints

Shades of #448C68

#448C68
(68,140,104)
#3E805F
(62,128,95)
#387456
(56,116,86)
#32684D
(50,104,77)
#2C5C44
(44,92,68)
#26503B
(38,80,59)
#204432
(32,68,50)
#1A3829
(26,56,41)
#142C20
(20,44,32)
#0E2017
(14,32,23)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #448C68

#448C68
(68,140,104)
#559675
(85,150,117)
#66A082
(102,160,130)
#77AA8F
(119,170,143)
#88B49C
(136,180,156)
#99BEA9
(153,190,169)
#AAC8B6
(170,200,182)
#BBD2C3
(187,210,195)
#CCDCD0
(204,220,208)
#DDE6DD
(221,230,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448C68 color. Also use rgb(68,140,104) instead hex code.

Text Font Color

.myTextColor { color: #448C68; }

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

This text font color is #448C68.


Background Color

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

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

This div background color is #448C68.


Border color

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

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

This div border color is #448C68.


Opacity

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

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

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

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

This text has shadow with #448C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448C68 on black background.


Color preview on white background

This text has color #448C68 on white background.



Black color preview on #448C68 background

This text has black color on #448C68 background.


White color preview on #448C68 background

This text has white color on #448C68 background.