COLOR #675844

HEX: #675844
RGB: (103,88,68)

Color info

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

RGB color model

#675844 color RGB value is (103,88,68).

  • red value is 103;
  • green value is 88;
  • blue value is 68.
RGB:
(103,88,68)
(40%,35%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 88 of 255 = 35%
B 68 of 255 = 27%

103
88
68

R + G + B ~ 34%. #675844 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 68 = 259 (100%)
R 103 of 259 ~ 39.77%
G 88 of 259 ~ 33.98%
B 68 of 259 ~ 26.25%

%39.77
%33.98
%26.25

CMYK color model

#675844 color CMYK value is (0,15,34,60).

  • cyan value is 0.00%
  • magenta value is 14.56%
  • yellow value is 33.98%
  • key color value is 59.61%
CMYK:
(0,15,34,60)
C0M15Y34K60 
(0%,15%,34%,60%)
(0.00/0.15/0.34/0.60)	

CMYK percentages

%0
%14.56
%33.98
%59.61

Codes

Color #675844 in popluar color models

675844
RGB1038868
HSL34°20.47%33.53%
HSB/HSV34°33.98%40.39%
CMYK0.00%14.56%33.98%
59.61%

Color #675844 in popluar number systems.

HEX675844
Decimal1038868
Binary110011110110001000100
Octal147130104

Shades and tints

Shades of #675844

#675844
(103,88,68)
#5E503E
(94,80,62)
#554838
(85,72,56)
#4C4032
(76,64,50)
#43382C
(67,56,44)
#3A3026
(58,48,38)
#312820
(49,40,32)
#28201A
(40,32,26)
#1F1814
(31,24,20)
#16100E
(22,16,14)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #675844

#675844
(103,88,68)
#746755
(116,103,85)
#817666
(129,118,102)
#8E8577
(142,133,119)
#9B9488
(155,148,136)
#A8A399
(168,163,153)
#B5B2AA
(181,178,170)
#C2C1BB
(194,193,187)
#CFD0CC
(207,208,204)
#DCDFDD
(220,223,221)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675844 color. Also use rgb(103,88,68) instead hex code.

Text Font Color

.myTextColor { color: #675844; }

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

This text font color is #675844.


Background Color

.myBgColor { background-color: #675844; }

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

This div background color is #675844.


Border color

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

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

This div border color is #675844.


Opacity

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

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

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

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

This text has shadow with #675844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675844 on black background.


Color preview on white background

This text has color #675844 on white background.



Black color preview on #675844 background

This text has black color on #675844 background.


White color preview on #675844 background

This text has white color on #675844 background.