COLOR #448C62

HEX: #448C62
RGB: (68,140,98)

Color info

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

RGB color model

#448C62 color RGB value is (68,140,98).

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

RGB channels and saturation

R 68 of 255 = 27%
G 140 of 255 = 55%
B 98 of 255 = 38%

68
140
98

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

Portions of RGB colors in percentages

R + G + B =
68 + 140 + 98 = 306 (100%)
R 68 of 306 ~ 22.22%
G 140 of 306 ~ 45.75%
B 98 of 306 ~ 32.03%

%22.22
%45.75
%32.03

CMYK color model

#448C62 color CMYK value is (51,0,30,45).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 45.10%
CMYK:
(51,0,30,45)
C51M0Y30K45 
(51%,0%,30%,45%)
(0.51/0.00/0.30/0.45)	

CMYK percentages

%51.43
%0
%30
%45.1

Codes

Color #448C62 in popluar color models

448C62
RGB6814098
HSL145°34.62%40.78%
HSB/HSV145°51.43%54.90%
CMYK51.43%0.00%30.00%
45.10%

Color #448C62 in popluar number systems.

HEX448C62
Decimal6814098
Binary1000100100011001100010
Octal104214142

Shades and tints

Shades of #448C62

#448C62
(68,140,98)
#3E805A
(62,128,90)
#387452
(56,116,82)
#32684A
(50,104,74)
#2C5C42
(44,92,66)
#26503A
(38,80,58)
#204432
(32,68,50)
#1A382A
(26,56,42)
#142C22
(20,44,34)
#0E201A
(14,32,26)
#081412
(8,20,18)
#000000
(0,0,0)

Tints of #448C62

#448C62
(68,140,98)
#559670
(85,150,112)
#66A07E
(102,160,126)
#77AA8C
(119,170,140)
#88B49A
(136,180,154)
#99BEA8
(153,190,168)
#AAC8B6
(170,200,182)
#BBD2C4
(187,210,196)
#CCDCD2
(204,220,210)
#DDE6E0
(221,230,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #448C62; }

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

This text font color is #448C62.


Background Color

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

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

This div background color is #448C62.


Border color

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

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

This div border color is #448C62.


Opacity

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

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

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

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

This text has shadow with #448C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448C62 on black background.


Color preview on white background

This text has color #448C62 on white background.



Black color preview on #448C62 background

This text has black color on #448C62 background.


White color preview on #448C62 background

This text has white color on #448C62 background.