COLOR #675325

HEX: #675325
RGB: (103,83,37)

Color info

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

RGB color model

#675325 color RGB value is (103,83,37).

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

RGB channels and saturation

R 103 of 255 = 40%
G 83 of 255 = 33%
B 37 of 255 = 15%

103
83
37

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

Portions of RGB colors in percentages

R + G + B =
103 + 83 + 37 = 223 (100%)
R 103 of 223 ~ 46.19%
G 83 of 223 ~ 37.22%
B 37 of 223 ~ 16.59%

%46.19
%37.22
%16.59

CMYK color model

#675325 color CMYK value is (0,19,64,60).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(0,19,64,60)
C0M19Y64K60 
(0%,19%,64%,60%)
(0.00/0.19/0.64/0.60)	

CMYK percentages

%0
%19.42
%64.08
%59.61

Codes

Color #675325 in popluar color models

675325
RGB1038337
HSL42°47.14%27.45%
HSB/HSV42°64.08%40.39%
CMYK0.00%19.42%64.08%
59.61%

Color #675325 in popluar number systems.

HEX675325
Decimal1038337
Binary11001111010011100101
Octal14712345

Shades and tints

Shades of #675325

#675325
(103,83,37)
#5E4C22
(94,76,34)
#55451F
(85,69,31)
#4C3E1C
(76,62,28)
#433719
(67,55,25)
#3A3016
(58,48,22)
#312913
(49,41,19)
#282210
(40,34,16)
#1F1B0D
(31,27,13)
#16140A
(22,20,10)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #675325

#675325
(103,83,37)
#746238
(116,98,56)
#81714B
(129,113,75)
#8E805E
(142,128,94)
#9B8F71
(155,143,113)
#A89E84
(168,158,132)
#B5AD97
(181,173,151)
#C2BCAA
(194,188,170)
#CFCBBD
(207,203,189)
#DCDAD0
(220,218,208)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675325; }

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

This text font color is #675325.


Background Color

.myBgColor { background-color: #675325; }

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

This div background color is #675325.


Border color

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

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

This div border color is #675325.


Opacity

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

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

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

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

This text has shadow with #675325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675325 on black background.


Color preview on white background

This text has color #675325 on white background.



Black color preview on #675325 background

This text has black color on #675325 background.


White color preview on #675325 background

This text has white color on #675325 background.