COLOR #673310

HEX: #673310
RGB: (103,51,16)

Color info

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

RGB color model

#673310 color RGB value is (103,51,16).

  • red value is 103;
  • green value is 51;
  • blue value is 16.
RGB:
(103,51,16)
(40%,20%,6%)

RGB channels and saturation

R 103 of 255 = 40%
G 51 of 255 = 20%
B 16 of 255 = 6%

103
51
16

R + G + B ~ 22%. #673310 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 51 + 16 = 170 (100%)
R 103 of 170 ~ 60.59%
G 51 of 170 ~ 30%
B 16 of 170 ~ 9.41%

%60.59
%30

CMYK color model

#673310 color CMYK value is (0,50,84,60).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 84.47%
  • key color value is 59.61%
CMYK:
(0,50,84,60)
C0M50Y84K60 
(0%,50%,84%,60%)
(0.00/0.50/0.84/0.60)	

CMYK percentages

%0
%50.49
%84.47
%59.61

Codes

Color #673310 in popluar color models

673310
RGB1035116
HSL24°73.11%23.33%
HSB/HSV24°84.47%40.39%
CMYK0.00%50.49%84.47%
59.61%

Color #673310 in popluar number systems.

HEX673310
Decimal1035116
Binary110011111001110000
Octal1476320

Shades and tints

Shades of #673310

#673310
(103,51,16)
#5E2F0F
(94,47,15)
#552B0E
(85,43,14)
#4C270D
(76,39,13)
#43230C
(67,35,12)
#3A1F0B
(58,31,11)
#311B0A
(49,27,10)
#281709
(40,23,9)
#1F1308
(31,19,8)
#160F07
(22,15,7)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #673310

#673310
(103,51,16)
#744525
(116,69,37)
#81573A
(129,87,58)
#8E694F
(142,105,79)
#9B7B64
(155,123,100)
#A88D79
(168,141,121)
#B59F8E
(181,159,142)
#C2B1A3
(194,177,163)
#CFC3B8
(207,195,184)
#DCD5CD
(220,213,205)
#E9E7E2
(233,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673310 color. Also use rgb(103,51,16) instead hex code.

Text Font Color

.myTextColor { color: #673310; }

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

This text font color is #673310.


Background Color

.myBgColor { background-color: #673310; }

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

This div background color is #673310.


Border color

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

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

This div border color is #673310.


Opacity

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

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

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

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

This text has shadow with #673310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673310 on black background.


Color preview on white background

This text has color #673310 on white background.



Black color preview on #673310 background

This text has black color on #673310 background.


White color preview on #673310 background

This text has white color on #673310 background.