COLOR #674A16

HEX: #674A16
RGB: (103,74,22)

Color info

#674A16 contains mainly red and green colors. Web safe color of #674A16 is #663300 (or #630).

RGB color model

#674A16 color RGB value is (103,74,22).

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

RGB channels and saturation

R 103 of 255 = 40%
G 74 of 255 = 29%
B 22 of 255 = 9%

103
74
22

R + G + B ~ 26%. #674A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 74 + 22 = 199 (100%)
R 103 of 199 ~ 51.76%
G 74 of 199 ~ 37.19%
B 22 of 199 ~ 11.06%

%51.76
%37.19
%11.06

CMYK color model

#674A16 color CMYK value is (0,28,79,60).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 78.64%
  • key color value is 59.61%
CMYK:
(0,28,79,60)
C0M28Y79K60 
(0%,28%,79%,60%)
(0.00/0.28/0.79/0.60)	

CMYK percentages

%0
%28.16
%78.64
%59.61

Codes

Color #674A16 in popluar color models

674A16
RGB1037422
HSL39°64.80%24.51%
HSB/HSV39°78.64%40.39%
CMYK0.00%28.16%78.64%
59.61%

Color #674A16 in popluar number systems.

HEX674A16
Decimal1037422
Binary1100111100101010110
Octal14711226

Shades and tints

Shades of #674A16

#674A16
(103,74,22)
#5E4414
(94,68,20)
#553E12
(85,62,18)
#4C3810
(76,56,16)
#43320E
(67,50,14)
#3A2C0C
(58,44,12)
#31260A
(49,38,10)
#282008
(40,32,8)
#1F1A06
(31,26,6)
#161404
(22,20,4)
#0D0E02
(13,14,2)
#000000
(0,0,0)

Tints of #674A16

#674A16
(103,74,22)
#745A2B
(116,90,43)
#816A40
(129,106,64)
#8E7A55
(142,122,85)
#9B8A6A
(155,138,106)
#A89A7F
(168,154,127)
#B5AA94
(181,170,148)
#C2BAA9
(194,186,169)
#CFCABE
(207,202,190)
#DCDAD3
(220,218,211)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #674A16; }

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

This text font color is #674A16.


Background Color

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

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

This div background color is #674A16.


Border color

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

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

This div border color is #674A16.


Opacity

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

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

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

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

This text has shadow with #674A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #674A16 on black background.


Color preview on white background

This text has color #674A16 on white background.



Black color preview on #674A16 background

This text has black color on #674A16 background.


White color preview on #674A16 background

This text has white color on #674A16 background.