COLOR #695953

HEX: #695953
RGB: (105,89,83)

Color info

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

RGB color model

#695953 color RGB value is (105,89,83).

  • red value is 105;
  • green value is 89;
  • blue value is 83.
RGB:
(105,89,83)
(41%,35%,33%)

RGB channels and saturation

R 105 of 255 = 41%
G 89 of 255 = 35%
B 83 of 255 = 33%

105
89
83

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

Portions of RGB colors in percentages

R + G + B =
105 + 89 + 83 = 277 (100%)
R 105 of 277 ~ 37.91%
G 89 of 277 ~ 32.13%
B 83 of 277 ~ 29.96%

%37.91
%32.13
%29.96

CMYK color model

#695953 color CMYK value is (0,15,21,59).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 20.95%
  • key color value is 58.82%
CMYK:
(0,15,21,59)
C0M15Y21K59 
(0%,15%,21%,59%)
(0.00/0.15/0.21/0.59)	

CMYK percentages

%0
%15.24
%20.95
%58.82

Codes

Color #695953 in popluar color models

695953
RGB1058983
HSL16°11.70%36.86%
HSB/HSV16°20.95%41.18%
CMYK0.00%15.24%20.95%
58.82%

Color #695953 in popluar number systems.

HEX695953
Decimal1058983
Binary110100110110011010011
Octal151131123

Shades and tints

Shades of #695953

#695953
(105,89,83)
#60514C
(96,81,76)
#574945
(87,73,69)
#4E413E
(78,65,62)
#453937
(69,57,55)
#3C3130
(60,49,48)
#332929
(51,41,41)
#2A2122
(42,33,34)
#21191B
(33,25,27)
#181114
(24,17,20)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #695953

#695953
(105,89,83)
#766862
(118,104,98)
#837771
(131,119,113)
#908680
(144,134,128)
#9D958F
(157,149,143)
#AAA49E
(170,164,158)
#B7B3AD
(183,179,173)
#C4C2BC
(196,194,188)
#D1D1CB
(209,209,203)
#DEE0DA
(222,224,218)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695953 color. Also use rgb(105,89,83) instead hex code.

Text Font Color

.myTextColor { color: #695953; }

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

This text font color is #695953.


Background Color

.myBgColor { background-color: #695953; }

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

This div background color is #695953.


Border color

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

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

This div border color is #695953.


Opacity

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

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

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

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

This text has shadow with #695953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695953 on black background.


Color preview on white background

This text has color #695953 on white background.



Black color preview on #695953 background

This text has black color on #695953 background.


White color preview on #695953 background

This text has white color on #695953 background.