COLOR #447350

HEX: #447350
RGB: (68,115,80)

Color info

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

RGB color model

#447350 color RGB value is (68,115,80).

  • red value is 68;
  • green value is 115;
  • blue value is 80.
RGB:
(68,115,80)
(27%,45%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 80 of 255 = 31%

68
115
80

R + G + B ~ 34%. #447350 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 80 = 263 (100%)
R 68 of 263 ~ 25.86%
G 115 of 263 ~ 43.73%
B 80 of 263 ~ 30.42%

%25.86
%43.73
%30.42

CMYK color model

#447350 color CMYK value is (41,0,30,55).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 54.90%
CMYK:
(41,0,30,55)
C41M0Y30K55 
(41%,0%,30%,55%)
(0.41/0.00/0.30/0.55)	

CMYK percentages

%40.87
%0
%30.43
%54.9

Codes

Color #447350 in popluar color models

447350
RGB6811580
HSL135°25.68%35.88%
HSB/HSV135°40.87%45.10%
CMYK40.87%0.00%30.43%
54.90%

Color #447350 in popluar number systems.

HEX447350
Decimal6811580
Binary100010011100111010000
Octal104163120

Shades and tints

Shades of #447350

#447350
(68,115,80)
#3E6949
(62,105,73)
#385F42
(56,95,66)
#32553B
(50,85,59)
#2C4B34
(44,75,52)
#26412D
(38,65,45)
#203726
(32,55,38)
#1A2D1F
(26,45,31)
#142318
(20,35,24)
#0E1911
(14,25,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #447350

#447350
(68,115,80)
#557F5F
(85,127,95)
#668B6E
(102,139,110)
#77977D
(119,151,125)
#88A38C
(136,163,140)
#99AF9B
(153,175,155)
#AABBAA
(170,187,170)
#BBC7B9
(187,199,185)
#CCD3C8
(204,211,200)
#DDDFD7
(221,223,215)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447350 color. Also use rgb(68,115,80) instead hex code.

Text Font Color

.myTextColor { color: #447350; }

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

This text font color is #447350.


Background Color

.myBgColor { background-color: #447350; }

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

This div background color is #447350.


Border color

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

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

This div border color is #447350.


Opacity

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

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

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

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

This text has shadow with #447350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447350 on black background.


Color preview on white background

This text has color #447350 on white background.



Black color preview on #447350 background

This text has black color on #447350 background.


White color preview on #447350 background

This text has white color on #447350 background.