COLOR #695219

HEX: #695219
RGB: (105,82,25)

Color info

#695219 contains mainly red and green colors. Web safe color of #695219 is #666600 (or #660).

RGB color model

#695219 color RGB value is (105,82,25).

  • red value is 105;
  • green value is 82;
  • blue value is 25.
RGB:
(105,82,25)
(41%,32%,10%)

RGB channels and saturation

R 105 of 255 = 41%
G 82 of 255 = 32%
B 25 of 255 = 10%

105
82
25

R + G + B ~ 28%. #695219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 82 + 25 = 212 (100%)
R 105 of 212 ~ 49.53%
G 82 of 212 ~ 38.68%
B 25 of 212 ~ 11.79%

%49.53
%38.68
%11.79

CMYK color model

#695219 color CMYK value is (0,22,76,59).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 76.19%
  • key color value is 58.82%
CMYK:
(0,22,76,59)
C0M22Y76K59 
(0%,22%,76%,59%)
(0.00/0.22/0.76/0.59)	

CMYK percentages

%0
%21.9
%76.19
%58.82

Codes

Color #695219 in popluar color models

695219
RGB1058225
HSL43°61.54%25.49%
HSB/HSV43°76.19%41.18%
CMYK0.00%21.90%76.19%
58.82%

Color #695219 in popluar number systems.

HEX695219
Decimal1058225
Binary1101001101001011001
Octal15112231

Shades and tints

Shades of #695219

#695219
(105,82,25)
#604B17
(96,75,23)
#574415
(87,68,21)
#4E3D13
(78,61,19)
#453611
(69,54,17)
#3C2F0F
(60,47,15)
#33280D
(51,40,13)
#2A210B
(42,33,11)
#211A09
(33,26,9)
#181307
(24,19,7)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #695219

#695219
(105,82,25)
#76612D
(118,97,45)
#837041
(131,112,65)
#907F55
(144,127,85)
#9D8E69
(157,142,105)
#AA9D7D
(170,157,125)
#B7AC91
(183,172,145)
#C4BBA5
(196,187,165)
#D1CAB9
(209,202,185)
#DED9CD
(222,217,205)
#EBE8E1
(235,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695219 color. Also use rgb(105,82,25) instead hex code.

Text Font Color

.myTextColor { color: #695219; }

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

This text font color is #695219.


Background Color

.myBgColor { background-color: #695219; }

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

This div background color is #695219.


Border color

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

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

This div border color is #695219.


Opacity

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

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

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

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

This text has shadow with #695219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695219 on black background.


Color preview on white background

This text has color #695219 on white background.



Black color preview on #695219 background

This text has black color on #695219 background.


White color preview on #695219 background

This text has white color on #695219 background.