COLOR #446823

HEX: #446823
RGB: (68,104,35)

Color info

#446823 contains mainly red and green colors. Web safe color of #446823 is #336633 (or #363).

RGB color model

#446823 color RGB value is (68,104,35).

  • red value is 68;
  • green value is 104;
  • blue value is 35.
RGB:
(68,104,35)
(27%,41%,14%)

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 35 of 255 = 14%

68
104
35

R + G + B ~ 27%. #446823 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 35 = 207 (100%)
R 68 of 207 ~ 32.85%
G 104 of 207 ~ 50.24%
B 35 of 207 ~ 16.91%

%32.85
%50.24
%16.91

CMYK color model

#446823 color CMYK value is (35,0,66,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 66.35%
  • key color value is 59.22%
CMYK:
(35,0,66,59)
C35M0Y66K59 
(35%,0%,66%,59%)
(0.35/0.00/0.66/0.59)	

CMYK percentages

%34.62
%0
%66.35
%59.22

Codes

Color #446823 in popluar color models

446823
RGB6810435
HSL91°49.64%27.25%
HSB/HSV91°66.35%40.78%
CMYK34.62%0.00%66.35%
59.22%

Color #446823 in popluar number systems.

HEX446823
Decimal6810435
Binary10001001101000100011
Octal10415043

Shades and tints

Shades of #446823

#446823
(68,104,35)
#3E5F20
(62,95,32)
#38561D
(56,86,29)
#324D1A
(50,77,26)
#2C4417
(44,68,23)
#263B14
(38,59,20)
#203211
(32,50,17)
#1A290E
(26,41,14)
#14200B
(20,32,11)
#0E1708
(14,23,8)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #446823

#446823
(68,104,35)
#557537
(85,117,55)
#66824B
(102,130,75)
#778F5F
(119,143,95)
#889C73
(136,156,115)
#99A987
(153,169,135)
#AAB69B
(170,182,155)
#BBC3AF
(187,195,175)
#CCD0C3
(204,208,195)
#DDDDD7
(221,221,215)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446823 color. Also use rgb(68,104,35) instead hex code.

Text Font Color

.myTextColor { color: #446823; }

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

This text font color is #446823.


Background Color

.myBgColor { background-color: #446823; }

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

This div background color is #446823.


Border color

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

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

This div border color is #446823.


Opacity

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

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

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

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

This text has shadow with #446823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446823 on black background.


Color preview on white background

This text has color #446823 on white background.



Black color preview on #446823 background

This text has black color on #446823 background.


White color preview on #446823 background

This text has white color on #446823 background.