COLOR #447866

HEX: #447866
RGB: (68,120,102)

Color info

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

RGB color model

#447866 color RGB value is (68,120,102).

  • red value is 68;
  • green value is 120;
  • blue value is 102.
RGB: (68,120,102) (27%,47%,40%)

RGB channels and saturation

R 68 of 255 = 27%
G 120 of 255 = 47%
B 102 of 255 = 40%

68
120
102

R + G + B ~ 38%. #447866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 120 + 102 = 290 (100%)
R 68 of 290 ~ 23.45%
G 120 of 290 ~ 41.38%
B 102 of 290 ~ 35.17%

%23.45
%41.38
%35.17

CMYK color model

#447866 color CMYK value is (43,0,15,53).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK: (43,0,15,53) C43M0Y15K53 (43%,0%,15%,53%) (0.43/0.00/0.15/0.53)

CMYK percentages

%43.33
%0
%15
%52.94

Codes

Color #447866 in popluar color models

447866
RGB68120102
HSL159°27.66%36.86%
HSB/HSV159°43.33%47.06%
CMYK43.33%0.00%15.00%
52.94%

Color #447866 in popluar number systems.

HEX447866
Decimal68120102
Binary100010011110001100110
Octal104170146

Shades and tints

Shades of #447866

#447866
(68,120,102)
#3E6E5D
(62,110,93)
#386454
(56,100,84)
#325A4B
(50,90,75)
#2C5042
(44,80,66)
#264639
(38,70,57)
#203C30
(32,60,48)
#1A3227
(26,50,39)
#14281E
(20,40,30)
#0E1E15
(14,30,21)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #447866

#447866
(68,120,102)
#558473
(85,132,115)
#669080
(102,144,128)
#779C8D
(119,156,141)
#88A89A
(136,168,154)
#99B4A7
(153,180,167)
#AAC0B4
(170,192,180)
#BBCCC1
(187,204,193)
#CCD8CE
(204,216,206)
#DDE4DB
(221,228,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447866; }

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

This text font color is #447866.


Background Color

.myBgColor { background-color: #447866; }

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

This div background color is #447866.


Border color

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

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

This div border color is #447866.


Opacity

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

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

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

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

This text has shadow with #447866 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #447866 on black background.


Color preview on white background

This text has color #447866 on white background.



Black color preview on #447866 background

This text has black color on #447866 background.


White color preview on #447866 background

This text has white color on #447866 background.