COLOR #695B19

HEX: #695B19
RGB: (105,91,25)

Color info

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

RGB color model

#695B19 color RGB value is (105,91,25).

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

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 25 of 255 = 10%

105
91
25

R + G + B ~ 29%. #695B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 91 + 25 = 221 (100%)
R 105 of 221 ~ 47.51%
G 91 of 221 ~ 41.18%
B 25 of 221 ~ 11.31%

%47.51
%41.18
%11.31

CMYK color model

#695B19 color CMYK value is (0,13,76,59).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 76.19%
  • key color value is 58.82%
CMYK:
(0,13,76,59)
C0M13Y76K59 
(0%,13%,76%,59%)
(0.00/0.13/0.76/0.59)	

CMYK percentages

%0
%13.33
%76.19
%58.82

Codes

Color #695B19 in popluar color models

695B19
RGB1059125
HSL50°61.54%25.49%
HSB/HSV50°76.19%41.18%
CMYK0.00%13.33%76.19%
58.82%

Color #695B19 in popluar number systems.

HEX695B19
Decimal1059125
Binary1101001101101111001
Octal15113331

Shades and tints

Shades of #695B19

#695B19
(105,91,25)
#605317
(96,83,23)
#574B15
(87,75,21)
#4E4313
(78,67,19)
#453B11
(69,59,17)
#3C330F
(60,51,15)
#332B0D
(51,43,13)
#2A230B
(42,35,11)
#211B09
(33,27,9)
#181307
(24,19,7)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #695B19

#695B19
(105,91,25)
#76692D
(118,105,45)
#837741
(131,119,65)
#908555
(144,133,85)
#9D9369
(157,147,105)
#AAA17D
(170,161,125)
#B7AF91
(183,175,145)
#C4BDA5
(196,189,165)
#D1CBB9
(209,203,185)
#DED9CD
(222,217,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695B19; }

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

This text font color is #695B19.


Background Color

.myBgColor { background-color: #695B19; }

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

This div background color is #695B19.


Border color

.myBorderColor { border: 1px solid #695B19; }

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

This div border color is #695B19.


Opacity

.myOpacity80 { color: #695B19; opacity: 0.8; }

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

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

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

This text has shadow with #695B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695B19 on black background.


Color preview on white background

This text has color #695B19 on white background.



Black color preview on #695B19 background

This text has black color on #695B19 background.


White color preview on #695B19 background

This text has white color on #695B19 background.