COLOR #673009

HEX: #673009
RGB: (103,48,9)

Color info

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

RGB color model

#673009 color RGB value is (103,48,9).

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

RGB channels and saturation

R 103 of 255 = 40%
G 48 of 255 = 19%
B 9 of 255 = 4%

103
48
9

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

Portions of RGB colors in percentages

R + G + B =
103 + 48 + 9 = 160 (100%)
R 103 of 160 ~ 64.38%
G 48 of 160 ~ 30%
B 9 of 160 ~ 5.63%

%64.38
%30

CMYK color model

#673009 color CMYK value is (0,53,91,60).

  • cyan value is 0.00%
  • magenta value is 53.40%
  • yellow value is 91.26%
  • key color value is 59.61%
CMYK:
(0,53,91,60)
C0M53Y91K60 
(0%,53%,91%,60%)
(0.00/0.53/0.91/0.60)	

CMYK percentages

%0
%53.4
%91.26
%59.61

Codes

Color #673009 in popluar color models

673009
RGB103489
HSL25°83.93%21.96%
HSB/HSV25°91.26%40.39%
CMYK0.00%53.40%91.26%
59.61%

Color #673009 in popluar number systems.

HEX673009
Decimal103489
Binary11001111100001001
Octal1476011

Shades and tints

Shades of #673009

#673009
(103,48,9)
#5E2C09
(94,44,9)
#552809
(85,40,9)
#4C2409
(76,36,9)
#432009
(67,32,9)
#3A1C09
(58,28,9)
#311809
(49,24,9)
#281409
(40,20,9)
#1F1009
(31,16,9)
#160C09
(22,12,9)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #673009

#673009
(103,48,9)
#74421F
(116,66,31)
#815435
(129,84,53)
#8E664B
(142,102,75)
#9B7861
(155,120,97)
#A88A77
(168,138,119)
#B59C8D
(181,156,141)
#C2AEA3
(194,174,163)
#CFC0B9
(207,192,185)
#DCD2CF
(220,210,207)
#E9E4E5
(233,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #673009; }

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

This text font color is #673009.


Background Color

.myBgColor { background-color: #673009; }

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

This div background color is #673009.


Border color

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

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

This div border color is #673009.


Opacity

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

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

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

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

This text has shadow with #673009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673009 on black background.


Color preview on white background

This text has color #673009 on white background.



Black color preview on #673009 background

This text has black color on #673009 background.


White color preview on #673009 background

This text has white color on #673009 background.