COLOR #674E39

HEX: #674E39
RGB: (103,78,57)

Color info

#674E39 contains red, green and blue colors in about the same proportion. Web safe color of #674E39 is #666633 (or #663).

RGB color model

#674E39 color RGB value is (103,78,57).

  • red value is 103;
  • green value is 78;
  • blue value is 57.
RGB:
(103,78,57)
(40%,31%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 78 of 255 = 31%
B 57 of 255 = 22%

103
78
57

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

Portions of RGB colors in percentages

R + G + B =
103 + 78 + 57 = 238 (100%)
R 103 of 238 ~ 43.28%
G 78 of 238 ~ 32.77%
B 57 of 238 ~ 23.95%

%43.28
%32.77
%23.95

CMYK color model

#674E39 color CMYK value is (0,24,45,60).

  • cyan value is 0.00%
  • magenta value is 24.27%
  • yellow value is 44.66%
  • key color value is 59.61%
CMYK:
(0,24,45,60)
C0M24Y45K60 
(0%,24%,45%,60%)
(0.00/0.24/0.45/0.60)	

CMYK percentages

%0
%24.27
%44.66
%59.61

Codes

Color #674E39 in popluar color models

674E39
RGB1037857
HSL27°28.75%31.37%
HSB/HSV27°44.66%40.39%
CMYK0.00%24.27%44.66%
59.61%

Color #674E39 in popluar number systems.

HEX674E39
Decimal1037857
Binary11001111001110111001
Octal14711671

Shades and tints

Shades of #674E39

#674E39
(103,78,57)
#5E4734
(94,71,52)
#55402F
(85,64,47)
#4C392A
(76,57,42)
#433225
(67,50,37)
#3A2B20
(58,43,32)
#31241B
(49,36,27)
#281D16
(40,29,22)
#1F1611
(31,22,17)
#160F0C
(22,15,12)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #674E39

#674E39
(103,78,57)
#745E4B
(116,94,75)
#816E5D
(129,110,93)
#8E7E6F
(142,126,111)
#9B8E81
(155,142,129)
#A89E93
(168,158,147)
#B5AEA5
(181,174,165)
#C2BEB7
(194,190,183)
#CFCEC9
(207,206,201)
#DCDEDB
(220,222,219)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674E39 color. Also use rgb(103,78,57) instead hex code.

Text Font Color

.myTextColor { color: #674E39; }

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

This text font color is #674E39.


Background Color

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

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

This div background color is #674E39.


Border color

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

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

This div border color is #674E39.


Opacity

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

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

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

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

This text has shadow with #674E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674E39 on black background.


Color preview on white background

This text has color #674E39 on white background.



Black color preview on #674E39 background

This text has black color on #674E39 background.


White color preview on #674E39 background

This text has white color on #674E39 background.