COLOR #446541

HEX: #446541
RGB: (68,101,65)

Color info

#446541 contains red, green and blue colors in about the same proportion. Web safe color of #446541 is #336633 (or #363).

RGB color model

#446541 color RGB value is (68,101,65).

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

RGB channels and saturation

R 68 of 255 = 27%
G 101 of 255 = 40%
B 65 of 255 = 25%

68
101
65

R + G + B ~ 31%. #446541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 101 + 65 = 234 (100%)
R 68 of 234 ~ 29.06%
G 101 of 234 ~ 43.16%
B 65 of 234 ~ 27.78%

%29.06
%43.16
%27.78

CMYK color model

#446541 color CMYK value is (33,0,36,60).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 35.64%
  • key color value is 60.39%
CMYK:
(33,0,36,60)
C33M0Y36K60 
(33%,0%,36%,60%)
(0.33/0.00/0.36/0.60)	

CMYK percentages

%32.67
%0
%35.64
%60.39

Codes

Color #446541 in popluar color models

446541
RGB6810165
HSL115°21.69%32.55%
HSB/HSV115°35.64%39.61%
CMYK32.67%0.00%35.64%
60.39%

Color #446541 in popluar number systems.

HEX446541
Decimal6810165
Binary100010011001011000001
Octal104145101

Shades and tints

Shades of #446541

#446541
(68,101,65)
#3E5C3C
(62,92,60)
#385337
(56,83,55)
#324A32
(50,74,50)
#2C412D
(44,65,45)
#263828
(38,56,40)
#202F23
(32,47,35)
#1A261E
(26,38,30)
#141D19
(20,29,25)
#0E1414
(14,20,20)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #446541

#446541
(68,101,65)
#557352
(85,115,82)
#668163
(102,129,99)
#778F74
(119,143,116)
#889D85
(136,157,133)
#99AB96
(153,171,150)
#AAB9A7
(170,185,167)
#BBC7B8
(187,199,184)
#CCD5C9
(204,213,201)
#DDE3DA
(221,227,218)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446541; }

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

This text font color is #446541.


Background Color

.myBgColor { background-color: #446541; }

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

This div background color is #446541.


Border color

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

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

This div border color is #446541.


Opacity

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

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

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

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

This text has shadow with #446541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446541 on black background.


Color preview on white background

This text has color #446541 on white background.



Black color preview on #446541 background

This text has black color on #446541 background.


White color preview on #446541 background

This text has white color on #446541 background.