COLOR #446C5F

HEX: #446C5F
RGB: (68,108,95)

Color info

#446C5F contains red, green and blue colors in about the same proportion. Web safe color of #446C5F is #336666 (or #366).

RGB color model

#446C5F color RGB value is (68,108,95).

  • red value is 68;
  • green value is 108;
  • blue value is 95.
RGB:
(68,108,95)
(27%,42%,37%)

RGB channels and saturation

R 68 of 255 = 27%
G 108 of 255 = 42%
B 95 of 255 = 37%

68
108
95

R + G + B ~ 35%. #446C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 108 + 95 = 271 (100%)
R 68 of 271 ~ 25.09%
G 108 of 271 ~ 39.85%
B 95 of 271 ~ 35.06%

%25.09
%39.85
%35.06

CMYK color model

#446C5F color CMYK value is (37,0,12,58).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(37,0,12,58)
C37M0Y12K58 
(37%,0%,12%,58%)
(0.37/0.00/0.12/0.58)	

CMYK percentages

%37.04
%0
%12.04
%57.65

Codes

Color #446C5F in popluar color models

446C5F
RGB6810895
HSL161°22.73%34.51%
HSB/HSV161°37.04%42.35%
CMYK37.04%0.00%12.04%
57.65%

Color #446C5F in popluar number systems.

HEX446C5F
Decimal6810895
Binary100010011011001011111
Octal104154137

Shades and tints

Shades of #446C5F

#446C5F
(68,108,95)
#3E6357
(62,99,87)
#385A4F
(56,90,79)
#325147
(50,81,71)
#2C483F
(44,72,63)
#263F37
(38,63,55)
#20362F
(32,54,47)
#1A2D27
(26,45,39)
#14241F
(20,36,31)
#0E1B17
(14,27,23)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #446C5F

#446C5F
(68,108,95)
#55796D
(85,121,109)
#66867B
(102,134,123)
#779389
(119,147,137)
#88A097
(136,160,151)
#99ADA5
(153,173,165)
#AABAB3
(170,186,179)
#BBC7C1
(187,199,193)
#CCD4CF
(204,212,207)
#DDE1DD
(221,225,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446C5F color. Also use rgb(68,108,95) instead hex code.

Text Font Color

.myTextColor { color: #446C5F; }

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

This text font color is #446C5F.


Background Color

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

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

This div background color is #446C5F.


Border color

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

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

This div border color is #446C5F.


Opacity

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

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

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

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

This text has shadow with #446C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446C5F on black background.


Color preview on white background

This text has color #446C5F on white background.



Black color preview on #446C5F background

This text has black color on #446C5F background.


White color preview on #446C5F background

This text has white color on #446C5F background.