COLOR #446969

HEX: #446969
RGB: (68,105,105)

Color info

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

RGB color model

#446969 color RGB value is (68,105,105).

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

RGB channels and saturation

R 68 of 255 = 27%
G 105 of 255 = 41%
B 105 of 255 = 41%

68
105
105

R + G + B ~ 36%. #446969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 105 + 105 = 278 (100%)
R 68 of 278 ~ 24.46%
G 105 of 278 ~ 37.77%
B 105 of 278 ~ 37.77%

%24.46
%37.77
%37.77

CMYK color model

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

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(35,0,0,59)
C35M0Y0K59 
(35%,0%,0%,59%)
(0.35/0.00/0.00/0.59)	

CMYK percentages

%35.24
%0
%0
%58.82

Codes

Color #446969 in popluar color models

446969
RGB68105105
HSL180°21.39%33.92%
HSB/HSV180°35.24%41.18%
CMYK35.24%0.00%0.00%
58.82%

Color #446969 in popluar number systems.

HEX446969
Decimal68105105
Binary100010011010011101001
Octal104151151

Shades and tints

Shades of #446969

#446969
(68,105,105)
#3E6060
(62,96,96)
#385757
(56,87,87)
#324E4E
(50,78,78)
#2C4545
(44,69,69)
#263C3C
(38,60,60)
#203333
(32,51,51)
#1A2A2A
(26,42,42)
#142121
(20,33,33)
#0E1818
(14,24,24)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #446969

#446969
(68,105,105)
#557676
(85,118,118)
#668383
(102,131,131)
#779090
(119,144,144)
#889D9D
(136,157,157)
#99AAAA
(153,170,170)
#AAB7B7
(170,183,183)
#BBC4C4
(187,196,196)
#CCD1D1
(204,209,209)
#DDDEDE
(221,222,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #446969; }

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

This text font color is #446969.


Background Color

.myBgColor { background-color: #446969; }

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

This div background color is #446969.


Border color

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

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

This div border color is #446969.


Opacity

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

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

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

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

This text has shadow with #446969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #446969 on black background.


Color preview on white background

This text has color #446969 on white background.



Black color preview on #446969 background

This text has black color on #446969 background.


White color preview on #446969 background

This text has white color on #446969 background.