COLOR #672A12

HEX: #672A12
RGB: (103,42,18)

Color info

#672A12 contains mainly red color. Web safe color of #672A12 is #663300 (or #630).

RGB color model

#672A12 color RGB value is (103,42,18).

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

RGB channels and saturation

R 103 of 255 = 40%
G 42 of 255 = 16%
B 18 of 255 = 7%

103
42
18

R + G + B ~ 21%. #672A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 42 + 18 = 163 (100%)
R 103 of 163 ~ 63.19%
G 42 of 163 ~ 25.77%
B 18 of 163 ~ 11.04%

%63.19
%25.77
%11.04

CMYK color model

#672A12 color CMYK value is (0,59,83,60).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 82.52%
  • key color value is 59.61%
CMYK:
(0,59,83,60)
C0M59Y83K60 
(0%,59%,83%,60%)
(0.00/0.59/0.83/0.60)	

CMYK percentages

%0
%59.22
%82.52
%59.61

Codes

Color #672A12 in popluar color models

672A12
RGB1034218
HSL17°70.25%23.73%
HSB/HSV17°82.52%40.39%
CMYK0.00%59.22%82.52%
59.61%

Color #672A12 in popluar number systems.

HEX672A12
Decimal1034218
Binary110011110101010010
Octal1475222

Shades and tints

Shades of #672A12

#672A12
(103,42,18)
#5E2711
(94,39,17)
#552410
(85,36,16)
#4C210F
(76,33,15)
#431E0E
(67,30,14)
#3A1B0D
(58,27,13)
#31180C
(49,24,12)
#28150B
(40,21,11)
#1F120A
(31,18,10)
#160F09
(22,15,9)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #672A12

#672A12
(103,42,18)
#743D27
(116,61,39)
#81503C
(129,80,60)
#8E6351
(142,99,81)
#9B7666
(155,118,102)
#A8897B
(168,137,123)
#B59C90
(181,156,144)
#C2AFA5
(194,175,165)
#CFC2BA
(207,194,186)
#DCD5CF
(220,213,207)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672A12 color. Also use rgb(103,42,18) instead hex code.

Text Font Color

.myTextColor { color: #672A12; }

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

This text font color is #672A12.


Background Color

.myBgColor { background-color: #672A12; }

<div style="background-color:#672A12">Inner text</div>

This div background color is #672A12.


Border color

.myBorderColor { border: 1px solid #672A12; }

<div style="border:3px solid #672A12">Div</div>

This div border color is #672A12.


Opacity

.myOpacity80 { color: #672A12; opacity: 0.8; }

<p style="color:#672A12;opacity:0.8;">80%</p>

Text with #672A12 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 #672A12;}

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

This text has shadow with #672A12 color.

.textShadow {text-shadow: 3px 3px 1px #672A12, 3px 3px 1px red;}

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

This text has shadow with #672A12 primary color and red secondary color.


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

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

This text has shadow with #672A12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672A12 on black background.


Color preview on white background

This text has color #672A12 on white background.



Black color preview on #672A12 background

This text has black color on #672A12 background.


White color preview on #672A12 background

This text has white color on #672A12 background.