COLOR #696E39

HEX: #696E39
RGB: (105,110,57)

Color info

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

RGB color model

#696E39 color RGB value is (105,110,57).

  • red value is 105;
  • green value is 110;
  • blue value is 57.
RGB:
(105,110,57)
(41%,43%,22%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 57 of 255 = 22%

105
110
57

R + G + B ~ 35%. #696E39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 110 + 57 = 272 (100%)
R 105 of 272 ~ 38.6%
G 110 of 272 ~ 40.44%
B 57 of 272 ~ 20.96%

%38.6
%40.44
%20.96

CMYK color model

#696E39 color CMYK value is (5,0,48,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 48.18%
  • key color value is 56.86%
CMYK:
(5,0,48,57)
C5M0Y48K57 
(5%,0%,48%,57%)
(0.05/0.00/0.48/0.57)	

CMYK percentages

%4.55
%0
%48.18
%56.86

Codes

Color #696E39 in popluar color models

696E39
RGB10511057
HSL66°31.74%32.75%
HSB/HSV66°48.18%43.14%
CMYK4.55%0.00%48.18%
56.86%

Color #696E39 in popluar number systems.

HEX696E39
Decimal10511057
Binary11010011101110111001
Octal15115671

Shades and tints

Shades of #696E39

#696E39
(105,110,57)
#606434
(96,100,52)
#575A2F
(87,90,47)
#4E502A
(78,80,42)
#454625
(69,70,37)
#3C3C20
(60,60,32)
#33321B
(51,50,27)
#2A2816
(42,40,22)
#211E11
(33,30,17)
#18140C
(24,20,12)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #696E39

#696E39
(105,110,57)
#767B4B
(118,123,75)
#83885D
(131,136,93)
#90956F
(144,149,111)
#9DA281
(157,162,129)
#AAAF93
(170,175,147)
#B7BCA5
(183,188,165)
#C4C9B7
(196,201,183)
#D1D6C9
(209,214,201)
#DEE3DB
(222,227,219)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696E39; }

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

This text font color is #696E39.


Background Color

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

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

This div background color is #696E39.


Border color

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

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

This div border color is #696E39.


Opacity

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

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

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

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

This text has shadow with #696E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696E39 on black background.


Color preview on white background

This text has color #696E39 on white background.



Black color preview on #696E39 background

This text has black color on #696E39 background.


White color preview on #696E39 background

This text has white color on #696E39 background.