COLOR #695755

HEX: #695755
RGB: (105,87,85)

Color info

#695755 contains red, green and blue colors in about the same proportion. Web safe color of #695755 is #666666 (or #666).

RGB color model

#695755 color RGB value is (105,87,85).

  • red value is 105;
  • green value is 87;
  • blue value is 85.
RGB:
(105,87,85)
(41%,34%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 87 of 255 = 34%
B 85 of 255 = 33%

105
87
85

R + G + B ~ 36%. #695755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 87 + 85 = 277 (100%)
R 105 of 277 ~ 37.91%
G 87 of 277 ~ 31.41%
B 85 of 277 ~ 30.69%

%37.91
%31.41
%30.69

CMYK color model

#695755 color CMYK value is (0,17,19,59).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(0,17,19,59)
C0M17Y19K59 
(0%,17%,19%,59%)
(0.00/0.17/0.19/0.59)	

CMYK percentages

%0
%17.14
%19.05
%58.82

Codes

Color #695755 in popluar color models

695755
RGB1058785
HSL10.53%37.25%
HSB/HSV19.05%41.18%
CMYK0.00%17.14%19.05%
58.82%

Color #695755 in popluar number systems.

HEX695755
Decimal1058785
Binary110100110101111010101
Octal151127125

Shades and tints

Shades of #695755

#695755
(105,87,85)
#60504E
(96,80,78)
#574947
(87,73,71)
#4E4240
(78,66,64)
#453B39
(69,59,57)
#3C3432
(60,52,50)
#332D2B
(51,45,43)
#2A2624
(42,38,36)
#211F1D
(33,31,29)
#181816
(24,24,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #695755

#695755
(105,87,85)
#766664
(118,102,100)
#837573
(131,117,115)
#908482
(144,132,130)
#9D9391
(157,147,145)
#AAA2A0
(170,162,160)
#B7B1AF
(183,177,175)
#C4C0BE
(196,192,190)
#D1CFCD
(209,207,205)
#DEDEDC
(222,222,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695755 color. Also use rgb(105,87,85) instead hex code.

Text Font Color

.myTextColor { color: #695755; }

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

This text font color is #695755.


Background Color

.myBgColor { background-color: #695755; }

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

This div background color is #695755.


Border color

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

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

This div border color is #695755.


Opacity

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

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

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

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

This text has shadow with #695755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695755 on black background.


Color preview on white background

This text has color #695755 on white background.



Black color preview on #695755 background

This text has black color on #695755 background.


White color preview on #695755 background

This text has white color on #695755 background.