COLOR #447342

HEX: #447342
RGB: (68,115,66)

Color info

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

RGB color model

#447342 color RGB value is (68,115,66).

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

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 66 of 255 = 26%

68
115
66

R + G + B ~ 33%. #447342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 66 = 249 (100%)
R 68 of 249 ~ 27.31%
G 115 of 249 ~ 46.18%
B 66 of 249 ~ 26.51%

%27.31
%46.18
%26.51

CMYK color model

#447342 color CMYK value is (41,0,43,55).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 54.90%
CMYK:
(41,0,43,55)
C41M0Y43K55 
(41%,0%,43%,55%)
(0.41/0.00/0.43/0.55)	

CMYK percentages

%40.87
%0
%42.61
%54.9

Codes

Color #447342 in popluar color models

447342
RGB6811566
HSL118°27.07%35.49%
HSB/HSV118°42.61%45.10%
CMYK40.87%0.00%42.61%
54.90%

Color #447342 in popluar number systems.

HEX447342
Decimal6811566
Binary100010011100111000010
Octal104163102

Shades and tints

Shades of #447342

#447342
(68,115,66)
#3E693C
(62,105,60)
#385F36
(56,95,54)
#325530
(50,85,48)
#2C4B2A
(44,75,42)
#264124
(38,65,36)
#20371E
(32,55,30)
#1A2D18
(26,45,24)
#142312
(20,35,18)
#0E190C
(14,25,12)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #447342

#447342
(68,115,66)
#557F53
(85,127,83)
#668B64
(102,139,100)
#779775
(119,151,117)
#88A386
(136,163,134)
#99AF97
(153,175,151)
#AABBA8
(170,187,168)
#BBC7B9
(187,199,185)
#CCD3CA
(204,211,202)
#DDDFDB
(221,223,219)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447342; }

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

This text font color is #447342.


Background Color

.myBgColor { background-color: #447342; }

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

This div background color is #447342.


Border color

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

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

This div border color is #447342.


Opacity

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

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

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

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

This text has shadow with #447342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447342 on black background.


Color preview on white background

This text has color #447342 on white background.



Black color preview on #447342 background

This text has black color on #447342 background.


White color preview on #447342 background

This text has white color on #447342 background.