COLOR #447366

HEX: #447366
RGB: (68,115,102)

Color info

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

RGB color model

#447366 color RGB value is (68,115,102).

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

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 102 of 255 = 40%

68
115
102

R + G + B ~ 37%. #447366 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 115 + 102 = 285 (100%)
R 68 of 285 ~ 23.86%
G 115 of 285 ~ 40.35%
B 102 of 285 ~ 35.79%

%23.86
%40.35
%35.79

CMYK color model

#447366 color CMYK value is (41,0,11,55).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(41,0,11,55)
C41M0Y11K55 
(41%,0%,11%,55%)
(0.41/0.00/0.11/0.55)	

CMYK percentages

%40.87
%0
%11.3
%54.9

Codes

Color #447366 in popluar color models

447366
RGB68115102
HSL163°25.68%35.88%
HSB/HSV163°40.87%45.10%
CMYK40.87%0.00%11.30%
54.90%

Color #447366 in popluar number systems.

HEX447366
Decimal68115102
Binary100010011100111100110
Octal104163146

Shades and tints

Shades of #447366

#447366
(68,115,102)
#3E695D
(62,105,93)
#385F54
(56,95,84)
#32554B
(50,85,75)
#2C4B42
(44,75,66)
#264139
(38,65,57)
#203730
(32,55,48)
#1A2D27
(26,45,39)
#14231E
(20,35,30)
#0E1915
(14,25,21)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #447366

#447366
(68,115,102)
#557F73
(85,127,115)
#668B80
(102,139,128)
#77978D
(119,151,141)
#88A39A
(136,163,154)
#99AFA7
(153,175,167)
#AABBB4
(170,187,180)
#BBC7C1
(187,199,193)
#CCD3CE
(204,211,206)
#DDDFDB
(221,223,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #447366; }

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

This text font color is #447366.


Background Color

.myBgColor { background-color: #447366; }

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

This div background color is #447366.


Border color

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

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

This div border color is #447366.


Opacity

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

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

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

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

This text has shadow with #447366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #447366 on black background.


Color preview on white background

This text has color #447366 on white background.



Black color preview on #447366 background

This text has black color on #447366 background.


White color preview on #447366 background

This text has white color on #447366 background.