COLOR #446532

HEX: #446532
RGB: (68,101,50)

Color info

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

RGB color model

#446532 color RGB value is (68,101,50).

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

RGB channels and saturation

R 68 of 255 = 27%
G 101 of 255 = 40%
B 50 of 255 = 20%

68
101
50

R + G + B ~ 29%. #446532 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 101 + 50 = 219 (100%)
R 68 of 219 ~ 31.05%
G 101 of 219 ~ 46.12%
B 50 of 219 ~ 22.83%

%31.05
%46.12
%22.83

CMYK color model

#446532 color CMYK value is (33,0,50,60).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 50.50%
  • key color value is 60.39%
CMYK:
(33,0,50,60)
C33M0Y50K60 
(33%,0%,50%,60%)
(0.33/0.00/0.50/0.60)	

CMYK percentages

%32.67
%0
%50.5
%60.39

Codes

Color #446532 in popluar color models

446532
RGB6810150
HSL99°33.77%29.61%
HSB/HSV99°50.50%39.61%
CMYK32.67%0.00%50.50%
60.39%

Color #446532 in popluar number systems.

HEX446532
Decimal6810150
Binary10001001100101110010
Octal10414562

Shades and tints

Shades of #446532

#446532
(68,101,50)
#3E5C2E
(62,92,46)
#38532A
(56,83,42)
#324A26
(50,74,38)
#2C4122
(44,65,34)
#26381E
(38,56,30)
#202F1A
(32,47,26)
#1A2616
(26,38,22)
#141D12
(20,29,18)
#0E140E
(14,20,14)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #446532

#446532
(68,101,50)
#557344
(85,115,68)
#668156
(102,129,86)
#778F68
(119,143,104)
#889D7A
(136,157,122)
#99AB8C
(153,171,140)
#AAB99E
(170,185,158)
#BBC7B0
(187,199,176)
#CCD5C2
(204,213,194)
#DDE3D4
(221,227,212)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446532; }

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

This text font color is #446532.


Background Color

.myBgColor { background-color: #446532; }

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

This div background color is #446532.


Border color

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

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

This div border color is #446532.


Opacity

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

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

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

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

This text has shadow with #446532 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446532 on black background.


Color preview on white background

This text has color #446532 on white background.



Black color preview on #446532 background

This text has black color on #446532 background.


White color preview on #446532 background

This text has white color on #446532 background.