COLOR #696E53

HEX: #696E53 RGB: (105,110,83)

Color info

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

RGB color model

#696E53 color RGB value is (105,110,83).

RGB: (105,110,83) (41%, 43%, 33%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 83 of 255 = 33%

105
110
83

R + G + B ~ 39%. #696E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 110 + 83 = 298 (100%)
R 105 of 298 ~ 35.23%
G 110 of 298 ~ 36.91%
B 83 of 298 ~ 27.85'%

%35.23
%36.91
%27.85

CMYK color model

#696E53 color CMYK value is (5,0,25,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%

CMYK: (5,0,25,57)
C5M0Y25K57 (5%, 0%, 25%, 57%)
(0.05 / 0.00 / 0.25 / 0.57)

CMYK percentages

%4.55
%0
%24.55
%56.86

Codes

Color #696E53 in popluar color models

69 6E 53
RGB 105 110 83
HSL 71° 13.99% 37.84%
HSB/HSV 71° 24.55% 43.14%
CMYK 4.55% 0.00% 24.55%
56.86%

Color #696E53 in popluar number systems.

HEX 69 6E 53
Decimal 105 110 83
Binary 1101001 1101110 1010011
Octal 151 156 123

Shades and tints

Shades of #696E53

#696E53
(105,110,83)
#60644C
(96,100,76)
#575A45
(87,90,69)
#4E503E
(78,80,62)
#454637
(69,70,55)
#3C3C30
(60,60,48)
#333229
(51,50,41)
#2A2822
(42,40,34)
#211E1B
(33,30,27)
#181414
(24,20,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #696E53

#696E53
(105,110,83)
#767B62
(118,123,98)
#838871
(131,136,113)
#909580
(144,149,128)
#9DA28F
(157,162,143)
#AAAF9E
(170,175,158)
#B7BCAD
(183,188,173)
#C4C9BC
(196,201,188)
#D1D6CB
(209,214,203)
#DEE3DA
(222,227,218)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696E53 color. Also use rgb(105,110,83) instead hex code.

Text Font Color

.myTextColor { color: #696E53; }

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

This text font color is #696E53.

Background Color

.myBgColor { background-color: #696E53; }

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

This div background color is #696E53.

Border color

.myBorderColor { border: 1px solid #696E53; }

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

This div border color is #696E53.

Opacity

.myOpacity80 { color: #696E53; opacity: 0.8; }

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

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

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

This text has shadow with #696E53 color.


.textShadow {text-shadow: 3px 3px 1px #696E53', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #696E53; -webkit-box-shadow: 1px 1px 3px 2px #696E53; box-shadow:1px 1px 3px 2px #696E53;">
Div content here
</div>

This div box has shadow with color #696E53.

Preview

Color preview on black background

This text has color #696E53 on black background.


Color preview on white background

This text has color #696E53 on white background.


Black color preview on #696E53 background

This text has black color on #696E53 background.


White color preview on #696E53 background

This text has white color on #696E53 background.


Related colors

Complementary color

Complementary color for #hex is #9691AC.


I love getcolorcode.com

Triadic colors

1 #53696E and #6E5369 with #696E53 are triadic colors.

2 #536E69 and #6E6953 with #696E53 are triadic colors.