COLOR #446232

HEX: #446232
RGB: (68,98,50)

Color info

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

RGB color model

#446232 color RGB value is (68,98,50).

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

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 50 of 255 = 20%

68
98
50

R + G + B ~ 28%. #446232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 50 = 216 (100%)
R 68 of 216 ~ 31.48%
G 98 of 216 ~ 45.37%
B 50 of 216 ~ 23.15%

%31.48
%45.37
%23.15

CMYK color model

#446232 color CMYK value is (31,0,49,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 61.57%
CMYK:
(31,0,49,62)
C31M0Y49K62 
(31%,0%,49%,62%)
(0.31/0.00/0.49/0.62)	

CMYK percentages

%30.61
%0
%48.98
%61.57

Codes

Color #446232 in popluar color models

446232
RGB689850
HSL98°32.43%29.02%
HSB/HSV98°48.98%38.43%
CMYK30.61%0.00%48.98%
61.57%

Color #446232 in popluar number systems.

HEX446232
Decimal689850
Binary10001001100010110010
Octal10414262

Shades and tints

Shades of #446232

#446232
(68,98,50)
#3E5A2E
(62,90,46)
#38522A
(56,82,42)
#324A26
(50,74,38)
#2C4222
(44,66,34)
#263A1E
(38,58,30)
#20321A
(32,50,26)
#1A2A16
(26,42,22)
#142212
(20,34,18)
#0E1A0E
(14,26,14)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #446232

#446232
(68,98,50)
#557044
(85,112,68)
#667E56
(102,126,86)
#778C68
(119,140,104)
#889A7A
(136,154,122)
#99A88C
(153,168,140)
#AAB69E
(170,182,158)
#BBC4B0
(187,196,176)
#CCD2C2
(204,210,194)
#DDE0D4
(221,224,212)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446232; }

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

This text font color is #446232.


Background Color

.myBgColor { background-color: #446232; }

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

This div background color is #446232.


Border color

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

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

This div border color is #446232.


Opacity

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

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

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

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

This text has shadow with #446232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446232 on black background.


Color preview on white background

This text has color #446232 on white background.



Black color preview on #446232 background

This text has black color on #446232 background.


White color preview on #446232 background

This text has white color on #446232 background.