COLOR #674D5E

HEX: #674D5E
RGB: (103,77,94)

Color info

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

RGB color model

#674D5E color RGB value is (103,77,94).

  • red value is 103;
  • green value is 77;
  • blue value is 94.
RGB:
(103,77,94)
(40%,30%,37%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 94 of 255 = 37%

103
77
94

R + G + B ~ 36%. #674D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 94 = 274 (100%)
R 103 of 274 ~ 37.59%
G 77 of 274 ~ 28.1%
B 94 of 274 ~ 34.31%

%37.59
%28.1
%34.31

CMYK color model

#674D5E color CMYK value is (0,25,9,60).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(0,25,9,60)
C0M25Y9K60 
(0%,25%,9%,60%)
(0.00/0.25/0.09/0.60)	

CMYK percentages

%0
%25.24
%8.74
%59.61

Codes

Color #674D5E in popluar color models

674D5E
RGB1037794
HSL321°14.44%35.29%
HSB/HSV321°25.24%40.39%
CMYK0.00%25.24%8.74%
59.61%

Color #674D5E in popluar number systems.

HEX674D5E
Decimal1037794
Binary110011110011011011110
Octal147115136

Shades and tints

Shades of #674D5E

#674D5E
(103,77,94)
#5E4656
(94,70,86)
#553F4E
(85,63,78)
#4C3846
(76,56,70)
#43313E
(67,49,62)
#3A2A36
(58,42,54)
#31232E
(49,35,46)
#281C26
(40,28,38)
#1F151E
(31,21,30)
#160E16
(22,14,22)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #674D5E

#674D5E
(103,77,94)
#745D6C
(116,93,108)
#816D7A
(129,109,122)
#8E7D88
(142,125,136)
#9B8D96
(155,141,150)
#A89DA4
(168,157,164)
#B5ADB2
(181,173,178)
#C2BDC0
(194,189,192)
#CFCDCE
(207,205,206)
#DCDDDC
(220,221,220)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674D5E color. Also use rgb(103,77,94) instead hex code.

Text Font Color

.myTextColor { color: #674D5E; }

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

This text font color is #674D5E.


Background Color

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

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

This div background color is #674D5E.


Border color

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

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

This div border color is #674D5E.


Opacity

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

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

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

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

This text has shadow with #674D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D5E on black background.


Color preview on white background

This text has color #674D5E on white background.



Black color preview on #674D5E background

This text has black color on #674D5E background.


White color preview on #674D5E background

This text has white color on #674D5E background.