COLOR #674C24

HEX: #674C24
RGB: (103,76,36)

Color info

#674C24 contains mainly red and green colors. Web safe color of #674C24 is #663333 (or #633).

RGB color model

#674C24 color RGB value is (103,76,36).

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

RGB channels and saturation

R 103 of 255 = 40%
G 76 of 255 = 30%
B 36 of 255 = 14%

103
76
36

R + G + B ~ 28%. #674C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 76 + 36 = 215 (100%)
R 103 of 215 ~ 47.91%
G 76 of 215 ~ 35.35%
B 36 of 215 ~ 16.74%

%47.91
%35.35
%16.74

CMYK color model

#674C24 color CMYK value is (0,26,65,60).

  • cyan value is 0.00%
  • magenta value is 26.21%
  • yellow value is 65.05%
  • key color value is 59.61%
CMYK:
(0,26,65,60)
C0M26Y65K60 
(0%,26%,65%,60%)
(0.00/0.26/0.65/0.60)	

CMYK percentages

%0
%26.21
%65.05
%59.61

Codes

Color #674C24 in popluar color models

674C24
RGB1037636
HSL36°48.20%27.25%
HSB/HSV36°65.05%40.39%
CMYK0.00%26.21%65.05%
59.61%

Color #674C24 in popluar number systems.

HEX674C24
Decimal1037636
Binary11001111001100100100
Octal14711444

Shades and tints

Shades of #674C24

#674C24
(103,76,36)
#5E4621
(94,70,33)
#55401E
(85,64,30)
#4C3A1B
(76,58,27)
#433418
(67,52,24)
#3A2E15
(58,46,21)
#312812
(49,40,18)
#28220F
(40,34,15)
#1F1C0C
(31,28,12)
#161609
(22,22,9)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #674C24

#674C24
(103,76,36)
#745C37
(116,92,55)
#816C4A
(129,108,74)
#8E7C5D
(142,124,93)
#9B8C70
(155,140,112)
#A89C83
(168,156,131)
#B5AC96
(181,172,150)
#C2BCA9
(194,188,169)
#CFCCBC
(207,204,188)
#DCDCCF
(220,220,207)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674C24; }

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

This text font color is #674C24.


Background Color

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

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

This div background color is #674C24.


Border color

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

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

This div border color is #674C24.


Opacity

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

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

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

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

This text has shadow with #674C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674C24 on black background.


Color preview on white background

This text has color #674C24 on white background.



Black color preview on #674C24 background

This text has black color on #674C24 background.


White color preview on #674C24 background

This text has white color on #674C24 background.