COLOR #674C31

HEX: #674C31
RGB: (103,76,49)

Color info

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

RGB color model

#674C31 color RGB value is (103,76,49).

  • red value is 103;
  • green value is 76;
  • blue value is 49.
RGB:
(103,76,49)
(40%,30%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 49 of 255 = 19%

103
76
49

R + G + B ~ 30%. #674C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 49 = 228 (100%)
R 103 of 228 ~ 45.18%
G 76 of 228 ~ 33.33%
B 49 of 228 ~ 21.49%

%45.18
%33.33
%21.49

CMYK color model

#674C31 color CMYK value is (0,26,52,60).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(0,26,52,60)
C0M26Y52K60 
(0%,26%,52%,60%)
(0.00/0.26/0.52/0.60)	

CMYK percentages

%0
%26.21
%52.43
%59.61

Codes

Color #674C31 in popluar color models

674C31
RGB1037649
HSL30°35.53%29.80%
HSB/HSV30°52.43%40.39%
CMYK0.00%26.21%52.43%
59.61%

Color #674C31 in popluar number systems.

HEX674C31
Decimal1037649
Binary11001111001100110001
Octal14711461

Shades and tints

Shades of #674C31

#674C31
(103,76,49)
#5E462D
(94,70,45)
#554029
(85,64,41)
#4C3A25
(76,58,37)
#433421
(67,52,33)
#3A2E1D
(58,46,29)
#312819
(49,40,25)
#282215
(40,34,21)
#1F1C11
(31,28,17)
#16160D
(22,22,13)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #674C31

#674C31
(103,76,49)
#745C43
(116,92,67)
#816C55
(129,108,85)
#8E7C67
(142,124,103)
#9B8C79
(155,140,121)
#A89C8B
(168,156,139)
#B5AC9D
(181,172,157)
#C2BCAF
(194,188,175)
#CFCCC1
(207,204,193)
#DCDCD3
(220,220,211)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674C31 color. Also use rgb(103,76,49) instead hex code.

Text Font Color

.myTextColor { color: #674C31; }

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

This text font color is #674C31.


Background Color

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

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

This div background color is #674C31.


Border color

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

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

This div border color is #674C31.


Opacity

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

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

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

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

This text has shadow with #674C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C31 on black background.


Color preview on white background

This text has color #674C31 on white background.



Black color preview on #674C31 background

This text has black color on #674C31 background.


White color preview on #674C31 background

This text has white color on #674C31 background.