COLOR #447955

HEX: #447955
RGB: (68,121,85)

Color info

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

RGB color model

#447955 color RGB value is (68,121,85).

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

RGB channels and saturation

R 68 of 255 = 27%
G 121 of 255 = 47%
B 85 of 255 = 33%

68
121
85

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

Portions of RGB colors in percentages

R + G + B =
68 + 121 + 85 = 274 (100%)
R 68 of 274 ~ 24.82%
G 121 of 274 ~ 44.16%
B 85 of 274 ~ 31.02%

%24.82
%44.16
%31.02

CMYK color model

#447955 color CMYK value is (44,0,30,53).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 52.55%
CMYK:
(44,0,30,53)
C44M0Y30K53 
(44%,0%,30%,53%)
(0.44/0.00/0.30/0.53)	

CMYK percentages

%43.8
%0
%29.75
%52.55

Codes

Color #447955 in popluar color models

447955
RGB6812185
HSL139°28.04%37.06%
HSB/HSV139°43.80%47.45%
CMYK43.80%0.00%29.75%
52.55%

Color #447955 in popluar number systems.

HEX447955
Decimal6812185
Binary100010011110011010101
Octal104171125

Shades and tints

Shades of #447955

#447955
(68,121,85)
#3E6E4E
(62,110,78)
#386347
(56,99,71)
#325840
(50,88,64)
#2C4D39
(44,77,57)
#264232
(38,66,50)
#20372B
(32,55,43)
#1A2C24
(26,44,36)
#14211D
(20,33,29)
#0E1616
(14,22,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #447955

#447955
(68,121,85)
#558564
(85,133,100)
#669173
(102,145,115)
#779D82
(119,157,130)
#88A991
(136,169,145)
#99B5A0
(153,181,160)
#AAC1AF
(170,193,175)
#BBCDBE
(187,205,190)
#CCD9CD
(204,217,205)
#DDE5DC
(221,229,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447955; }

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

This text font color is #447955.


Background Color

.myBgColor { background-color: #447955; }

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

This div background color is #447955.


Border color

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

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

This div border color is #447955.


Opacity

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

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

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

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

This text has shadow with #447955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447955 on black background.


Color preview on white background

This text has color #447955 on white background.



Black color preview on #447955 background

This text has black color on #447955 background.


White color preview on #447955 background

This text has white color on #447955 background.