COLOR #674756

HEX: #674756
RGB: (103,71,86)

Color info

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

RGB color model

#674756 color RGB value is (103,71,86).

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

RGB channels and saturation

R 103 of 255 = 40%
G 71 of 255 = 28%
B 86 of 255 = 34%

103
71
86

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

Portions of RGB colors in percentages

R + G + B =
103 + 71 + 86 = 260 (100%)
R 103 of 260 ~ 39.62%
G 71 of 260 ~ 27.31%
B 86 of 260 ~ 33.08%

%39.62
%27.31
%33.08

CMYK color model

#674756 color CMYK value is (0,31,17,60).

  • cyan value is 0.00%
  • magenta value is 31.07%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(0,31,17,60)
C0M31Y17K60 
(0%,31%,17%,60%)
(0.00/0.31/0.17/0.60)	

CMYK percentages

%0
%31.07
%16.5
%59.61

Codes

Color #674756 in popluar color models

674756
RGB1037186
HSL332°18.39%34.12%
HSB/HSV332°31.07%40.39%
CMYK0.00%31.07%16.50%
59.61%

Color #674756 in popluar number systems.

HEX674756
Decimal1037186
Binary110011110001111010110
Octal147107126

Shades and tints

Shades of #674756

#674756
(103,71,86)
#5E414F
(94,65,79)
#553B48
(85,59,72)
#4C3541
(76,53,65)
#432F3A
(67,47,58)
#3A2933
(58,41,51)
#31232C
(49,35,44)
#281D25
(40,29,37)
#1F171E
(31,23,30)
#161117
(22,17,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #674756

#674756
(103,71,86)
#745765
(116,87,101)
#816774
(129,103,116)
#8E7783
(142,119,131)
#9B8792
(155,135,146)
#A897A1
(168,151,161)
#B5A7B0
(181,167,176)
#C2B7BF
(194,183,191)
#CFC7CE
(207,199,206)
#DCD7DD
(220,215,221)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674756; }

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

This text font color is #674756.


Background Color

.myBgColor { background-color: #674756; }

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

This div background color is #674756.


Border color

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

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

This div border color is #674756.


Opacity

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

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

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

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

This text has shadow with #674756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674756 on black background.


Color preview on white background

This text has color #674756 on white background.



Black color preview on #674756 background

This text has black color on #674756 background.


White color preview on #674756 background

This text has white color on #674756 background.