COLOR #446142

HEX: #446142
RGB: (68,97,66)

Color info

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

RGB color model

#446142 color RGB value is (68,97,66).

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

RGB channels and saturation

R 68 of 255 = 27%
G 97 of 255 = 38%
B 66 of 255 = 26%

68
97
66

R + G + B ~ 30%. #446142 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 97 + 66 = 231 (100%)
R 68 of 231 ~ 29.44%
G 97 of 231 ~ 41.99%
B 66 of 231 ~ 28.57%

%29.44
%41.99
%28.57

CMYK color model

#446142 color CMYK value is (30,0,32,62).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 61.96%
CMYK:
(30,0,32,62)
C30M0Y32K62 
(30%,0%,32%,62%)
(0.30/0.00/0.32/0.62)	

CMYK percentages

%29.9
%0
%31.96
%61.96

Codes

Color #446142 in popluar color models

446142
RGB689766
HSL116°19.02%31.96%
HSB/HSV116°31.96%38.04%
CMYK29.90%0.00%31.96%
61.96%

Color #446142 in popluar number systems.

HEX446142
Decimal689766
Binary100010011000011000010
Octal104141102

Shades and tints

Shades of #446142

#446142
(68,97,66)
#3E593C
(62,89,60)
#385136
(56,81,54)
#324930
(50,73,48)
#2C412A
(44,65,42)
#263924
(38,57,36)
#20311E
(32,49,30)
#1A2918
(26,41,24)
#142112
(20,33,18)
#0E190C
(14,25,12)
#081106
(8,17,6)
#000000
(0,0,0)

Tints of #446142

#446142
(68,97,66)
#556F53
(85,111,83)
#667D64
(102,125,100)
#778B75
(119,139,117)
#889986
(136,153,134)
#99A797
(153,167,151)
#AAB5A8
(170,181,168)
#BBC3B9
(187,195,185)
#CCD1CA
(204,209,202)
#DDDFDB
(221,223,219)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446142; }

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

This text font color is #446142.


Background Color

.myBgColor { background-color: #446142; }

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

This div background color is #446142.


Border color

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

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

This div border color is #446142.


Opacity

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

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

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

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

This text has shadow with #446142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446142 on black background.


Color preview on white background

This text has color #446142 on white background.



Black color preview on #446142 background

This text has black color on #446142 background.


White color preview on #446142 background

This text has white color on #446142 background.