COLOR #674B31

HEX: #674B31
RGB: (103,75,49)

Color info

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

RGB color model

#674B31 color RGB value is (103,75,49).

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

RGB channels and saturation

R 103 of 255 = 40%
G 75 of 255 = 29%
B 49 of 255 = 19%

103
75
49

R + G + B ~ 29%. #674B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 75 + 49 = 227 (100%)
R 103 of 227 ~ 45.37%
G 75 of 227 ~ 33.04%
B 49 of 227 ~ 21.59%

%45.37
%33.04
%21.59

CMYK color model

#674B31 color CMYK value is (0,27,52,60).

  • cyan value is 0.00%
  • magenta value is 27.18%
  • yellow value is 52.43%
  • key color value is 59.61%
CMYK:
(0,27,52,60)
C0M27Y52K60 
(0%,27%,52%,60%)
(0.00/0.27/0.52/0.60)	

CMYK percentages

%0
%27.18
%52.43
%59.61

Codes

Color #674B31 in popluar color models

674B31
RGB1037549
HSL29°35.53%29.80%
HSB/HSV29°52.43%40.39%
CMYK0.00%27.18%52.43%
59.61%

Color #674B31 in popluar number systems.

HEX674B31
Decimal1037549
Binary11001111001011110001
Octal14711361

Shades and tints

Shades of #674B31

#674B31
(103,75,49)
#5E452D
(94,69,45)
#553F29
(85,63,41)
#4C3925
(76,57,37)
#433321
(67,51,33)
#3A2D1D
(58,45,29)
#312719
(49,39,25)
#282115
(40,33,21)
#1F1B11
(31,27,17)
#16150D
(22,21,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #674B31

#674B31
(103,75,49)
#745B43
(116,91,67)
#816B55
(129,107,85)
#8E7B67
(142,123,103)
#9B8B79
(155,139,121)
#A89B8B
(168,155,139)
#B5AB9D
(181,171,157)
#C2BBAF
(194,187,175)
#CFCBC1
(207,203,193)
#DCDBD3
(220,219,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674B31; }

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

This text font color is #674B31.


Background Color

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

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

This div background color is #674B31.


Border color

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

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

This div border color is #674B31.


Opacity

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

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

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

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

This text has shadow with #674B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674B31 on black background.


Color preview on white background

This text has color #674B31 on white background.



Black color preview on #674B31 background

This text has black color on #674B31 background.


White color preview on #674B31 background

This text has white color on #674B31 background.