COLOR #696055

HEX: #696055
RGB: (105,96,85)

Color info

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

RGB color model

#696055 color RGB value is (105,96,85).

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

RGB channels and saturation

R 105 of 255 = 41%
G 96 of 255 = 38%
B 85 of 255 = 33%

105
96
85

R + G + B ~ 37%. #696055 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 85 = 286 (100%)
R 105 of 286 ~ 36.71%
G 96 of 286 ~ 33.57%
B 85 of 286 ~ 29.72%

%36.71
%33.57
%29.72

CMYK color model

#696055 color CMYK value is (0,9,19,59).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(0,9,19,59)
C0M9Y19K59 
(0%,9%,19%,59%)
(0.00/0.09/0.19/0.59)	

CMYK percentages

%0
%8.57
%19.05
%58.82

Codes

Color #696055 in popluar color models

696055
RGB1059685
HSL33°10.53%37.25%
HSB/HSV33°19.05%41.18%
CMYK0.00%8.57%19.05%
58.82%

Color #696055 in popluar number systems.

HEX696055
Decimal1059685
Binary110100111000001010101
Octal151140125

Shades and tints

Shades of #696055

#696055
(105,96,85)
#60584E
(96,88,78)
#575047
(87,80,71)
#4E4840
(78,72,64)
#454039
(69,64,57)
#3C3832
(60,56,50)
#33302B
(51,48,43)
#2A2824
(42,40,36)
#21201D
(33,32,29)
#181816
(24,24,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #696055

#696055
(105,96,85)
#766E64
(118,110,100)
#837C73
(131,124,115)
#908A82
(144,138,130)
#9D9891
(157,152,145)
#AAA6A0
(170,166,160)
#B7B4AF
(183,180,175)
#C4C2BE
(196,194,190)
#D1D0CD
(209,208,205)
#DEDEDC
(222,222,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696055; }

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

This text font color is #696055.


Background Color

.myBgColor { background-color: #696055; }

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

This div background color is #696055.


Border color

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

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

This div border color is #696055.


Opacity

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

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

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

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

This text has shadow with #696055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696055 on black background.


Color preview on white background

This text has color #696055 on white background.



Black color preview on #696055 background

This text has black color on #696055 background.


White color preview on #696055 background

This text has white color on #696055 background.