COLOR #674947

HEX: #674947
RGB: (103,73,71)

Color info

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

RGB color model

#674947 color RGB value is (103,73,71).

  • red value is 103;
  • green value is 73;
  • blue value is 71.
RGB:
(103,73,71)
(40%,29%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 73 of 255 = 29%
B 71 of 255 = 28%

103
73
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 73 + 71 = 247 (100%)
R 103 of 247 ~ 41.7%
G 73 of 247 ~ 29.55%
B 71 of 247 ~ 28.74%

%41.7
%29.55
%28.74

CMYK color model

#674947 color CMYK value is (0,29,31,60).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(0,29,31,60)
C0M29Y31K60 
(0%,29%,31%,60%)
(0.00/0.29/0.31/0.60)	

CMYK percentages

%0
%29.13
%31.07
%59.61

Codes

Color #674947 in popluar color models

674947
RGB1037371
HSL18.39%34.12%
HSB/HSV31.07%40.39%
CMYK0.00%29.13%31.07%
59.61%

Color #674947 in popluar number systems.

HEX674947
Decimal1037371
Binary110011110010011000111
Octal147111107

Shades and tints

Shades of #674947

#674947
(103,73,71)
#5E4341
(94,67,65)
#553D3B
(85,61,59)
#4C3735
(76,55,53)
#43312F
(67,49,47)
#3A2B29
(58,43,41)
#312523
(49,37,35)
#281F1D
(40,31,29)
#1F1917
(31,25,23)
#161311
(22,19,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #674947

#674947
(103,73,71)
#745957
(116,89,87)
#816967
(129,105,103)
#8E7977
(142,121,119)
#9B8987
(155,137,135)
#A89997
(168,153,151)
#B5A9A7
(181,169,167)
#C2B9B7
(194,185,183)
#CFC9C7
(207,201,199)
#DCD9D7
(220,217,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674947 color. Also use rgb(103,73,71) instead hex code.

Text Font Color

.myTextColor { color: #674947; }

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

This text font color is #674947.


Background Color

.myBgColor { background-color: #674947; }

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

This div background color is #674947.


Border color

.myBorderColor { border: 1px solid #674947; }

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

This div border color is #674947.


Opacity

.myOpacity80 { color: #674947; opacity: 0.8; }

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

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

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

This text has shadow with #674947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674947 on black background.


Color preview on white background

This text has color #674947 on white background.



Black color preview on #674947 background

This text has black color on #674947 background.


White color preview on #674947 background

This text has white color on #674947 background.