COLOR #672100

HEX: #672100
RGB: (103,33,0)

Color info

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

RGB color model

#672100 color RGB value is (103,33,0).

  • red value is 103;
  • green value is 33;
  • blue value is 0.
RGB:
(103,33,0)
(40%,13%,0%)

RGB channels and saturation

R 103 of 255 = 40%
G 33 of 255 = 13%
B 0 of 255 = 0%

103
33
0

R + G + B ~ 18%. #672100 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 33 + 0 = 136 (100%)
R 103 of 136 ~ 75.74%
G 33 of 136 ~ 24.26%
B 0 of 136 ~ 0%

%75.74
%24.26

CMYK color model

#672100 color CMYK value is (0,68,100,60).

  • cyan value is 0.00%
  • magenta value is 67.96%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK:
(0,68,100,60)
C0M68Y100K60 
(0%,68%,100%,60%)
(0.00/0.68/1.00/0.60)	

CMYK percentages

%0
%67.96
%100
%59.61

Codes

Color #672100 in popluar color models

672100
RGB103330
HSL19°100.00%20.20%
HSB/HSV19°100.00%40.39%
CMYK0.00%67.96%100.00%
59.61%

Color #672100 in popluar number systems.

HEX672100
Decimal103330
Binary11001111000010
Octal147410

Shades and tints

Shades of #672100

#672100
(103,33,0)
#5E1E00
(94,30,0)
#551B00
(85,27,0)
#4C1800
(76,24,0)
#431500
(67,21,0)
#3A1200
(58,18,0)
#310F00
(49,15,0)
#280C00
(40,12,0)
#1F0900
(31,9,0)
#160600
(22,6,0)
#0D0300
(13,3,0)
#000000
(0,0,0)

Tints of #672100

#672100
(103,33,0)
#743517
(116,53,23)
#81492E
(129,73,46)
#8E5D45
(142,93,69)
#9B715C
(155,113,92)
#A88573
(168,133,115)
#B5998A
(181,153,138)
#C2ADA1
(194,173,161)
#CFC1B8
(207,193,184)
#DCD5CF
(220,213,207)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672100 color. Also use rgb(103,33,0) instead hex code.

Text Font Color

.myTextColor { color: #672100; }

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

This text font color is #672100.


Background Color

.myBgColor { background-color: #672100; }

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

This div background color is #672100.


Border color

.myBorderColor { border: 1px solid #672100; }

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

This div border color is #672100.


Opacity

.myOpacity80 { color: #672100; opacity: 0.8; }

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

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

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

This text has shadow with #672100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672100 on black background.


Color preview on white background

This text has color #672100 on white background.



Black color preview on #672100 background

This text has black color on #672100 background.


White color preview on #672100 background

This text has white color on #672100 background.