COLOR #672700

HEX: #672700
RGB: (103,39,0)

Color info

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

RGB color model

#672700 color RGB value is (103,39,0).

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

RGB channels and saturation

R 103 of 255 = 40%
G 39 of 255 = 15%
B 0 of 255 = 0%

103
39
0

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

Portions of RGB colors in percentages

R + G + B =
103 + 39 + 0 = 142 (100%)
R 103 of 142 ~ 72.54%
G 39 of 142 ~ 27.46%
B 0 of 142 ~ 0%

%72.54
%27.46

CMYK color model

#672700 color CMYK value is (0,62,100,60).

  • cyan value is 0.00%
  • magenta value is 62.14%
  • yellow value is 100.00%
  • key color value is 59.61%
CMYK:
(0,62,100,60)
C0M62Y100K60 
(0%,62%,100%,60%)
(0.00/0.62/1.00/0.60)	

CMYK percentages

%0
%62.14
%100
%59.61

Codes

Color #672700 in popluar color models

672700
RGB103390
HSL23°100.00%20.20%
HSB/HSV23°100.00%40.39%
CMYK0.00%62.14%100.00%
59.61%

Color #672700 in popluar number systems.

HEX672700
Decimal103390
Binary11001111001110
Octal147470

Shades and tints

Shades of #672700

#672700
(103,39,0)
#5E2400
(94,36,0)
#552100
(85,33,0)
#4C1E00
(76,30,0)
#431B00
(67,27,0)
#3A1800
(58,24,0)
#311500
(49,21,0)
#281200
(40,18,0)
#1F0F00
(31,15,0)
#160C00
(22,12,0)
#0D0900
(13,9,0)
#000000
(0,0,0)

Tints of #672700

#672700
(103,39,0)
#743A17
(116,58,23)
#814D2E
(129,77,46)
#8E6045
(142,96,69)
#9B735C
(155,115,92)
#A88673
(168,134,115)
#B5998A
(181,153,138)
#C2ACA1
(194,172,161)
#CFBFB8
(207,191,184)
#DCD2CF
(220,210,207)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #672700; }

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

This text font color is #672700.


Background Color

.myBgColor { background-color: #672700; }

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

This div background color is #672700.


Border color

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

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

This div border color is #672700.


Opacity

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

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

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

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

This text has shadow with #672700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672700 on black background.


Color preview on white background

This text has color #672700 on white background.



Black color preview on #672700 background

This text has black color on #672700 background.


White color preview on #672700 background

This text has white color on #672700 background.