COLOR #674C5A

HEX: #674C5A
RGB: (103,76,90)

Color info

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

RGB color model

#674C5A color RGB value is (103,76,90).

  • red value is 103;
  • green value is 76;
  • blue value is 90.
RGB:
(103,76,90)
(40%,30%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 90 of 255 = 35%

103
76
90

R + G + B ~ 35%. #674C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 90 = 269 (100%)
R 103 of 269 ~ 38.29%
G 76 of 269 ~ 28.25%
B 90 of 269 ~ 33.46%

%38.29
%28.25
%33.46

CMYK color model

#674C5A color CMYK value is (0,26,13,60).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(0,26,13,60)
C0M26Y13K60 
(0%,26%,13%,60%)
(0.00/0.26/0.13/0.60)	

CMYK percentages

%0
%26.21
%12.62
%59.61

Codes

Color #674C5A in popluar color models

674C5A
RGB1037690
HSL329°15.08%35.10%
HSB/HSV329°26.21%40.39%
CMYK0.00%26.21%12.62%
59.61%

Color #674C5A in popluar number systems.

HEX674C5A
Decimal1037690
Binary110011110011001011010
Octal147114132

Shades and tints

Shades of #674C5A

#674C5A
(103,76,90)
#5E4652
(94,70,82)
#55404A
(85,64,74)
#4C3A42
(76,58,66)
#43343A
(67,52,58)
#3A2E32
(58,46,50)
#31282A
(49,40,42)
#282222
(40,34,34)
#1F1C1A
(31,28,26)
#161612
(22,22,18)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #674C5A

#674C5A
(103,76,90)
#745C69
(116,92,105)
#816C78
(129,108,120)
#8E7C87
(142,124,135)
#9B8C96
(155,140,150)
#A89CA5
(168,156,165)
#B5ACB4
(181,172,180)
#C2BCC3
(194,188,195)
#CFCCD2
(207,204,210)
#DCDCE1
(220,220,225)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674C5A color. Also use rgb(103,76,90) instead hex code.

Text Font Color

.myTextColor { color: #674C5A; }

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

This text font color is #674C5A.


Background Color

.myBgColor { background-color: #674C5A; }

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

This div background color is #674C5A.


Border color

.myBorderColor { border: 1px solid #674C5A; }

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

This div border color is #674C5A.


Opacity

.myOpacity80 { color: #674C5A; opacity: 0.8; }

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

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

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

This text has shadow with #674C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C5A on black background.


Color preview on white background

This text has color #674C5A on white background.



Black color preview on #674C5A background

This text has black color on #674C5A background.


White color preview on #674C5A background

This text has white color on #674C5A background.