COLOR #446812

HEX: #446812
RGB: (68,104,18)

Color info

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

RGB color model

#446812 color RGB value is (68,104,18).

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

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 18 of 255 = 7%

68
104
18

R + G + B ~ 25%. #446812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 18 = 190 (100%)
R 68 of 190 ~ 35.79%
G 104 of 190 ~ 54.74%
B 18 of 190 ~ 9.47%

%35.79
%54.74

CMYK color model

#446812 color CMYK value is (35,0,83,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 82.69%
  • key color value is 59.22%
CMYK:
(35,0,83,59)
C35M0Y83K59 
(35%,0%,83%,59%)
(0.35/0.00/0.83/0.59)	

CMYK percentages

%34.62
%0
%82.69
%59.22

Codes

Color #446812 in popluar color models

446812
RGB6810418
HSL85°70.49%23.92%
HSB/HSV85°82.69%40.78%
CMYK34.62%0.00%82.69%
59.22%

Color #446812 in popluar number systems.

HEX446812
Decimal6810418
Binary1000100110100010010
Octal10415022

Shades and tints

Shades of #446812

#446812
(68,104,18)
#3E5F11
(62,95,17)
#385610
(56,86,16)
#324D0F
(50,77,15)
#2C440E
(44,68,14)
#263B0D
(38,59,13)
#20320C
(32,50,12)
#1A290B
(26,41,11)
#14200A
(20,32,10)
#0E1709
(14,23,9)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #446812

#446812
(68,104,18)
#557527
(85,117,39)
#66823C
(102,130,60)
#778F51
(119,143,81)
#889C66
(136,156,102)
#99A97B
(153,169,123)
#AAB690
(170,182,144)
#BBC3A5
(187,195,165)
#CCD0BA
(204,208,186)
#DDDDCF
(221,221,207)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446812; }

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

This text font color is #446812.


Background Color

.myBgColor { background-color: #446812; }

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

This div background color is #446812.


Border color

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

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

This div border color is #446812.


Opacity

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

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

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

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

This text has shadow with #446812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446812 on black background.


Color preview on white background

This text has color #446812 on white background.



Black color preview on #446812 background

This text has black color on #446812 background.


White color preview on #446812 background

This text has white color on #446812 background.