COLOR #447D4C

HEX: #447D4C
RGB: (68,125,76)

Color info

#447D4C contains red, green and blue colors in about the same proportion. Web safe color of #447D4C is #336633 (or #363).

RGB color model

#447D4C color RGB value is (68,125,76).

  • red value is 68;
  • green value is 125;
  • blue value is 76.
RGB:
(68,125,76)
(27%,49%,30%)

RGB channels and saturation

R 68 of 255 = 27%
G 125 of 255 = 49%
B 76 of 255 = 30%

68
125
76

R + G + B ~ 35%. #447D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 125 + 76 = 269 (100%)
R 68 of 269 ~ 25.28%
G 125 of 269 ~ 46.47%
B 76 of 269 ~ 28.25%

%25.28
%46.47
%28.25

CMYK color model

#447D4C color CMYK value is (46,0,39,51).

  • cyan value is 45.60%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(46,0,39,51)
C46M0Y39K51 
(46%,0%,39%,51%)
(0.46/0.00/0.39/0.51)	

CMYK percentages

%45.6
%0
%39.2
%50.98

Codes

Color #447D4C in popluar color models

447D4C
RGB6812576
HSL128°29.53%37.84%
HSB/HSV128°45.60%49.02%
CMYK45.60%0.00%39.20%
50.98%

Color #447D4C in popluar number systems.

HEX447D4C
Decimal6812576
Binary100010011111011001100
Octal104175114

Shades and tints

Shades of #447D4C

#447D4C
(68,125,76)
#3E7246
(62,114,70)
#386740
(56,103,64)
#325C3A
(50,92,58)
#2C5134
(44,81,52)
#26462E
(38,70,46)
#203B28
(32,59,40)
#1A3022
(26,48,34)
#14251C
(20,37,28)
#0E1A16
(14,26,22)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #447D4C

#447D4C
(68,125,76)
#55885C
(85,136,92)
#66936C
(102,147,108)
#779E7C
(119,158,124)
#88A98C
(136,169,140)
#99B49C
(153,180,156)
#AABFAC
(170,191,172)
#BBCABC
(187,202,188)
#CCD5CC
(204,213,204)
#DDE0DC
(221,224,220)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447D4C color. Also use rgb(68,125,76) instead hex code.

Text Font Color

.myTextColor { color: #447D4C; }

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

This text font color is #447D4C.


Background Color

.myBgColor { background-color: #447D4C; }

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

This div background color is #447D4C.


Border color

.myBorderColor { border: 1px solid #447D4C; }

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

This div border color is #447D4C.


Opacity

.myOpacity80 { color: #447D4C; opacity: 0.8; }

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

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

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

This text has shadow with #447D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447D4C on black background.


Color preview on white background

This text has color #447D4C on white background.



Black color preview on #447D4C background

This text has black color on #447D4C background.


White color preview on #447D4C background

This text has white color on #447D4C background.