COLOR #696450

HEX: #696450
RGB: (105,100,80)

Color info

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

RGB color model

#696450 color RGB value is (105,100,80).

  • red value is 105;
  • green value is 100;
  • blue value is 80.
RGB:
(105,100,80)
(41%,39%,31%)

RGB channels and saturation

R 105 of 255 = 41%
G 100 of 255 = 39%
B 80 of 255 = 31%

105
100
80

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

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 80 = 285 (100%)
R 105 of 285 ~ 36.84%
G 100 of 285 ~ 35.09%
B 80 of 285 ~ 28.07%

%36.84
%35.09
%28.07

CMYK color model

#696450 color CMYK value is (0,5,24,59).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(0,5,24,59)
C0M5Y24K59 
(0%,5%,24%,59%)
(0.00/0.05/0.24/0.59)	

CMYK percentages

%0
%4.76
%23.81
%58.82

Codes

Color #696450 in popluar color models

696450
RGB10510080
HSL48°13.51%36.27%
HSB/HSV48°23.81%41.18%
CMYK0.00%4.76%23.81%
58.82%

Color #696450 in popluar number systems.

HEX696450
Decimal10510080
Binary110100111001001010000
Octal151144120

Shades and tints

Shades of #696450

#696450
(105,100,80)
#605B49
(96,91,73)
#575242
(87,82,66)
#4E493B
(78,73,59)
#454034
(69,64,52)
#3C372D
(60,55,45)
#332E26
(51,46,38)
#2A251F
(42,37,31)
#211C18
(33,28,24)
#181311
(24,19,17)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #696450

#696450
(105,100,80)
#76725F
(118,114,95)
#83806E
(131,128,110)
#908E7D
(144,142,125)
#9D9C8C
(157,156,140)
#AAAA9B
(170,170,155)
#B7B8AA
(183,184,170)
#C4C6B9
(196,198,185)
#D1D4C8
(209,212,200)
#DEE2D7
(222,226,215)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696450; }

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

This text font color is #696450.


Background Color

.myBgColor { background-color: #696450; }

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

This div background color is #696450.


Border color

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

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

This div border color is #696450.


Opacity

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

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

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

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

This text has shadow with #696450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696450 on black background.


Color preview on white background

This text has color #696450 on white background.



Black color preview on #696450 background

This text has black color on #696450 background.


White color preview on #696450 background

This text has white color on #696450 background.