COLOR #675C35

HEX: #675C35
RGB: (103,92,53)

Color info

#675C35 contains red, green and blue colors in about the same proportion. Web safe color of #675C35 is #666633 (or #663).

RGB color model

#675C35 color RGB value is (103,92,53).

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

RGB channels and saturation

R 103 of 255 = 40%
G 92 of 255 = 36%
B 53 of 255 = 21%

103
92
53

R + G + B ~ 32%. #675C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 92 + 53 = 248 (100%)
R 103 of 248 ~ 41.53%
G 92 of 248 ~ 37.1%
B 53 of 248 ~ 21.37%

%41.53
%37.1
%21.37

CMYK color model

#675C35 color CMYK value is (0,11,49,60).

  • cyan value is 0.00%
  • magenta value is 10.68%
  • yellow value is 48.54%
  • key color value is 59.61%
CMYK:
(0,11,49,60)
C0M11Y49K60 
(0%,11%,49%,60%)
(0.00/0.11/0.49/0.60)	

CMYK percentages

%0
%10.68
%48.54
%59.61

Codes

Color #675C35 in popluar color models

675C35
RGB1039253
HSL47°32.05%30.59%
HSB/HSV47°48.54%40.39%
CMYK0.00%10.68%48.54%
59.61%

Color #675C35 in popluar number systems.

HEX675C35
Decimal1039253
Binary11001111011100110101
Octal14713465

Shades and tints

Shades of #675C35

#675C35
(103,92,53)
#5E5431
(94,84,49)
#554C2D
(85,76,45)
#4C4429
(76,68,41)
#433C25
(67,60,37)
#3A3421
(58,52,33)
#312C1D
(49,44,29)
#282419
(40,36,25)
#1F1C15
(31,28,21)
#161411
(22,20,17)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #675C35

#675C35
(103,92,53)
#746A47
(116,106,71)
#817859
(129,120,89)
#8E866B
(142,134,107)
#9B947D
(155,148,125)
#A8A28F
(168,162,143)
#B5B0A1
(181,176,161)
#C2BEB3
(194,190,179)
#CFCCC5
(207,204,197)
#DCDAD7
(220,218,215)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675C35; }

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

This text font color is #675C35.


Background Color

.myBgColor { background-color: #675C35; }

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

This div background color is #675C35.


Border color

.myBorderColor { border: 1px solid #675C35; }

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

This div border color is #675C35.


Opacity

.myOpacity80 { color: #675C35; opacity: 0.8; }

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

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

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

This text has shadow with #675C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675C35 on black background.


Color preview on white background

This text has color #675C35 on white background.



Black color preview on #675C35 background

This text has black color on #675C35 background.


White color preview on #675C35 background

This text has white color on #675C35 background.