COLOR #674D43

HEX: #674D43
RGB: (103,77,67)

Color info

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

RGB color model

#674D43 color RGB value is (103,77,67).

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

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 67 of 255 = 26%

103
77
67

R + G + B ~ 32%. #674D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 67 = 247 (100%)
R 103 of 247 ~ 41.7%
G 77 of 247 ~ 31.17%
B 67 of 247 ~ 27.13%

%41.7
%31.17
%27.13

CMYK color model

#674D43 color CMYK value is (0,25,35,60).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 34.95%
  • key color value is 59.61%
CMYK:
(0,25,35,60)
C0M25Y35K60 
(0%,25%,35%,60%)
(0.00/0.25/0.35/0.60)	

CMYK percentages

%0
%25.24
%34.95
%59.61

Codes

Color #674D43 in popluar color models

674D43
RGB1037767
HSL17°21.18%33.33%
HSB/HSV17°34.95%40.39%
CMYK0.00%25.24%34.95%
59.61%

Color #674D43 in popluar number systems.

HEX674D43
Decimal1037767
Binary110011110011011000011
Octal147115103

Shades and tints

Shades of #674D43

#674D43
(103,77,67)
#5E463D
(94,70,61)
#553F37
(85,63,55)
#4C3831
(76,56,49)
#43312B
(67,49,43)
#3A2A25
(58,42,37)
#31231F
(49,35,31)
#281C19
(40,28,25)
#1F1513
(31,21,19)
#160E0D
(22,14,13)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #674D43

#674D43
(103,77,67)
#745D54
(116,93,84)
#816D65
(129,109,101)
#8E7D76
(142,125,118)
#9B8D87
(155,141,135)
#A89D98
(168,157,152)
#B5ADA9
(181,173,169)
#C2BDBA
(194,189,186)
#CFCDCB
(207,205,203)
#DCDDDC
(220,221,220)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674D43; }

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

This text font color is #674D43.


Background Color

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

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

This div background color is #674D43.


Border color

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

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

This div border color is #674D43.


Opacity

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

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

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

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

This text has shadow with #674D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D43 on black background.


Color preview on white background

This text has color #674D43 on white background.



Black color preview on #674D43 background

This text has black color on #674D43 background.


White color preview on #674D43 background

This text has white color on #674D43 background.