COLOR #446850

HEX: #446850
RGB: (68,104,80)

Color info

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

RGB color model

#446850 color RGB value is (68,104,80).

  • red value is 68;
  • green value is 104;
  • blue value is 80.
RGB: (68,104,80) (27%,41%,31%)

RGB channels and saturation

R 68 of 255 = 27%
G 104 of 255 = 41%
B 80 of 255 = 31%

68
104
80

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

Portions of RGB colors in percentages

R + G + B =
68 + 104 + 80 = 252 (100%)
R 68 of 252 ~ 26.98%
G 104 of 252 ~ 41.27%
B 80 of 252 ~ 31.75%

%26.98
%41.27
%31.75

CMYK color model

#446850 color CMYK value is (35,0,23,59).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 59.22%
CMYK: (35,0,23,59) C35M0Y23K59 (35%,0%,23%,59%) (0.35/0.00/0.23/0.59)

CMYK percentages

%34.62
%0
%23.08
%59.22

Codes

Color #446850 in popluar color models

446850
RGB6810480
HSL140°20.93%33.73%
HSB/HSV140°34.62%40.78%
CMYK34.62%0.00%23.08%
59.22%

Color #446850 in popluar number systems.

HEX446850
Decimal6810480
Binary100010011010001010000
Octal104150120

Shades and tints

Shades of #446850

#446850
(68,104,80)
#3E5F49
(62,95,73)
#385642
(56,86,66)
#324D3B
(50,77,59)
#2C4434
(44,68,52)
#263B2D
(38,59,45)
#203226
(32,50,38)
#1A291F
(26,41,31)
#142018
(20,32,24)
#0E1711
(14,23,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #446850

#446850
(68,104,80)
#55755F
(85,117,95)
#66826E
(102,130,110)
#778F7D
(119,143,125)
#889C8C
(136,156,140)
#99A99B
(153,169,155)
#AAB6AA
(170,182,170)
#BBC3B9
(187,195,185)
#CCD0C8
(204,208,200)
#DDDDD7
(221,221,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446850 color. Also use rgb(68,104,80) instead hex code.

Text Font Color

.myTextColor { color: #446850; }

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

This text font color is #446850.


Background Color

.myBgColor { background-color: #446850; }

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

This div background color is #446850.


Border color

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

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

This div border color is #446850.


Opacity

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

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

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

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

This text has shadow with #446850 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #446850 on black background.


Color preview on white background

This text has color #446850 on white background.



Black color preview on #446850 background

This text has black color on #446850 background.


White color preview on #446850 background

This text has white color on #446850 background.