COLOR #448174

HEX: #448174
RGB: (68,129,116)

Color info

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

RGB color model

#448174 color RGB value is (68,129,116).

  • red value is 68;
  • green value is 129;
  • blue value is 116.
RGB:
(68,129,116)
(27%,51%,45%)

RGB channels and saturation

R 68 of 255 = 27%
G 129 of 255 = 51%
B 116 of 255 = 45%

68
129
116

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

Portions of RGB colors in percentages

R + G + B =
68 + 129 + 116 = 313 (100%)
R 68 of 313 ~ 21.73%
G 129 of 313 ~ 41.21%
B 116 of 313 ~ 37.06%

%21.73
%41.21
%37.06

CMYK color model

#448174 color CMYK value is (47,0,10,49).

  • cyan value is 47.29%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 49.41%
CMYK:
(47,0,10,49)
C47M0Y10K49 
(47%,0%,10%,49%)
(0.47/0.00/0.10/0.49)	

CMYK percentages

%47.29
%0
%10.08
%49.41

Codes

Color #448174 in popluar color models

448174
RGB68129116
HSL167°30.96%38.63%
HSB/HSV167°47.29%50.59%
CMYK47.29%0.00%10.08%
49.41%

Color #448174 in popluar number systems.

HEX448174
Decimal68129116
Binary1000100100000011110100
Octal104201164

Shades and tints

Shades of #448174

#448174
(68,129,116)
#3E766A
(62,118,106)
#386B60
(56,107,96)
#326056
(50,96,86)
#2C554C
(44,85,76)
#264A42
(38,74,66)
#203F38
(32,63,56)
#1A342E
(26,52,46)
#142924
(20,41,36)
#0E1E1A
(14,30,26)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #448174

#448174
(68,129,116)
#558C80
(85,140,128)
#66978C
(102,151,140)
#77A298
(119,162,152)
#88ADA4
(136,173,164)
#99B8B0
(153,184,176)
#AAC3BC
(170,195,188)
#BBCEC8
(187,206,200)
#CCD9D4
(204,217,212)
#DDE4E0
(221,228,224)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448174 color. Also use rgb(68,129,116) instead hex code.

Text Font Color

.myTextColor { color: #448174; }

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

This text font color is #448174.


Background Color

.myBgColor { background-color: #448174; }

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

This div background color is #448174.


Border color

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

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

This div border color is #448174.


Opacity

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

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

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

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

This text has shadow with #448174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448174 on black background.


Color preview on white background

This text has color #448174 on white background.



Black color preview on #448174 background

This text has black color on #448174 background.


White color preview on #448174 background

This text has white color on #448174 background.