COLOR #674F41

HEX: #674F41
RGB: (103,79,65)

Color info

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

RGB color model

#674F41 color RGB value is (103,79,65).

  • red value is 103;
  • green value is 79;
  • blue value is 65.
RGB:
(103,79,65)
(40%,31%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 79 of 255 = 31%
B 65 of 255 = 25%

103
79
65

R + G + B ~ 32%. #674F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 79 + 65 = 247 (100%)
R 103 of 247 ~ 41.7%
G 79 of 247 ~ 31.98%
B 65 of 247 ~ 26.32%

%41.7
%31.98
%26.32

CMYK color model

#674F41 color CMYK value is (0,23,37,60).

  • cyan value is 0.00%
  • magenta value is 23.30%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,23,37,60)
C0M23Y37K60 
(0%,23%,37%,60%)
(0.00/0.23/0.37/0.60)	

CMYK percentages

%0
%23.3
%36.89
%59.61

Codes

Color #674F41 in popluar color models

674F41
RGB1037965
HSL22°22.62%32.94%
HSB/HSV22°36.89%40.39%
CMYK0.00%23.30%36.89%
59.61%

Color #674F41 in popluar number systems.

HEX674F41
Decimal1037965
Binary110011110011111000001
Octal147117101

Shades and tints

Shades of #674F41

#674F41
(103,79,65)
#5E483C
(94,72,60)
#554137
(85,65,55)
#4C3A32
(76,58,50)
#43332D
(67,51,45)
#3A2C28
(58,44,40)
#312523
(49,37,35)
#281E1E
(40,30,30)
#1F1719
(31,23,25)
#161014
(22,16,20)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #674F41

#674F41
(103,79,65)
#745F52
(116,95,82)
#816F63
(129,111,99)
#8E7F74
(142,127,116)
#9B8F85
(155,143,133)
#A89F96
(168,159,150)
#B5AFA7
(181,175,167)
#C2BFB8
(194,191,184)
#CFCFC9
(207,207,201)
#DCDFDA
(220,223,218)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674F41 color. Also use rgb(103,79,65) instead hex code.

Text Font Color

.myTextColor { color: #674F41; }

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

This text font color is #674F41.


Background Color

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

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

This div background color is #674F41.


Border color

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

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

This div border color is #674F41.


Opacity

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

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

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

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

This text has shadow with #674F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674F41 on black background.


Color preview on white background

This text has color #674F41 on white background.



Black color preview on #674F41 background

This text has black color on #674F41 background.


White color preview on #674F41 background

This text has white color on #674F41 background.