COLOR #446546

HEX: #446546
RGB: (68,101,70)

Color info

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

RGB color model

#446546 color RGB value is (68,101,70).

  • red value is 68;
  • green value is 101;
  • blue value is 70.
RGB:
(68,101,70)
(27%,40%,27%)

RGB channels and saturation

R 68 of 255 = 27%
G 101 of 255 = 40%
B 70 of 255 = 27%

68
101
70

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

Portions of RGB colors in percentages

R + G + B =
68 + 101 + 70 = 239 (100%)
R 68 of 239 ~ 28.45%
G 101 of 239 ~ 42.26%
B 70 of 239 ~ 29.29%

%28.45
%42.26
%29.29

CMYK color model

#446546 color CMYK value is (33,0,31,60).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 60.39%
CMYK:
(33,0,31,60)
C33M0Y31K60 
(33%,0%,31%,60%)
(0.33/0.00/0.31/0.60)	

CMYK percentages

%32.67
%0
%30.69
%60.39

Codes

Color #446546 in popluar color models

446546
RGB6810170
HSL124°19.53%33.14%
HSB/HSV124°32.67%39.61%
CMYK32.67%0.00%30.69%
60.39%

Color #446546 in popluar number systems.

HEX446546
Decimal6810170
Binary100010011001011000110
Octal104145106

Shades and tints

Shades of #446546

#446546
(68,101,70)
#3E5C40
(62,92,64)
#38533A
(56,83,58)
#324A34
(50,74,52)
#2C412E
(44,65,46)
#263828
(38,56,40)
#202F22
(32,47,34)
#1A261C
(26,38,28)
#141D16
(20,29,22)
#0E1410
(14,20,16)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #446546

#446546
(68,101,70)
#557356
(85,115,86)
#668166
(102,129,102)
#778F76
(119,143,118)
#889D86
(136,157,134)
#99AB96
(153,171,150)
#AAB9A6
(170,185,166)
#BBC7B6
(187,199,182)
#CCD5C6
(204,213,198)
#DDE3D6
(221,227,214)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446546 color. Also use rgb(68,101,70) instead hex code.

Text Font Color

.myTextColor { color: #446546; }

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

This text font color is #446546.


Background Color

.myBgColor { background-color: #446546; }

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

This div background color is #446546.


Border color

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

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

This div border color is #446546.


Opacity

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

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

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

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

This text has shadow with #446546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446546 on black background.


Color preview on white background

This text has color #446546 on white background.



Black color preview on #446546 background

This text has black color on #446546 background.


White color preview on #446546 background

This text has white color on #446546 background.