COLOR #697869

HEX: #697869
RGB: (105,120,105)

Color info

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

RGB color model

#697869 color RGB value is (105,120,105).

  • red value is 105;
  • green value is 120;
  • blue value is 105.
RGB:
(105,120,105)
(41%,47%,41%)

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 105 of 255 = 41%

105
120
105

R + G + B ~ 43%. #697869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 105 = 330 (100%)
R 105 of 330 ~ 31.82%
G 120 of 330 ~ 36.36%
B 105 of 330 ~ 31.82%

%31.82
%36.36
%31.82

CMYK color model

#697869 color CMYK value is (13,0,13,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(13,0,13,53)
C13M0Y13K53 
(13%,0%,13%,53%)
(0.13/0.00/0.13/0.53)	

CMYK percentages

%12.5
%0
%12.5
%52.94

Codes

Color #697869 in popluar color models

697869
RGB105120105
HSL120°6.67%44.12%
HSB/HSV120°12.50%47.06%
CMYK12.50%0.00%12.50%
52.94%

Color #697869 in popluar number systems.

HEX697869
Decimal105120105
Binary110100111110001101001
Octal151170151

Shades and tints

Shades of #697869

#697869
(105,120,105)
#606E60
(96,110,96)
#576457
(87,100,87)
#4E5A4E
(78,90,78)
#455045
(69,80,69)
#3C463C
(60,70,60)
#333C33
(51,60,51)
#2A322A
(42,50,42)
#212821
(33,40,33)
#181E18
(24,30,24)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #697869

#697869
(105,120,105)
#768476
(118,132,118)
#839083
(131,144,131)
#909C90
(144,156,144)
#9DA89D
(157,168,157)
#AAB4AA
(170,180,170)
#B7C0B7
(183,192,183)
#C4CCC4
(196,204,196)
#D1D8D1
(209,216,209)
#DEE4DE
(222,228,222)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697869; }

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

This text font color is #697869.


Background Color

.myBgColor { background-color: #697869; }

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

This div background color is #697869.


Border color

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

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

This div border color is #697869.


Opacity

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

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

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

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

This text has shadow with #697869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697869 on black background.


Color preview on white background

This text has color #697869 on white background.



Black color preview on #697869 background

This text has black color on #697869 background.


White color preview on #697869 background

This text has white color on #697869 background.