COLOR #446C5C

HEX: #446C5C
RGB: (68,108,92)

Color info

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

RGB color model

#446C5C color RGB value is (68,108,92).

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

RGB channels and saturation

R 68 of 255 = 27%
G 108 of 255 = 42%
B 92 of 255 = 36%

68
108
92

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

Portions of RGB colors in percentages

R + G + B =
68 + 108 + 92 = 268 (100%)
R 68 of 268 ~ 25.37%
G 108 of 268 ~ 40.3%
B 92 of 268 ~ 34.33%

%25.37
%40.3
%34.33

CMYK color model

#446C5C color CMYK value is (37,0,15,58).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK:
(37,0,15,58)
C37M0Y15K58 
(37%,0%,15%,58%)
(0.37/0.00/0.15/0.58)	

CMYK percentages

%37.04
%0
%14.81
%57.65

Codes

Color #446C5C in popluar color models

446C5C
RGB6810892
HSL156°22.73%34.51%
HSB/HSV156°37.04%42.35%
CMYK37.04%0.00%14.81%
57.65%

Color #446C5C in popluar number systems.

HEX446C5C
Decimal6810892
Binary100010011011001011100
Octal104154134

Shades and tints

Shades of #446C5C

#446C5C
(68,108,92)
#3E6354
(62,99,84)
#385A4C
(56,90,76)
#325144
(50,81,68)
#2C483C
(44,72,60)
#263F34
(38,63,52)
#20362C
(32,54,44)
#1A2D24
(26,45,36)
#14241C
(20,36,28)
#0E1B14
(14,27,20)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #446C5C

#446C5C
(68,108,92)
#55796A
(85,121,106)
#668678
(102,134,120)
#779386
(119,147,134)
#88A094
(136,160,148)
#99ADA2
(153,173,162)
#AABAB0
(170,186,176)
#BBC7BE
(187,199,190)
#CCD4CC
(204,212,204)
#DDE1DA
(221,225,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446C5C; }

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

This text font color is #446C5C.


Background Color

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

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

This div background color is #446C5C.


Border color

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

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

This div border color is #446C5C.


Opacity

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

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

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

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

This text has shadow with #446C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446C5C on black background.


Color preview on white background

This text has color #446C5C on white background.



Black color preview on #446C5C background

This text has black color on #446C5C background.


White color preview on #446C5C background

This text has white color on #446C5C background.