COLOR #672B0C

HEX: #672B0C
RGB: (103,43,12)

Color info

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

RGB color model

#672B0C color RGB value is (103,43,12).

  • red value is 103;
  • green value is 43;
  • blue value is 12.
RGB:
(103,43,12)
(40%,17%,5%)

RGB channels and saturation

R 103 of 255 = 40%
G 43 of 255 = 17%
B 12 of 255 = 5%

103
43
12

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

Portions of RGB colors in percentages

R + G + B =
103 + 43 + 12 = 158 (100%)
R 103 of 158 ~ 65.19%
G 43 of 158 ~ 27.22%
B 12 of 158 ~ 7.59%

%65.19
%27.22

CMYK color model

#672B0C color CMYK value is (0,58,88,60).

  • cyan value is 0.00%
  • magenta value is 58.25%
  • yellow value is 88.35%
  • key color value is 59.61%
CMYK:
(0,58,88,60)
C0M58Y88K60 
(0%,58%,88%,60%)
(0.00/0.58/0.88/0.60)	

CMYK percentages

%0
%58.25
%88.35
%59.61

Codes

Color #672B0C in popluar color models

672B0C
RGB1034312
HSL20°79.13%22.55%
HSB/HSV20°88.35%40.39%
CMYK0.00%58.25%88.35%
59.61%

Color #672B0C in popluar number systems.

HEX672B0C
Decimal1034312
Binary11001111010111100
Octal1475314

Shades and tints

Shades of #672B0C

#672B0C
(103,43,12)
#5E280B
(94,40,11)
#55250A
(85,37,10)
#4C2209
(76,34,9)
#431F08
(67,31,8)
#3A1C07
(58,28,7)
#311906
(49,25,6)
#281605
(40,22,5)
#1F1304
(31,19,4)
#161003
(22,16,3)
#0D0D02
(13,13,2)
#000000
(0,0,0)

Tints of #672B0C

#672B0C
(103,43,12)
#743E22
(116,62,34)
#815138
(129,81,56)
#8E644E
(142,100,78)
#9B7764
(155,119,100)
#A88A7A
(168,138,122)
#B59D90
(181,157,144)
#C2B0A6
(194,176,166)
#CFC3BC
(207,195,188)
#DCD6D2
(220,214,210)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672B0C color. Also use rgb(103,43,12) instead hex code.

Text Font Color

.myTextColor { color: #672B0C; }

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

This text font color is #672B0C.


Background Color

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

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

This div background color is #672B0C.


Border color

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

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

This div border color is #672B0C.


Opacity

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

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

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

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

This text has shadow with #672B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672B0C on black background.


Color preview on white background

This text has color #672B0C on white background.



Black color preview on #672B0C background

This text has black color on #672B0C background.


White color preview on #672B0C background

This text has white color on #672B0C background.