COLOR #446C5B

HEX: #446C5B RGB: (68,108,91)

Color info

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

RGB color model

#446C5B color RGB value is (68,108,91).

RGB: (68,108,91) (27%, 42%, 36%)

RGB channels and saturation

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

68
108
91

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

Portions of RGB colors in percentages

R + G + B = 68 + 108 + 91 = 267 (100%)
R 68 of 267 ~ 25.47%
G 108 of 267 ~ 40.45%
B 91 of 267 ~ 34.08'%

%25.47
%40.45
%34.08

CMYK color model

#446C5B color CMYK value is (37,0,16,58).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%

CMYK: (37,0,16,58)
C37M0Y16K58 (37%, 0%, 16%, 58%)
(0.37 / 0.00 / 0.16 / 0.58)

CMYK percentages

%37.04
%0
%15.74
%57.65

Codes

Color #446C5B in popluar color models

44 6C 5B
RGB 68 108 91
HSL 155° 22.73% 34.51%
HSB/HSV 155° 37.04% 42.35%
CMYK 37.04% 0.00% 15.74%
57.65%

Color #446C5B in popluar number systems.

HEX 44 6C 5B
Decimal 68 108 91
Binary 1000100 1101100 1011011
Octal 104 154 133

Shades and tints

Shades of #446C5B

#446C5B
(68,108,91)
#3E6353
(62,99,83)
#385A4B
(56,90,75)
#325143
(50,81,67)
#2C483B
(44,72,59)
#263F33
(38,63,51)
#20362B
(32,54,43)
#1A2D23
(26,45,35)
#14241B
(20,36,27)
#0E1B13
(14,27,19)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #446C5B

#446C5B
(68,108,91)
#557969
(85,121,105)
#668677
(102,134,119)
#779385
(119,147,133)
#88A093
(136,160,147)
#99ADA1
(153,173,161)
#AABAAF
(170,186,175)
#BBC7BD
(187,199,189)
#CCD4CB
(204,212,203)
#DDE1D9
(221,225,217)
#EEEEE7
(238,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446C5B; }

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

This text font color is #446C5B.

Background Color

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

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

This div background color is #446C5B.

Border color

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

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

This div border color is #446C5B.

Opacity

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

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

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

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

This text has shadow with #446C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #446C5B.

Preview

Color preview on black background

This text has color #446C5B on black background.


Color preview on white background

This text has color #446C5B on white background.


Black color preview on #446C5B background

This text has black color on #446C5B background.


White color preview on #446C5B background

This text has white color on #446C5B background.


Related colors

Complementary color

Complementary color for #hex is #BB93A4.


I love getcolorcode.com

Triadic colors

1 #5B446C and #6C5B44 with #446C5B are triadic colors.

2 #5B6C44 and #6C445B with #446C5B are triadic colors.