COLOR #696539

HEX: #696539
RGB: (105,101,57)

Color info

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

RGB color model

#696539 color RGB value is (105,101,57).

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

RGB channels and saturation

R 105 of 255 = 41%
G 101 of 255 = 40%
B 57 of 255 = 22%

105
101
57

R + G + B ~ 34%. #696539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 101 + 57 = 263 (100%)
R 105 of 263 ~ 39.92%
G 101 of 263 ~ 38.4%
B 57 of 263 ~ 21.67%

%39.92
%38.4
%21.67

CMYK color model

#696539 color CMYK value is (0,4,46,59).

  • cyan value is 0.00%
  • magenta value is 3.81%
  • yellow value is 45.71%
  • key color value is 58.82%
CMYK:
(0,4,46,59)
C0M4Y46K59 
(0%,4%,46%,59%)
(0.00/0.04/0.46/0.59)	

CMYK percentages

%0
%3.81
%45.71
%58.82

Codes

Color #696539 in popluar color models

696539
RGB10510157
HSL55°29.63%31.76%
HSB/HSV55°45.71%41.18%
CMYK0.00%3.81%45.71%
58.82%

Color #696539 in popluar number systems.

HEX696539
Decimal10510157
Binary11010011100101111001
Octal15114571

Shades and tints

Shades of #696539

#696539
(105,101,57)
#605C34
(96,92,52)
#57532F
(87,83,47)
#4E4A2A
(78,74,42)
#454125
(69,65,37)
#3C3820
(60,56,32)
#332F1B
(51,47,27)
#2A2616
(42,38,22)
#211D11
(33,29,17)
#18140C
(24,20,12)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #696539

#696539
(105,101,57)
#76734B
(118,115,75)
#83815D
(131,129,93)
#908F6F
(144,143,111)
#9D9D81
(157,157,129)
#AAAB93
(170,171,147)
#B7B9A5
(183,185,165)
#C4C7B7
(196,199,183)
#D1D5C9
(209,213,201)
#DEE3DB
(222,227,219)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696539; }

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

This text font color is #696539.


Background Color

.myBgColor { background-color: #696539; }

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

This div background color is #696539.


Border color

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

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

This div border color is #696539.


Opacity

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

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

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

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

This text has shadow with #696539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696539 on black background.


Color preview on white background

This text has color #696539 on white background.



Black color preview on #696539 background

This text has black color on #696539 background.


White color preview on #696539 background

This text has white color on #696539 background.