COLOR #446E4C

HEX: #446E4C
RGB: (68,110,76)

Color info

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

RGB color model

#446E4C color RGB value is (68,110,76).

  • red value is 68;
  • green value is 110;
  • blue value is 76.
RGB:
(68,110,76)
(27%,43%,30%)

RGB channels and saturation

R 68 of 255 = 27%
G 110 of 255 = 43%
B 76 of 255 = 30%

68
110
76

R + G + B ~ 33%. #446E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 110 + 76 = 254 (100%)
R 68 of 254 ~ 26.77%
G 110 of 254 ~ 43.31%
B 76 of 254 ~ 29.92%

%26.77
%43.31
%29.92

CMYK color model

#446E4C color CMYK value is (38,0,31,57).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(38,0,31,57)
C38M0Y31K57 
(38%,0%,31%,57%)
(0.38/0.00/0.31/0.57)	

CMYK percentages

%38.18
%0
%30.91
%56.86

Codes

Color #446E4C in popluar color models

446E4C
RGB6811076
HSL131°23.60%34.90%
HSB/HSV131°38.18%43.14%
CMYK38.18%0.00%30.91%
56.86%

Color #446E4C in popluar number systems.

HEX446E4C
Decimal6811076
Binary100010011011101001100
Octal104156114

Shades and tints

Shades of #446E4C

#446E4C
(68,110,76)
#3E6446
(62,100,70)
#385A40
(56,90,64)
#32503A
(50,80,58)
#2C4634
(44,70,52)
#263C2E
(38,60,46)
#203228
(32,50,40)
#1A2822
(26,40,34)
#141E1C
(20,30,28)
#0E1416
(14,20,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #446E4C

#446E4C
(68,110,76)
#557B5C
(85,123,92)
#66886C
(102,136,108)
#77957C
(119,149,124)
#88A28C
(136,162,140)
#99AF9C
(153,175,156)
#AABCAC
(170,188,172)
#BBC9BC
(187,201,188)
#CCD6CC
(204,214,204)
#DDE3DC
(221,227,220)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446E4C color. Also use rgb(68,110,76) instead hex code.

Text Font Color

.myTextColor { color: #446E4C; }

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

This text font color is #446E4C.


Background Color

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

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

This div background color is #446E4C.


Border color

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

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

This div border color is #446E4C.


Opacity

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

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

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

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

This text has shadow with #446E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446E4C on black background.


Color preview on white background

This text has color #446E4C on white background.



Black color preview on #446E4C background

This text has black color on #446E4C background.


White color preview on #446E4C background

This text has white color on #446E4C background.