COLOR #446B0C

HEX: #446B0C
RGB: (68,107,12)

Color info

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

RGB color model

#446B0C color RGB value is (68,107,12).

  • red value is 68;
  • green value is 107;
  • blue value is 12.
RGB:
(68,107,12)
(27%,42%,5%)

RGB channels and saturation

R 68 of 255 = 27%
G 107 of 255 = 42%
B 12 of 255 = 5%

68
107
12

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

Portions of RGB colors in percentages

R + G + B =
68 + 107 + 12 = 187 (100%)
R 68 of 187 ~ 36.36%
G 107 of 187 ~ 57.22%
B 12 of 187 ~ 6.42%

%36.36
%57.22

CMYK color model

#446B0C color CMYK value is (36,0,89,58).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 58.04%
CMYK:
(36,0,89,58)
C36M0Y89K58 
(36%,0%,89%,58%)
(0.36/0.00/0.89/0.58)	

CMYK percentages

%36.45
%0
%88.79
%58.04

Codes

Color #446B0C in popluar color models

446B0C
RGB6810712
HSL85°79.83%23.33%
HSB/HSV85°88.79%41.96%
CMYK36.45%0.00%88.79%
58.04%

Color #446B0C in popluar number systems.

HEX446B0C
Decimal6810712
Binary100010011010111100
Octal10415314

Shades and tints

Shades of #446B0C

#446B0C
(68,107,12)
#3E620B
(62,98,11)
#38590A
(56,89,10)
#325009
(50,80,9)
#2C4708
(44,71,8)
#263E07
(38,62,7)
#203506
(32,53,6)
#1A2C05
(26,44,5)
#142304
(20,35,4)
#0E1A03
(14,26,3)
#081102
(8,17,2)
#000000
(0,0,0)

Tints of #446B0C

#446B0C
(68,107,12)
#557822
(85,120,34)
#668538
(102,133,56)
#77924E
(119,146,78)
#889F64
(136,159,100)
#99AC7A
(153,172,122)
#AAB990
(170,185,144)
#BBC6A6
(187,198,166)
#CCD3BC
(204,211,188)
#DDE0D2
(221,224,210)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446B0C color. Also use rgb(68,107,12) instead hex code.

Text Font Color

.myTextColor { color: #446B0C; }

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

This text font color is #446B0C.


Background Color

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

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

This div background color is #446B0C.


Border color

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

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

This div border color is #446B0C.


Opacity

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

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

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

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

This text has shadow with #446B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446B0C on black background.


Color preview on white background

This text has color #446B0C on white background.



Black color preview on #446B0C background

This text has black color on #446B0C background.


White color preview on #446B0C background

This text has white color on #446B0C background.