COLOR #446247

HEX: #446247
RGB: (68,98,71)

Color info

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

RGB color model

#446247 color RGB value is (68,98,71).

  • red value is 68;
  • green value is 98;
  • blue value is 71.
RGB:
(68,98,71)
(27%,38%,28%)

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 71 of 255 = 28%

68
98
71

R + G + B ~ 31%. #446247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 71 = 237 (100%)
R 68 of 237 ~ 28.69%
G 98 of 237 ~ 41.35%
B 71 of 237 ~ 29.96%

%28.69
%41.35
%29.96

CMYK color model

#446247 color CMYK value is (31,0,28,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 27.55%
  • key color value is 61.57%
CMYK:
(31,0,28,62)
C31M0Y28K62 
(31%,0%,28%,62%)
(0.31/0.00/0.28/0.62)	

CMYK percentages

%30.61
%0
%27.55
%61.57

Codes

Color #446247 in popluar color models

446247
RGB689871
HSL126°18.07%32.55%
HSB/HSV126°30.61%38.43%
CMYK30.61%0.00%27.55%
61.57%

Color #446247 in popluar number systems.

HEX446247
Decimal689871
Binary100010011000101000111
Octal104142107

Shades and tints

Shades of #446247

#446247
(68,98,71)
#3E5A41
(62,90,65)
#38523B
(56,82,59)
#324A35
(50,74,53)
#2C422F
(44,66,47)
#263A29
(38,58,41)
#203223
(32,50,35)
#1A2A1D
(26,42,29)
#142217
(20,34,23)
#0E1A11
(14,26,17)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #446247

#446247
(68,98,71)
#557057
(85,112,87)
#667E67
(102,126,103)
#778C77
(119,140,119)
#889A87
(136,154,135)
#99A897
(153,168,151)
#AAB6A7
(170,182,167)
#BBC4B7
(187,196,183)
#CCD2C7
(204,210,199)
#DDE0D7
(221,224,215)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446247 color. Also use rgb(68,98,71) instead hex code.

Text Font Color

.myTextColor { color: #446247; }

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

This text font color is #446247.


Background Color

.myBgColor { background-color: #446247; }

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

This div background color is #446247.


Border color

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

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

This div border color is #446247.


Opacity

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

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

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

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

This text has shadow with #446247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446247 on black background.


Color preview on white background

This text has color #446247 on white background.



Black color preview on #446247 background

This text has black color on #446247 background.


White color preview on #446247 background

This text has white color on #446247 background.