COLOR #446241

HEX: #446241
RGB: (68,98,65)

Color info

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

RGB color model

#446241 color RGB value is (68,98,65).

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

RGB channels and saturation

R 68 of 255 = 27%
G 98 of 255 = 38%
B 65 of 255 = 25%

68
98
65

R + G + B ~ 30%. #446241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 98 + 65 = 231 (100%)
R 68 of 231 ~ 29.44%
G 98 of 231 ~ 42.42%
B 65 of 231 ~ 28.14%

%29.44
%42.42
%28.14

CMYK color model

#446241 color CMYK value is (31,0,34,62).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 33.67%
  • key color value is 61.57%
CMYK:
(31,0,34,62)
C31M0Y34K62 
(31%,0%,34%,62%)
(0.31/0.00/0.34/0.62)	

CMYK percentages

%30.61
%0
%33.67
%61.57

Codes

Color #446241 in popluar color models

446241
RGB689865
HSL115°20.25%31.96%
HSB/HSV115°33.67%38.43%
CMYK30.61%0.00%33.67%
61.57%

Color #446241 in popluar number systems.

HEX446241
Decimal689865
Binary100010011000101000001
Octal104142101

Shades and tints

Shades of #446241

#446241
(68,98,65)
#3E5A3C
(62,90,60)
#385237
(56,82,55)
#324A32
(50,74,50)
#2C422D
(44,66,45)
#263A28
(38,58,40)
#203223
(32,50,35)
#1A2A1E
(26,42,30)
#142219
(20,34,25)
#0E1A14
(14,26,20)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #446241

#446241
(68,98,65)
#557052
(85,112,82)
#667E63
(102,126,99)
#778C74
(119,140,116)
#889A85
(136,154,133)
#99A896
(153,168,150)
#AAB6A7
(170,182,167)
#BBC4B8
(187,196,184)
#CCD2C9
(204,210,201)
#DDE0DA
(221,224,218)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446241; }

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

This text font color is #446241.


Background Color

.myBgColor { background-color: #446241; }

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

This div background color is #446241.


Border color

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

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

This div border color is #446241.


Opacity

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

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

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

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

This text has shadow with #446241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446241 on black background.


Color preview on white background

This text has color #446241 on white background.



Black color preview on #446241 background

This text has black color on #446241 background.


White color preview on #446241 background

This text has white color on #446241 background.