COLOR #674D59

HEX: #674D59
RGB: (103,77,89)

Color info

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

RGB color model

#674D59 color RGB value is (103,77,89).

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

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 89 of 255 = 35%

103
77
89

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

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 89 = 269 (100%)
R 103 of 269 ~ 38.29%
G 77 of 269 ~ 28.62%
B 89 of 269 ~ 33.09%

%38.29
%28.62
%33.09

CMYK color model

#674D59 color CMYK value is (0,25,14,60).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(0,25,14,60)
C0M25Y14K60 
(0%,25%,14%,60%)
(0.00/0.25/0.14/0.60)	

CMYK percentages

%0
%25.24
%13.59
%59.61

Codes

Color #674D59 in popluar color models

674D59
RGB1037789
HSL332°14.44%35.29%
HSB/HSV332°25.24%40.39%
CMYK0.00%25.24%13.59%
59.61%

Color #674D59 in popluar number systems.

HEX674D59
Decimal1037789
Binary110011110011011011001
Octal147115131

Shades and tints

Shades of #674D59

#674D59
(103,77,89)
#5E4651
(94,70,81)
#553F49
(85,63,73)
#4C3841
(76,56,65)
#433139
(67,49,57)
#3A2A31
(58,42,49)
#312329
(49,35,41)
#281C21
(40,28,33)
#1F1519
(31,21,25)
#160E11
(22,14,17)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #674D59

#674D59
(103,77,89)
#745D68
(116,93,104)
#816D77
(129,109,119)
#8E7D86
(142,125,134)
#9B8D95
(155,141,149)
#A89DA4
(168,157,164)
#B5ADB3
(181,173,179)
#C2BDC2
(194,189,194)
#CFCDD1
(207,205,209)
#DCDDE0
(220,221,224)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674D59; }

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

This text font color is #674D59.


Background Color

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

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

This div background color is #674D59.


Border color

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

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

This div border color is #674D59.


Opacity

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

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

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

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

This text has shadow with #674D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D59 on black background.


Color preview on white background

This text has color #674D59 on white background.



Black color preview on #674D59 background

This text has black color on #674D59 background.


White color preview on #674D59 background

This text has white color on #674D59 background.