COLOR #448447

HEX: #448447
RGB: (68,132,71)

Color info

#448447 contains mainly green color. Web safe color of #448447 is #339933 (or #393).

RGB color model

#448447 color RGB value is (68,132,71).

  • red value is 68;
  • green value is 132;
  • blue value is 71.
RGB:
(68,132,71)
(27%,52%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 132 of 255 = 52%
B 71 of 255 = 28%

68
132
71

R + G + B ~ 36%. #448447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 132 + 71 = 271 (100%)
R 68 of 271 ~ 25.09%
G 132 of 271 ~ 48.71%
B 71 of 271 ~ 26.2%

%25.09
%48.71
%26.2

CMYK color model

#448447 color CMYK value is (48,0,46,48).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 46.21%
  • key color value is 48.24%
CMYK:
(48,0,46,48)
C48M0Y46K48 
(48%,0%,46%,48%)
(0.48/0.00/0.46/0.48)	

CMYK percentages

%48.48
%0
%46.21
%48.24

Codes

Color #448447 in popluar color models

448447
RGB6813271
HSL123°32.00%39.22%
HSB/HSV123°48.48%51.76%
CMYK48.48%0.00%46.21%
48.24%

Color #448447 in popluar number systems.

HEX448447
Decimal6813271
Binary1000100100001001000111
Octal104204107

Shades and tints

Shades of #448447

#448447
(68,132,71)
#3E7841
(62,120,65)
#386C3B
(56,108,59)
#326035
(50,96,53)
#2C542F
(44,84,47)
#264829
(38,72,41)
#203C23
(32,60,35)
#1A301D
(26,48,29)
#142417
(20,36,23)
#0E1811
(14,24,17)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #448447

#448447
(68,132,71)
#558F57
(85,143,87)
#669A67
(102,154,103)
#77A577
(119,165,119)
#88B087
(136,176,135)
#99BB97
(153,187,151)
#AAC6A7
(170,198,167)
#BBD1B7
(187,209,183)
#CCDCC7
(204,220,199)
#DDE7D7
(221,231,215)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #448447 color. Also use rgb(68,132,71) instead hex code.

Text Font Color

.myTextColor { color: #448447; }

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

This text font color is #448447.


Background Color

.myBgColor { background-color: #448447; }

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

This div background color is #448447.


Border color

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

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

This div border color is #448447.


Opacity

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

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

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

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

This text has shadow with #448447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #448447 on black background.


Color preview on white background

This text has color #448447 on white background.



Black color preview on #448447 background

This text has black color on #448447 background.


White color preview on #448447 background

This text has white color on #448447 background.