COLOR #446D18

HEX: #446D18
RGB: (68,109,24)

Color info

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

RGB color model

#446D18 color RGB value is (68,109,24).

  • red value is 68;
  • green value is 109;
  • blue value is 24.
RGB:
(68,109,24)
(27%,43%,9%)

RGB channels and saturation

R 68 of 255 = 27%
G 109 of 255 = 43%
B 24 of 255 = 9%

68
109
24

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

Portions of RGB colors in percentages

R + G + B =
68 + 109 + 24 = 201 (100%)
R 68 of 201 ~ 33.83%
G 109 of 201 ~ 54.23%
B 24 of 201 ~ 11.94%

%33.83
%54.23
%11.94

CMYK color model

#446D18 color CMYK value is (38,0,78,57).

  • cyan value is 37.61%
  • magenta value is 0.00%
  • yellow value is 77.98%
  • key color value is 57.25%
CMYK:
(38,0,78,57)
C38M0Y78K57 
(38%,0%,78%,57%)
(0.38/0.00/0.78/0.57)	

CMYK percentages

%37.61
%0
%77.98
%57.25

Codes

Color #446D18 in popluar color models

446D18
RGB6810924
HSL89°63.91%26.08%
HSB/HSV89°77.98%42.75%
CMYK37.61%0.00%77.98%
57.25%

Color #446D18 in popluar number systems.

HEX446D18
Decimal6810924
Binary1000100110110111000
Octal10415530

Shades and tints

Shades of #446D18

#446D18
(68,109,24)
#3E6416
(62,100,22)
#385B14
(56,91,20)
#325212
(50,82,18)
#2C4910
(44,73,16)
#26400E
(38,64,14)
#20370C
(32,55,12)
#1A2E0A
(26,46,10)
#142508
(20,37,8)
#0E1C06
(14,28,6)
#081304
(8,19,4)
#000000
(0,0,0)

Tints of #446D18

#446D18
(68,109,24)
#557A2D
(85,122,45)
#668742
(102,135,66)
#779457
(119,148,87)
#88A16C
(136,161,108)
#99AE81
(153,174,129)
#AABB96
(170,187,150)
#BBC8AB
(187,200,171)
#CCD5C0
(204,213,192)
#DDE2D5
(221,226,213)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446D18 color. Also use rgb(68,109,24) instead hex code.

Text Font Color

.myTextColor { color: #446D18; }

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

This text font color is #446D18.


Background Color

.myBgColor { background-color: #446D18; }

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

This div background color is #446D18.


Border color

.myBorderColor { border: 1px solid #446D18; }

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

This div border color is #446D18.


Opacity

.myOpacity80 { color: #446D18; opacity: 0.8; }

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

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

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

This text has shadow with #446D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446D18 on black background.


Color preview on white background

This text has color #446D18 on white background.



Black color preview on #446D18 background

This text has black color on #446D18 background.


White color preview on #446D18 background

This text has white color on #446D18 background.