COLOR #674A2A

HEX: #674A2A
RGB: (103,74,42)

Color info

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

RGB color model

#674A2A color RGB value is (103,74,42).

  • red value is 103;
  • green value is 74;
  • blue value is 42.
RGB:
(103,74,42)
(40%,29%,16%)

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 42 of 255 = 16%

103
74
42

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

Portions of RGB colors in percentages

R + G + B =
103 + 74 + 42 = 219 (100%)
R 103 of 219 ~ 47.03%
G 74 of 219 ~ 33.79%
B 42 of 219 ~ 19.18%

%47.03
%33.79
%19.18

CMYK color model

#674A2A color CMYK value is (0,28,59,60).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 59.22%
  • key color value is 59.61%
CMYK:
(0,28,59,60)
C0M28Y59K60 
(0%,28%,59%,60%)
(0.00/0.28/0.59/0.60)	

CMYK percentages

%0
%28.16
%59.22
%59.61

Codes

Color #674A2A in popluar color models

674A2A
RGB1037442
HSL31°42.07%28.43%
HSB/HSV31°59.22%40.39%
CMYK0.00%28.16%59.22%
59.61%

Color #674A2A in popluar number systems.

HEX674A2A
Decimal1037442
Binary11001111001010101010
Octal14711252

Shades and tints

Shades of #674A2A

#674A2A
(103,74,42)
#5E4427
(94,68,39)
#553E24
(85,62,36)
#4C3821
(76,56,33)
#43321E
(67,50,30)
#3A2C1B
(58,44,27)
#312618
(49,38,24)
#282015
(40,32,21)
#1F1A12
(31,26,18)
#16140F
(22,20,15)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #674A2A

#674A2A
(103,74,42)
#745A3D
(116,90,61)
#816A50
(129,106,80)
#8E7A63
(142,122,99)
#9B8A76
(155,138,118)
#A89A89
(168,154,137)
#B5AA9C
(181,170,156)
#C2BAAF
(194,186,175)
#CFCAC2
(207,202,194)
#DCDAD5
(220,218,213)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #674A2A color. Also use rgb(103,74,42) instead hex code.

Text Font Color

.myTextColor { color: #674A2A; }

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

This text font color is #674A2A.


Background Color

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

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

This div background color is #674A2A.


Border color

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

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

This div border color is #674A2A.


Opacity

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

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

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

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

This text has shadow with #674A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674A2A on black background.


Color preview on white background

This text has color #674A2A on white background.



Black color preview on #674A2A background

This text has black color on #674A2A background.


White color preview on #674A2A background

This text has white color on #674A2A background.