COLOR #695829

HEX: #695829
RGB: (105,88,41)

Color info

#695829 contains mainly red and green colors. Web safe color of #695829 is #666633 (or #663).

RGB color model

#695829 color RGB value is (105,88,41).

  • red value is 105;
  • green value is 88;
  • blue value is 41.
RGB:
(105,88,41)
(41%,35%,16%)

RGB channels and saturation

R 105 of 255 = 41%
G 88 of 255 = 35%
B 41 of 255 = 16%

105
88
41

R + G + B ~ 31%. #695829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 88 + 41 = 234 (100%)
R 105 of 234 ~ 44.87%
G 88 of 234 ~ 37.61%
B 41 of 234 ~ 17.52%

%44.87
%37.61
%17.52

CMYK color model

#695829 color CMYK value is (0,16,61,59).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 60.95%
  • key color value is 58.82%
CMYK:
(0,16,61,59)
C0M16Y61K59 
(0%,16%,61%,59%)
(0.00/0.16/0.61/0.59)	

CMYK percentages

%0
%16.19
%60.95
%58.82

Codes

Color #695829 in popluar color models

695829
RGB1058841
HSL44°43.84%28.63%
HSB/HSV44°60.95%41.18%
CMYK0.00%16.19%60.95%
58.82%

Color #695829 in popluar number systems.

HEX695829
Decimal1058841
Binary11010011011000101001
Octal15113051

Shades and tints

Shades of #695829

#695829
(105,88,41)
#605026
(96,80,38)
#574823
(87,72,35)
#4E4020
(78,64,32)
#45381D
(69,56,29)
#3C301A
(60,48,26)
#332817
(51,40,23)
#2A2014
(42,32,20)
#211811
(33,24,17)
#18100E
(24,16,14)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #695829

#695829
(105,88,41)
#76673C
(118,103,60)
#83764F
(131,118,79)
#908562
(144,133,98)
#9D9475
(157,148,117)
#AAA388
(170,163,136)
#B7B29B
(183,178,155)
#C4C1AE
(196,193,174)
#D1D0C1
(209,208,193)
#DEDFD4
(222,223,212)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695829 color. Also use rgb(105,88,41) instead hex code.

Text Font Color

.myTextColor { color: #695829; }

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

This text font color is #695829.


Background Color

.myBgColor { background-color: #695829; }

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

This div background color is #695829.


Border color

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

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

This div border color is #695829.


Opacity

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

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

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

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

This text has shadow with #695829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695829 on black background.


Color preview on white background

This text has color #695829 on white background.



Black color preview on #695829 background

This text has black color on #695829 background.


White color preview on #695829 background

This text has white color on #695829 background.