COLOR #674556

HEX: #674556
RGB: (103,69,86)

Color info

#674556 contains red, green and blue colors in about the same proportion. Web safe color of #674556 is #663366 (or #636).

RGB color model

#674556 color RGB value is (103,69,86).

  • red value is 103;
  • green value is 69;
  • blue value is 86.
RGB:
(103,69,86)
(40%,27%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 69 of 255 = 27%
B 86 of 255 = 34%

103
69
86

R + G + B ~ 34%. #674556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 69 + 86 = 258 (100%)
R 103 of 258 ~ 39.92%
G 69 of 258 ~ 26.74%
B 86 of 258 ~ 33.33%

%39.92
%26.74
%33.33

CMYK color model

#674556 color CMYK value is (0,33,17,60).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,33,17,60)
C0M33Y17K60 
(0%,33%,17%,60%)
(0.00/0.33/0.17/0.60)	

CMYK percentages

%0
%33.01
%16.5
%59.61

Codes

Color #674556 in popluar color models

674556
RGB1036986
HSL330°19.77%33.73%
HSB/HSV330°33.01%40.39%
CMYK0.00%33.01%16.50%
59.61%

Color #674556 in popluar number systems.

HEX674556
Decimal1036986
Binary110011110001011010110
Octal147105126

Shades and tints

Shades of #674556

#674556
(103,69,86)
#5E3F4F
(94,63,79)
#553948
(85,57,72)
#4C3341
(76,51,65)
#432D3A
(67,45,58)
#3A2733
(58,39,51)
#31212C
(49,33,44)
#281B25
(40,27,37)
#1F151E
(31,21,30)
#160F17
(22,15,23)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #674556

#674556
(103,69,86)
#745565
(116,85,101)
#816574
(129,101,116)
#8E7583
(142,117,131)
#9B8592
(155,133,146)
#A895A1
(168,149,161)
#B5A5B0
(181,165,176)
#C2B5BF
(194,181,191)
#CFC5CE
(207,197,206)
#DCD5DD
(220,213,221)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674556 color. Also use rgb(103,69,86) instead hex code.

Text Font Color

.myTextColor { color: #674556; }

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

This text font color is #674556.


Background Color

.myBgColor { background-color: #674556; }

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

This div background color is #674556.


Border color

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

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

This div border color is #674556.


Opacity

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

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

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

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

This text has shadow with #674556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674556 on black background.


Color preview on white background

This text has color #674556 on white background.



Black color preview on #674556 background

This text has black color on #674556 background.


White color preview on #674556 background

This text has white color on #674556 background.