COLOR #448673

HEX: #448673
RGB: (68,134,115)

Color info

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

RGB color model

#448673 color RGB value is (68,134,115).

  • red value is 68;
  • green value is 134;
  • blue value is 115.
RGB:
(68,134,115)
(27%,53%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 134 of 255 = 53%
B 115 of 255 = 45%

68
134
115

R + G + B ~ 42%. #448673 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 134 + 115 = 317 (100%)
R 68 of 317 ~ 21.45%
G 134 of 317 ~ 42.27%
B 115 of 317 ~ 36.28%

%21.45
%42.27
%36.28

CMYK color model

#448673 color CMYK value is (49,0,14,47).

  • cyan value is 49.25%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(49,0,14,47)
C49M0Y14K47 
(49%,0%,14%,47%)
(0.49/0.00/0.14/0.47)	

CMYK percentages

%49.25
%0
%14.18
%47.45

Codes

Color #448673 in popluar color models

448673
RGB68134115
HSL163°32.67%39.61%
HSB/HSV163°49.25%52.55%
CMYK49.25%0.00%14.18%
47.45%

Color #448673 in popluar number systems.

HEX448673
Decimal68134115
Binary1000100100001101110011
Octal104206163

Shades and tints

Shades of #448673

#448673
(68,134,115)
#3E7A69
(62,122,105)
#386E5F
(56,110,95)
#326255
(50,98,85)
#2C564B
(44,86,75)
#264A41
(38,74,65)
#203E37
(32,62,55)
#1A322D
(26,50,45)
#142623
(20,38,35)
#0E1A19
(14,26,25)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #448673

#448673
(68,134,115)
#55917F
(85,145,127)
#669C8B
(102,156,139)
#77A797
(119,167,151)
#88B2A3
(136,178,163)
#99BDAF
(153,189,175)
#AAC8BB
(170,200,187)
#BBD3C7
(187,211,199)
#CCDED3
(204,222,211)
#DDE9DF
(221,233,223)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448673 color. Also use rgb(68,134,115) instead hex code.

Text Font Color

.myTextColor { color: #448673; }

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

This text font color is #448673.


Background Color

.myBgColor { background-color: #448673; }

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

This div background color is #448673.


Border color

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

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

This div border color is #448673.


Opacity

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

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

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

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

This text has shadow with #448673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448673 on black background.


Color preview on white background

This text has color #448673 on white background.



Black color preview on #448673 background

This text has black color on #448673 background.


White color preview on #448673 background

This text has white color on #448673 background.