COLOR #446512

HEX: #446512
RGB: (68,101,18)

Color info

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

RGB color model

#446512 color RGB value is (68,101,18).

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

RGB channels and saturation

R 68 of 255 = 27%
G 101 of 255 = 40%
B 18 of 255 = 7%

68
101
18

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

Portions of RGB colors in percentages

R + G + B =
68 + 101 + 18 = 187 (100%)
R 68 of 187 ~ 36.36%
G 101 of 187 ~ 54.01%
B 18 of 187 ~ 9.63%

%36.36
%54.01
%9.63

CMYK color model

#446512 color CMYK value is (33,0,82,60).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 82.18%
  • key color value is 60.39%
CMYK:
(33,0,82,60)
C33M0Y82K60 
(33%,0%,82%,60%)
(0.33/0.00/0.82/0.60)	

CMYK percentages

%32.67
%0
%82.18
%60.39

Codes

Color #446512 in popluar color models

446512
RGB6810118
HSL84°69.75%23.33%
HSB/HSV84°82.18%39.61%
CMYK32.67%0.00%82.18%
60.39%

Color #446512 in popluar number systems.

HEX446512
Decimal6810118
Binary1000100110010110010
Octal10414522

Shades and tints

Shades of #446512

#446512
(68,101,18)
#3E5C11
(62,92,17)
#385310
(56,83,16)
#324A0F
(50,74,15)
#2C410E
(44,65,14)
#26380D
(38,56,13)
#202F0C
(32,47,12)
#1A260B
(26,38,11)
#141D0A
(20,29,10)
#0E1409
(14,20,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #446512

#446512
(68,101,18)
#557327
(85,115,39)
#66813C
(102,129,60)
#778F51
(119,143,81)
#889D66
(136,157,102)
#99AB7B
(153,171,123)
#AAB990
(170,185,144)
#BBC7A5
(187,199,165)
#CCD5BA
(204,213,186)
#DDE3CF
(221,227,207)
#EEF1E4
(238,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446512; }

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

This text font color is #446512.


Background Color

.myBgColor { background-color: #446512; }

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

This div background color is #446512.


Border color

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

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

This div border color is #446512.


Opacity

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

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

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

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

This text has shadow with #446512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446512 on black background.


Color preview on white background

This text has color #446512 on white background.



Black color preview on #446512 background

This text has black color on #446512 background.


White color preview on #446512 background

This text has white color on #446512 background.