COLOR #673502

HEX: #673502
RGB: (103,53,2)

Color info

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

RGB color model

#673502 color RGB value is (103,53,2).

  • red value is 103;
  • green value is 53;
  • blue value is 2.
RGB:
(103,53,2)
(40%,21%,1%)

RGB channels and saturation

R 103 of 255 = 40%
G 53 of 255 = 21%
B 2 of 255 = 1%

103
53
2

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

Portions of RGB colors in percentages

R + G + B =
103 + 53 + 2 = 158 (100%)
R 103 of 158 ~ 65.19%
G 53 of 158 ~ 33.54%
B 2 of 158 ~ 1.27%

%65.19
%33.54

CMYK color model

#673502 color CMYK value is (0,49,98,60).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 98.06%
  • key color value is 59.61%
CMYK:
(0,49,98,60)
C0M49Y98K60 
(0%,49%,98%,60%)
(0.00/0.49/0.98/0.60)	

CMYK percentages

%0
%48.54
%98.06
%59.61

Codes

Color #673502 in popluar color models

673502
RGB103532
HSL30°96.19%20.59%
HSB/HSV30°98.06%40.39%
CMYK0.00%48.54%98.06%
59.61%

Color #673502 in popluar number systems.

HEX673502
Decimal103532
Binary110011111010110
Octal147652

Shades and tints

Shades of #673502

#673502
(103,53,2)
#5E3102
(94,49,2)
#552D02
(85,45,2)
#4C2902
(76,41,2)
#432502
(67,37,2)
#3A2102
(58,33,2)
#311D02
(49,29,2)
#281902
(40,25,2)
#1F1502
(31,21,2)
#161102
(22,17,2)
#0D0D02
(13,13,2)
#000000
(0,0,0)

Tints of #673502

#673502
(103,53,2)
#744719
(116,71,25)
#815930
(129,89,48)
#8E6B47
(142,107,71)
#9B7D5E
(155,125,94)
#A88F75
(168,143,117)
#B5A18C
(181,161,140)
#C2B3A3
(194,179,163)
#CFC5BA
(207,197,186)
#DCD7D1
(220,215,209)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #673502 color. Also use rgb(103,53,2) instead hex code.

Text Font Color

.myTextColor { color: #673502; }

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

This text font color is #673502.


Background Color

.myBgColor { background-color: #673502; }

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

This div background color is #673502.


Border color

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

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

This div border color is #673502.


Opacity

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

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

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

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

This text has shadow with #673502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #673502 on black background.


Color preview on white background

This text has color #673502 on white background.



Black color preview on #673502 background

This text has black color on #673502 background.


White color preview on #673502 background

This text has white color on #673502 background.