COLOR #674B4D

HEX: #674B4D
RGB: (103,75,77)

Color info

#674B4D contains red, green and blue colors in about the same proportion. Web safe color of #674B4D is #663333 (or #633).

RGB color model

#674B4D color RGB value is (103,75,77).

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

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 77 of 255 = 30%

103
75
77

R + G + B ~ 33%. #674B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 77 = 255 (100%)
R 103 of 255 ~ 40.39%
G 75 of 255 ~ 29.41%
B 77 of 255 ~ 30.2%

%40.39
%29.41
%30.2

CMYK color model

#674B4D color CMYK value is (0,27,25,60).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 25.24%
  • key color value is 59.61%
CMYK:
(0,27,25,60)
C0M27Y25K60 
(0%,27%,25%,60%)
(0.00/0.27/0.25/0.60)	

CMYK percentages

%0
%27.18
%25.24
%59.61

Codes

Color #674B4D in popluar color models

674B4D
RGB1037577
HSL356°15.73%34.90%
HSB/HSV356°27.18%40.39%
CMYK0.00%27.18%25.24%
59.61%

Color #674B4D in popluar number systems.

HEX674B4D
Decimal1037577
Binary110011110010111001101
Octal147113115

Shades and tints

Shades of #674B4D

#674B4D
(103,75,77)
#5E4546
(94,69,70)
#553F3F
(85,63,63)
#4C3938
(76,57,56)
#433331
(67,51,49)
#3A2D2A
(58,45,42)
#312723
(49,39,35)
#28211C
(40,33,28)
#1F1B15
(31,27,21)
#16150E
(22,21,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #674B4D

#674B4D
(103,75,77)
#745B5D
(116,91,93)
#816B6D
(129,107,109)
#8E7B7D
(142,123,125)
#9B8B8D
(155,139,141)
#A89B9D
(168,155,157)
#B5ABAD
(181,171,173)
#C2BBBD
(194,187,189)
#CFCBCD
(207,203,205)
#DCDBDD
(220,219,221)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674B4D; }

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

This text font color is #674B4D.


Background Color

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

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

This div background color is #674B4D.


Border color

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

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

This div border color is #674B4D.


Opacity

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

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

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

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

This text has shadow with #674B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B4D on black background.


Color preview on white background

This text has color #674B4D on white background.



Black color preview on #674B4D background

This text has black color on #674B4D background.


White color preview on #674B4D background

This text has white color on #674B4D background.