COLOR #697265

HEX: #697265
RGB: (105,114,101)

Color info

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

RGB color model

#697265 color RGB value is (105,114,101).

  • red value is 105;
  • green value is 114;
  • blue value is 101.
RGB:
(105,114,101)
(41%,45%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 101 of 255 = 40%

105
114
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 101 = 320 (100%)
R 105 of 320 ~ 32.81%
G 114 of 320 ~ 35.63%
B 101 of 320 ~ 31.56%

%32.81
%35.63
%31.56

CMYK color model

#697265 color CMYK value is (8,0,11,55).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(8,0,11,55)
C8M0Y11K55 
(8%,0%,11%,55%)
(0.08/0.00/0.11/0.55)	

CMYK percentages

%7.89
%0
%11.4
%55.29

Codes

Color #697265 in popluar color models

697265
RGB105114101
HSL102°6.05%42.16%
HSB/HSV102°11.40%44.71%
CMYK7.89%0.00%11.40%
55.29%

Color #697265 in popluar number systems.

HEX697265
Decimal105114101
Binary110100111100101100101
Octal151162145

Shades and tints

Shades of #697265

#697265
(105,114,101)
#60685C
(96,104,92)
#575E53
(87,94,83)
#4E544A
(78,84,74)
#454A41
(69,74,65)
#3C4038
(60,64,56)
#33362F
(51,54,47)
#2A2C26
(42,44,38)
#21221D
(33,34,29)
#181814
(24,24,20)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #697265

#697265
(105,114,101)
#767E73
(118,126,115)
#838A81
(131,138,129)
#90968F
(144,150,143)
#9DA29D
(157,162,157)
#AAAEAB
(170,174,171)
#B7BAB9
(183,186,185)
#C4C6C7
(196,198,199)
#D1D2D5
(209,210,213)
#DEDEE3
(222,222,227)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697265; }

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

This text font color is #697265.


Background Color

.myBgColor { background-color: #697265; }

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

This div background color is #697265.


Border color

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

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

This div border color is #697265.


Opacity

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

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

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

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

This text has shadow with #697265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697265 on black background.


Color preview on white background

This text has color #697265 on white background.



Black color preview on #697265 background

This text has black color on #697265 background.


White color preview on #697265 background

This text has white color on #697265 background.