COLOR #448061

HEX: #448061
RGB: (68,128,97)

Color info

#448061 contains mainly green and blue colors. Web safe color of #448061 is #336666 (or #366).

RGB color model

#448061 color RGB value is (68,128,97).

  • red value is 68;
  • green value is 128;
  • blue value is 97.
RGB:
(68,128,97)
(27%,50%,38%)

RGB channels and saturation

R 68 of 255 = 27%
G 128 of 255 = 50%
B 97 of 255 = 38%

68
128
97

R + G + B ~ 38%. #448061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 128 + 97 = 293 (100%)
R 68 of 293 ~ 23.21%
G 128 of 293 ~ 43.69%
B 97 of 293 ~ 33.11%

%23.21
%43.69
%33.11

CMYK color model

#448061 color CMYK value is (47,0,24,50).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 49.80%
CMYK:
(47,0,24,50)
C47M0Y24K50 
(47%,0%,24%,50%)
(0.47/0.00/0.24/0.50)	

CMYK percentages

%46.88
%0
%24.22
%49.8

Codes

Color #448061 in popluar color models

448061
RGB6812897
HSL149°30.61%38.43%
HSB/HSV149°46.88%50.20%
CMYK46.88%0.00%24.22%
49.80%

Color #448061 in popluar number systems.

HEX448061
Decimal6812897
Binary1000100100000001100001
Octal104200141

Shades and tints

Shades of #448061

#448061
(68,128,97)
#3E7559
(62,117,89)
#386A51
(56,106,81)
#325F49
(50,95,73)
#2C5441
(44,84,65)
#264939
(38,73,57)
#203E31
(32,62,49)
#1A3329
(26,51,41)
#142821
(20,40,33)
#0E1D19
(14,29,25)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #448061

#448061
(68,128,97)
#558B6F
(85,139,111)
#66967D
(102,150,125)
#77A18B
(119,161,139)
#88AC99
(136,172,153)
#99B7A7
(153,183,167)
#AAC2B5
(170,194,181)
#BBCDC3
(187,205,195)
#CCD8D1
(204,216,209)
#DDE3DF
(221,227,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448061 color. Also use rgb(68,128,97) instead hex code.

Text Font Color

.myTextColor { color: #448061; }

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

This text font color is #448061.


Background Color

.myBgColor { background-color: #448061; }

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

This div background color is #448061.


Border color

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

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

This div border color is #448061.


Opacity

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

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

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

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

This text has shadow with #448061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448061 on black background.


Color preview on white background

This text has color #448061 on white background.



Black color preview on #448061 background

This text has black color on #448061 background.


White color preview on #448061 background

This text has white color on #448061 background.