COLOR #446625

HEX: #446625
RGB: (68,102,37)

Color info

#446625 contains mainly red and green colors. Web safe color of #446625 is #336633 (or #363).

RGB color model

#446625 color RGB value is (68,102,37).

  • red value is 68;
  • green value is 102;
  • blue value is 37.
RGB:
(68,102,37)
(27%,40%,15%)

RGB channels and saturation

R 68 of 255 = 27%
G 102 of 255 = 40%
B 37 of 255 = 15%

68
102
37

R + G + B ~ 27%. #446625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 102 + 37 = 207 (100%)
R 68 of 207 ~ 32.85%
G 102 of 207 ~ 49.28%
B 37 of 207 ~ 17.87%

%32.85
%49.28
%17.87

CMYK color model

#446625 color CMYK value is (33,0,64,60).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(33,0,64,60)
C33M0Y64K60 
(33%,0%,64%,60%)
(0.33/0.00/0.64/0.60)	

CMYK percentages

%33.33
%0
%63.73
%60

Codes

Color #446625 in popluar color models

446625
RGB6810237
HSL91°46.76%27.25%
HSB/HSV91°63.73%40.00%
CMYK33.33%0.00%63.73%
60.00%

Color #446625 in popluar number systems.

HEX446625
Decimal6810237
Binary10001001100110100101
Octal10414645

Shades and tints

Shades of #446625

#446625
(68,102,37)
#3E5D22
(62,93,34)
#38541F
(56,84,31)
#324B1C
(50,75,28)
#2C4219
(44,66,25)
#263916
(38,57,22)
#203013
(32,48,19)
#1A2710
(26,39,16)
#141E0D
(20,30,13)
#0E150A
(14,21,10)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #446625

#446625
(68,102,37)
#557338
(85,115,56)
#66804B
(102,128,75)
#778D5E
(119,141,94)
#889A71
(136,154,113)
#99A784
(153,167,132)
#AAB497
(170,180,151)
#BBC1AA
(187,193,170)
#CCCEBD
(204,206,189)
#DDDBD0
(221,219,208)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446625 color. Also use rgb(68,102,37) instead hex code.

Text Font Color

.myTextColor { color: #446625; }

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

This text font color is #446625.


Background Color

.myBgColor { background-color: #446625; }

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

This div background color is #446625.


Border color

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

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

This div border color is #446625.


Opacity

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

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

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

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

This text has shadow with #446625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446625 on black background.


Color preview on white background

This text has color #446625 on white background.



Black color preview on #446625 background

This text has black color on #446625 background.


White color preview on #446625 background

This text has white color on #446625 background.