COLOR #697B4C

HEX: #697B4C
RGB: (105,123,76)

Color info

#697B4C contains red, green and blue colors in about the same proportion. Web safe color of #697B4C is #666633 (or #663).

RGB color model

#697B4C color RGB value is (105,123,76).

  • red value is 105;
  • green value is 123;
  • blue value is 76.
RGB:
(105,123,76)
(41%,48%,30%)

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 76 of 255 = 30%

105
123
76

R + G + B ~ 40%. #697B4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 76 = 304 (100%)
R 105 of 304 ~ 34.54%
G 123 of 304 ~ 40.46%
B 76 of 304 ~ 25%

%34.54
%40.46
%25

CMYK color model

#697B4C color CMYK value is (15,0,38,52).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 38.21%
  • key color value is 51.76%
CMYK:
(15,0,38,52)
C15M0Y38K52 
(15%,0%,38%,52%)
(0.15/0.00/0.38/0.52)	

CMYK percentages

%14.63
%0
%38.21
%51.76

Codes

Color #697B4C in popluar color models

697B4C
RGB10512376
HSL83°23.62%39.02%
HSB/HSV83°38.21%48.24%
CMYK14.63%0.00%38.21%
51.76%

Color #697B4C in popluar number systems.

HEX697B4C
Decimal10512376
Binary110100111110111001100
Octal151173114

Shades and tints

Shades of #697B4C

#697B4C
(105,123,76)
#607046
(96,112,70)
#576540
(87,101,64)
#4E5A3A
(78,90,58)
#454F34
(69,79,52)
#3C442E
(60,68,46)
#333928
(51,57,40)
#2A2E22
(42,46,34)
#21231C
(33,35,28)
#181816
(24,24,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #697B4C

#697B4C
(105,123,76)
#76875C
(118,135,92)
#83936C
(131,147,108)
#909F7C
(144,159,124)
#9DAB8C
(157,171,140)
#AAB79C
(170,183,156)
#B7C3AC
(183,195,172)
#C4CFBC
(196,207,188)
#D1DBCC
(209,219,204)
#DEE7DC
(222,231,220)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697B4C color. Also use rgb(105,123,76) instead hex code.

Text Font Color

.myTextColor { color: #697B4C; }

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

This text font color is #697B4C.


Background Color

.myBgColor { background-color: #697B4C; }

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

This div background color is #697B4C.


Border color

.myBorderColor { border: 1px solid #697B4C; }

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

This div border color is #697B4C.


Opacity

.myOpacity80 { color: #697B4C; opacity: 0.8; }

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

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

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

This text has shadow with #697B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B4C on black background.


Color preview on white background

This text has color #697B4C on white background.



Black color preview on #697B4C background

This text has black color on #697B4C background.


White color preview on #697B4C background

This text has white color on #697B4C background.