COLOR #447252

HEX: #447252
RGB: (68,114,82)

Color info

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

RGB color model

#447252 color RGB value is (68,114,82).

  • red value is 68;
  • green value is 114;
  • blue value is 82.
RGB:
(68,114,82)
(27%,45%,32%)

RGB channels and saturation

R 68 of 255 = 27%
G 114 of 255 = 45%
B 82 of 255 = 32%

68
114
82

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

Portions of RGB colors in percentages

R + G + B =
68 + 114 + 82 = 264 (100%)
R 68 of 264 ~ 25.76%
G 114 of 264 ~ 43.18%
B 82 of 264 ~ 31.06%

%25.76
%43.18
%31.06

CMYK color model

#447252 color CMYK value is (40,0,28,55).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 55.29%
CMYK:
(40,0,28,55)
C40M0Y28K55 
(40%,0%,28%,55%)
(0.40/0.00/0.28/0.55)	

CMYK percentages

%40.35
%0
%28.07
%55.29

Codes

Color #447252 in popluar color models

447252
RGB6811482
HSL138°25.27%35.69%
HSB/HSV138°40.35%44.71%
CMYK40.35%0.00%28.07%
55.29%

Color #447252 in popluar number systems.

HEX447252
Decimal6811482
Binary100010011100101010010
Octal104162122

Shades and tints

Shades of #447252

#447252
(68,114,82)
#3E684B
(62,104,75)
#385E44
(56,94,68)
#32543D
(50,84,61)
#2C4A36
(44,74,54)
#26402F
(38,64,47)
#203628
(32,54,40)
#1A2C21
(26,44,33)
#14221A
(20,34,26)
#0E1813
(14,24,19)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #447252

#447252
(68,114,82)
#557E61
(85,126,97)
#668A70
(102,138,112)
#77967F
(119,150,127)
#88A28E
(136,162,142)
#99AE9D
(153,174,157)
#AABAAC
(170,186,172)
#BBC6BB
(187,198,187)
#CCD2CA
(204,210,202)
#DDDED9
(221,222,217)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #447252 color. Also use rgb(68,114,82) instead hex code.

Text Font Color

.myTextColor { color: #447252; }

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

This text font color is #447252.


Background Color

.myBgColor { background-color: #447252; }

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

This div background color is #447252.


Border color

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

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

This div border color is #447252.


Opacity

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

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

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

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

This text has shadow with #447252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447252 on black background.


Color preview on white background

This text has color #447252 on white background.



Black color preview on #447252 background

This text has black color on #447252 background.


White color preview on #447252 background

This text has white color on #447252 background.