COLOR #675321

HEX: #675321
RGB: (103,83,33)

Color info

#675321 contains mainly red and green colors. Web safe color of #675321 is #666633 (or #663).

RGB color model

#675321 color RGB value is (103,83,33).

  • red value is 103;
  • green value is 83;
  • blue value is 33.
RGB:
(103,83,33)
(40%,33%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 83 of 255 = 33%
B 33 of 255 = 13%

103
83
33

R + G + B ~ 29%. #675321 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 83 + 33 = 219 (100%)
R 103 of 219 ~ 47.03%
G 83 of 219 ~ 37.9%
B 33 of 219 ~ 15.07%

%47.03
%37.9
%15.07

CMYK color model

#675321 color CMYK value is (0,19,68,60).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(0,19,68,60)
C0M19Y68K60 
(0%,19%,68%,60%)
(0.00/0.19/0.68/0.60)	

CMYK percentages

%0
%19.42
%67.96
%59.61

Codes

Color #675321 in popluar color models

675321
RGB1038333
HSL43°51.47%26.67%
HSB/HSV43°67.96%40.39%
CMYK0.00%19.42%67.96%
59.61%

Color #675321 in popluar number systems.

HEX675321
Decimal1038333
Binary11001111010011100001
Octal14712341

Shades and tints

Shades of #675321

#675321
(103,83,33)
#5E4C1E
(94,76,30)
#55451B
(85,69,27)
#4C3E18
(76,62,24)
#433715
(67,55,21)
#3A3012
(58,48,18)
#31290F
(49,41,15)
#28220C
(40,34,12)
#1F1B09
(31,27,9)
#161406
(22,20,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #675321

#675321
(103,83,33)
#746235
(116,98,53)
#817149
(129,113,73)
#8E805D
(142,128,93)
#9B8F71
(155,143,113)
#A89E85
(168,158,133)
#B5AD99
(181,173,153)
#C2BCAD
(194,188,173)
#CFCBC1
(207,203,193)
#DCDAD5
(220,218,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675321 color. Also use rgb(103,83,33) instead hex code.

Text Font Color

.myTextColor { color: #675321; }

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

This text font color is #675321.


Background Color

.myBgColor { background-color: #675321; }

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

This div background color is #675321.


Border color

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

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

This div border color is #675321.


Opacity

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

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

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

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

This text has shadow with #675321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675321 on black background.


Color preview on white background

This text has color #675321 on white background.



Black color preview on #675321 background

This text has black color on #675321 background.


White color preview on #675321 background

This text has white color on #675321 background.