COLOR #447957

HEX: #447957
RGB: (68,121,87)

Color info

#447957 contains red, green and blue colors in about the same proportion. Web safe color of #447957 is #336666 (or #366).

RGB color model

#447957 color RGB value is (68,121,87).

  • red value is 68;
  • green value is 121;
  • blue value is 87.
RGB:
(68,121,87)
(27%,47%,34%)

RGB channels and saturation

R 68 of 255 = 27%
G 121 of 255 = 47%
B 87 of 255 = 34%

68
121
87

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

Portions of RGB colors in percentages

R + G + B =
68 + 121 + 87 = 276 (100%)
R 68 of 276 ~ 24.64%
G 121 of 276 ~ 43.84%
B 87 of 276 ~ 31.52%

%24.64
%43.84
%31.52

CMYK color model

#447957 color CMYK value is (44,0,28,53).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(44,0,28,53)
C44M0Y28K53 
(44%,0%,28%,53%)
(0.44/0.00/0.28/0.53)	

CMYK percentages

%43.8
%0
%28.1
%52.55

Codes

Color #447957 in popluar color models

447957
RGB6812187
HSL142°28.04%37.06%
HSB/HSV142°43.80%47.45%
CMYK43.80%0.00%28.10%
52.55%

Color #447957 in popluar number systems.

HEX447957
Decimal6812187
Binary100010011110011010111
Octal104171127

Shades and tints

Shades of #447957

#447957
(68,121,87)
#3E6E50
(62,110,80)
#386349
(56,99,73)
#325842
(50,88,66)
#2C4D3B
(44,77,59)
#264234
(38,66,52)
#20372D
(32,55,45)
#1A2C26
(26,44,38)
#14211F
(20,33,31)
#0E1618
(14,22,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #447957

#447957
(68,121,87)
#558566
(85,133,102)
#669175
(102,145,117)
#779D84
(119,157,132)
#88A993
(136,169,147)
#99B5A2
(153,181,162)
#AAC1B1
(170,193,177)
#BBCDC0
(187,205,192)
#CCD9CF
(204,217,207)
#DDE5DE
(221,229,222)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447957 color. Also use rgb(68,121,87) instead hex code.

Text Font Color

.myTextColor { color: #447957; }

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

This text font color is #447957.


Background Color

.myBgColor { background-color: #447957; }

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

This div background color is #447957.


Border color

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

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

This div border color is #447957.


Opacity

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

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

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

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

This text has shadow with #447957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447957 on black background.


Color preview on white background

This text has color #447957 on white background.



Black color preview on #447957 background

This text has black color on #447957 background.


White color preview on #447957 background

This text has white color on #447957 background.