COLOR #674C37

HEX: #674C37
RGB: (103,76,55)

Color info

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

RGB color model

#674C37 color RGB value is (103,76,55).

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

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 55 of 255 = 22%

103
76
55

R + G + B ~ 31%. #674C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 55 = 234 (100%)
R 103 of 234 ~ 44.02%
G 76 of 234 ~ 32.48%
B 55 of 234 ~ 23.5%

%44.02
%32.48
%23.5

CMYK color model

#674C37 color CMYK value is (0,26,47,60).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,26,47,60)
C0M26Y47K60 
(0%,26%,47%,60%)
(0.00/0.26/0.47/0.60)	

CMYK percentages

%0
%26.21
%46.6
%59.61

Codes

Color #674C37 in popluar color models

674C37
RGB1037655
HSL26°30.38%30.98%
HSB/HSV26°46.60%40.39%
CMYK0.00%26.21%46.60%
59.61%

Color #674C37 in popluar number systems.

HEX674C37
Decimal1037655
Binary11001111001100110111
Octal14711467

Shades and tints

Shades of #674C37

#674C37
(103,76,55)
#5E4632
(94,70,50)
#55402D
(85,64,45)
#4C3A28
(76,58,40)
#433423
(67,52,35)
#3A2E1E
(58,46,30)
#312819
(49,40,25)
#282214
(40,34,20)
#1F1C0F
(31,28,15)
#16160A
(22,22,10)
#0D1005
(13,16,5)
#000000
(0,0,0)

Tints of #674C37

#674C37
(103,76,55)
#745C49
(116,92,73)
#816C5B
(129,108,91)
#8E7C6D
(142,124,109)
#9B8C7F
(155,140,127)
#A89C91
(168,156,145)
#B5ACA3
(181,172,163)
#C2BCB5
(194,188,181)
#CFCCC7
(207,204,199)
#DCDCD9
(220,220,217)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674C37; }

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

This text font color is #674C37.


Background Color

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

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

This div background color is #674C37.


Border color

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

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

This div border color is #674C37.


Opacity

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

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

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

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

This text has shadow with #674C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C37 on black background.


Color preview on white background

This text has color #674C37 on white background.



Black color preview on #674C37 background

This text has black color on #674C37 background.


White color preview on #674C37 background

This text has white color on #674C37 background.