COLOR #446058

HEX: #446058
RGB: (68,96,88)

Color info

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

RGB color model

#446058 color RGB value is (68,96,88).

  • red value is 68;
  • green value is 96;
  • blue value is 88.
RGB:
(68,96,88)
(27%,38%,35%)

RGB channels and saturation

R 68 of 255 = 27%
G 96 of 255 = 38%
B 88 of 255 = 35%

68
96
88

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

Portions of RGB colors in percentages

R + G + B =
68 + 96 + 88 = 252 (100%)
R 68 of 252 ~ 26.98%
G 96 of 252 ~ 38.1%
B 88 of 252 ~ 34.92%

%26.98
%38.1
%34.92

CMYK color model

#446058 color CMYK value is (29,0,8,62).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(29,0,8,62)
C29M0Y8K62 
(29%,0%,8%,62%)
(0.29/0.00/0.08/0.62)	

CMYK percentages

%29.17
%0
%8.33
%62.35

Codes

Color #446058 in popluar color models

446058
RGB689688
HSL163°17.07%32.16%
HSB/HSV163°29.17%37.65%
CMYK29.17%0.00%8.33%
62.35%

Color #446058 in popluar number systems.

HEX446058
Decimal689688
Binary100010011000001011000
Octal104140130

Shades and tints

Shades of #446058

#446058
(68,96,88)
#3E5850
(62,88,80)
#385048
(56,80,72)
#324840
(50,72,64)
#2C4038
(44,64,56)
#263830
(38,56,48)
#203028
(32,48,40)
#1A2820
(26,40,32)
#142018
(20,32,24)
#0E1810
(14,24,16)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #446058

#446058
(68,96,88)
#556E67
(85,110,103)
#667C76
(102,124,118)
#778A85
(119,138,133)
#889894
(136,152,148)
#99A6A3
(153,166,163)
#AAB4B2
(170,180,178)
#BBC2C1
(187,194,193)
#CCD0D0
(204,208,208)
#DDDEDF
(221,222,223)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #446058 color. Also use rgb(68,96,88) instead hex code.

Text Font Color

.myTextColor { color: #446058; }

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

This text font color is #446058.


Background Color

.myBgColor { background-color: #446058; }

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

This div background color is #446058.


Border color

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

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

This div border color is #446058.


Opacity

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

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

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

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

This text has shadow with #446058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446058 on black background.


Color preview on white background

This text has color #446058 on white background.



Black color preview on #446058 background

This text has black color on #446058 background.


White color preview on #446058 background

This text has white color on #446058 background.