COLOR #674D40

HEX: #674D40
RGB: (103,77,64)

Color info

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

RGB color model

#674D40 color RGB value is (103,77,64).

  • red value is 103;
  • green value is 77;
  • blue value is 64.
RGB:
(103,77,64)
(40%,30%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 77 of 255 = 30%
B 64 of 255 = 25%

103
77
64

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

Portions of RGB colors in percentages

R + G + B =
103 + 77 + 64 = 244 (100%)
R 103 of 244 ~ 42.21%
G 77 of 244 ~ 31.56%
B 64 of 244 ~ 26.23%

%42.21
%31.56
%26.23

CMYK color model

#674D40 color CMYK value is (0,25,38,60).

  • cyan value is 0.00%
  • magenta value is 25.24%
  • yellow value is 37.86%
  • key color value is 59.61%
CMYK:
(0,25,38,60)
C0M25Y38K60 
(0%,25%,38%,60%)
(0.00/0.25/0.38/0.60)	

CMYK percentages

%0
%25.24
%37.86
%59.61

Codes

Color #674D40 in popluar color models

674D40
RGB1037764
HSL20°23.35%32.75%
HSB/HSV20°37.86%40.39%
CMYK0.00%25.24%37.86%
59.61%

Color #674D40 in popluar number systems.

HEX674D40
Decimal1037764
Binary110011110011011000000
Octal147115100

Shades and tints

Shades of #674D40

#674D40
(103,77,64)
#5E463B
(94,70,59)
#553F36
(85,63,54)
#4C3831
(76,56,49)
#43312C
(67,49,44)
#3A2A27
(58,42,39)
#312322
(49,35,34)
#281C1D
(40,28,29)
#1F1518
(31,21,24)
#160E13
(22,14,19)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #674D40

#674D40
(103,77,64)
#745D51
(116,93,81)
#816D62
(129,109,98)
#8E7D73
(142,125,115)
#9B8D84
(155,141,132)
#A89D95
(168,157,149)
#B5ADA6
(181,173,166)
#C2BDB7
(194,189,183)
#CFCDC8
(207,205,200)
#DCDDD9
(220,221,217)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674D40 color. Also use rgb(103,77,64) instead hex code.

Text Font Color

.myTextColor { color: #674D40; }

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

This text font color is #674D40.


Background Color

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

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

This div background color is #674D40.


Border color

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

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

This div border color is #674D40.


Opacity

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

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

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

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

This text has shadow with #674D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674D40 on black background.


Color preview on white background

This text has color #674D40 on white background.



Black color preview on #674D40 background

This text has black color on #674D40 background.


White color preview on #674D40 background

This text has white color on #674D40 background.