COLOR #446819

HEX: #446819
RGB: (68,104,25)

Color info

#446819 contains mainly red and green colors. Web safe color of #446819 is #336600 (or #360).

RGB color model

#446819 color RGB value is (68,104,25).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 25 of 255 = 10%

68
104
25

R + G + B ~ 26%. #446819 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 25 = 197 (100%)
R 68 of 197 ~ 34.52%
G 104 of 197 ~ 52.79%
B 25 of 197 ~ 12.69%

%34.52
%52.79
%12.69

CMYK color model

#446819 color CMYK value is (35,0,76,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(35,0,76,59)
C35M0Y76K59 
(35%,0%,76%,59%)
(0.35/0.00/0.76/0.59)	

CMYK percentages

%34.62
%0
%75.96
%59.22

Codes

Color #446819 in popluar color models

446819
RGB6810425
HSL87°61.24%25.29%
HSB/HSV87°75.96%40.78%
CMYK34.62%0.00%75.96%
59.22%

Color #446819 in popluar number systems.

HEX446819
Decimal6810425
Binary1000100110100011001
Octal10415031

Shades and tints

Shades of #446819

#446819
(68,104,25)
#3E5F17
(62,95,23)
#385615
(56,86,21)
#324D13
(50,77,19)
#2C4411
(44,68,17)
#263B0F
(38,59,15)
#20320D
(32,50,13)
#1A290B
(26,41,11)
#142009
(20,32,9)
#0E1707
(14,23,7)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #446819

#446819
(68,104,25)
#55752D
(85,117,45)
#668241
(102,130,65)
#778F55
(119,143,85)
#889C69
(136,156,105)
#99A97D
(153,169,125)
#AAB691
(170,182,145)
#BBC3A5
(187,195,165)
#CCD0B9
(204,208,185)
#DDDDCD
(221,221,205)
#EEEAE1
(238,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446819; }

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

This text font color is #446819.


Background Color

.myBgColor { background-color: #446819; }

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

This div background color is #446819.


Border color

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

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

This div border color is #446819.


Opacity

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

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

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

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

This text has shadow with #446819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446819 on black background.


Color preview on white background

This text has color #446819 on white background.



Black color preview on #446819 background

This text has black color on #446819 background.


White color preview on #446819 background

This text has white color on #446819 background.