COLOR #675E35

HEX: #675E35
RGB: (103,94,53)

Color info

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

RGB color model

#675E35 color RGB value is (103,94,53).

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

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 53 of 255 = 21%

103
94
53

R + G + B ~ 33%. #675E35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 94 + 53 = 250 (100%)
R 103 of 250 ~ 41.2%
G 94 of 250 ~ 37.6%
B 53 of 250 ~ 21.2%

%41.2
%37.6
%21.2

CMYK color model

#675E35 color CMYK value is (0,9,49,60).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 48.54%
  • key color value is 59.61%
CMYK:
(0,9,49,60)
C0M9Y49K60 
(0%,9%,49%,60%)
(0.00/0.09/0.49/0.60)	

CMYK percentages

%0
%8.74
%48.54
%59.61

Codes

Color #675E35 in popluar color models

675E35
RGB1039453
HSL49°32.05%30.59%
HSB/HSV49°48.54%40.39%
CMYK0.00%8.74%48.54%
59.61%

Color #675E35 in popluar number systems.

HEX675E35
Decimal1039453
Binary11001111011110110101
Octal14713665

Shades and tints

Shades of #675E35

#675E35
(103,94,53)
#5E5631
(94,86,49)
#554E2D
(85,78,45)
#4C4629
(76,70,41)
#433E25
(67,62,37)
#3A3621
(58,54,33)
#312E1D
(49,46,29)
#282619
(40,38,25)
#1F1E15
(31,30,21)
#161611
(22,22,17)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #675E35

#675E35
(103,94,53)
#746C47
(116,108,71)
#817A59
(129,122,89)
#8E886B
(142,136,107)
#9B967D
(155,150,125)
#A8A48F
(168,164,143)
#B5B2A1
(181,178,161)
#C2C0B3
(194,192,179)
#CFCEC5
(207,206,197)
#DCDCD7
(220,220,215)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675E35; }

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

This text font color is #675E35.


Background Color

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

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

This div background color is #675E35.


Border color

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

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

This div border color is #675E35.


Opacity

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

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

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

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

This text has shadow with #675E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675E35 on black background.


Color preview on white background

This text has color #675E35 on white background.



Black color preview on #675E35 background

This text has black color on #675E35 background.


White color preview on #675E35 background

This text has white color on #675E35 background.