COLOR #448851

HEX: #448851 RGB: (68,136,81)

Color info

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

RGB color model

#448851 color RGB value is (68,136,81).

RGB: (68,136,81) (27%, 53%, 32%)

RGB channels and saturation

R 68 of 255 = 27%
G 136 of 255 = 53%
B 81 of 255 = 32%

68
136
81

R + G + B ~ 37%. #448851 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 68 + 136 + 81 = 285 (100%)
R 68 of 285 ~ 23.86%
G 136 of 285 ~ 47.72%
B 81 of 285 ~ 28.42'%

%23.86
%47.72
%28.42

CMYK color model

#448851 color CMYK value is (50,0,40,47).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 46.67%

CMYK: (50,0,40,47)
C50M0Y40K47 (50%, 0%, 40%, 47%)
(0.50 / 0.00 / 0.40 / 0.47)

CMYK percentages

%50
%0
%40.44
%46.67

Codes

Color #448851 in popluar color models

44 88 51
RGB 68 136 81
HSL 131° 33.33% 40.00%
HSB/HSV 131° 50.00% 53.33%
CMYK 50.00% 0.00% 40.44%
46.67%

Color #448851 in popluar number systems.

HEX 44 88 51
Decimal 68 136 81
Binary 1000100 10001000 1010001
Octal 104 210 121

Shades and tints

Shades of #448851

#448851
(68,136,81)
#3E7C4A
(62,124,74)
#387043
(56,112,67)
#32643C
(50,100,60)
#2C5835
(44,88,53)
#264C2E
(38,76,46)
#204027
(32,64,39)
#1A3420
(26,52,32)
#142819
(20,40,25)
#0E1C12
(14,28,18)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #448851

#448851
(68,136,81)
#559260
(85,146,96)
#669C6F
(102,156,111)
#77A67E
(119,166,126)
#88B08D
(136,176,141)
#99BA9C
(153,186,156)
#AAC4AB
(170,196,171)
#BBCEBA
(187,206,186)
#CCD8C9
(204,216,201)
#DDE2D8
(221,226,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448851 color. Also use rgb(68,136,81) instead hex code.

Text Font Color

.myTextColor { color: #448851; }

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

This text font color is #448851.

Background Color

.myBgColor { background-color: #448851; }

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

This div background color is #448851.

Border color

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

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

This div border color is #448851.

Opacity

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

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

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

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

This text has shadow with #448851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #448851.

Preview

Color preview on black background

This text has color #448851 on black background.


Color preview on white background

This text has color #448851 on white background.


Black color preview on #448851 background

This text has black color on #448851 background.


White color preview on #448851 background

This text has white color on #448851 background.


Related colors

Complementary color

Complementary color for #hex is #BB77AE.


I love getcolorcode.com

Triadic colors

1 #514488 and #885144 with #448851 are triadic colors.

2 #518844 and #884451 with #448851 are triadic colors.