COLOR #673008

HEX: #673008
RGB: (103,48,8)

Color info

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

RGB color model

#673008 color RGB value is (103,48,8).

  • red value is 103;
  • green value is 48;
  • blue value is 8.
RGB:
(103,48,8)
(40%,19%,3%)

RGB channels and saturation

R 103 of 255 = 40%
G 48 of 255 = 19%
B 8 of 255 = 3%

103
48
8

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

Portions of RGB colors in percentages

R + G + B =
103 + 48 + 8 = 159 (100%)
R 103 of 159 ~ 64.78%
G 48 of 159 ~ 30.19%
B 8 of 159 ~ 5.03%

%64.78
%30.19

CMYK color model

#673008 color CMYK value is (0,53,92,60).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 92.23%
  • key color value is 59.61%
CMYK:
(0,53,92,60)
C0M53Y92K60 
(0%,53%,92%,60%)
(0.00/0.53/0.92/0.60)	

CMYK percentages

%0
%53.4
%92.23
%59.61

Codes

Color #673008 in popluar color models

673008
RGB103488
HSL25°85.59%21.76%
HSB/HSV25°92.23%40.39%
CMYK0.00%53.40%92.23%
59.61%

Color #673008 in popluar number systems.

HEX673008
Decimal103488
Binary11001111100001000
Octal1476010

Shades and tints

Shades of #673008

#673008
(103,48,8)
#5E2C08
(94,44,8)
#552808
(85,40,8)
#4C2408
(76,36,8)
#432008
(67,32,8)
#3A1C08
(58,28,8)
#311808
(49,24,8)
#281408
(40,20,8)
#1F1008
(31,16,8)
#160C08
(22,12,8)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #673008

#673008
(103,48,8)
#74421E
(116,66,30)
#815434
(129,84,52)
#8E664A
(142,102,74)
#9B7860
(155,120,96)
#A88A76
(168,138,118)
#B59C8C
(181,156,140)
#C2AEA2
(194,174,162)
#CFC0B8
(207,192,184)
#DCD2CE
(220,210,206)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673008 color. Also use rgb(103,48,8) instead hex code.

Text Font Color

.myTextColor { color: #673008; }

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

This text font color is #673008.


Background Color

.myBgColor { background-color: #673008; }

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

This div background color is #673008.


Border color

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

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

This div border color is #673008.


Opacity

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

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

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

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

This text has shadow with #673008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673008 on black background.


Color preview on white background

This text has color #673008 on white background.



Black color preview on #673008 background

This text has black color on #673008 background.


White color preview on #673008 background

This text has white color on #673008 background.