COLOR #695119

HEX: #695119
RGB: (105,81,25)

Color info

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

RGB color model

#695119 color RGB value is (105,81,25).

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

RGB channels and saturation

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

105
81
25

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

Portions of RGB colors in percentages

R + G + B =
105 + 81 + 25 = 211 (100%)
R 105 of 211 ~ 49.76%
G 81 of 211 ~ 38.39%
B 25 of 211 ~ 11.85%

%49.76
%38.39
%11.85

CMYK color model

#695119 color CMYK value is (0,23,76,59).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 76.19%
  • key color value is 58.82%
CMYK:
(0,23,76,59)
C0M23Y76K59 
(0%,23%,76%,59%)
(0.00/0.23/0.76/0.59)	

CMYK percentages

%0
%22.86
%76.19
%58.82

Codes

Color #695119 in popluar color models

695119
RGB1058125
HSL42°61.54%25.49%
HSB/HSV42°76.19%41.18%
CMYK0.00%22.86%76.19%
58.82%

Color #695119 in popluar number systems.

HEX695119
Decimal1058125
Binary1101001101000111001
Octal15112131

Shades and tints

Shades of #695119

#695119
(105,81,25)
#604A17
(96,74,23)
#574315
(87,67,21)
#4E3C13
(78,60,19)
#453511
(69,53,17)
#3C2E0F
(60,46,15)
#33270D
(51,39,13)
#2A200B
(42,32,11)
#211909
(33,25,9)
#181207
(24,18,7)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #695119

#695119
(105,81,25)
#76602D
(118,96,45)
#836F41
(131,111,65)
#907E55
(144,126,85)
#9D8D69
(157,141,105)
#AA9C7D
(170,156,125)
#B7AB91
(183,171,145)
#C4BAA5
(196,186,165)
#D1C9B9
(209,201,185)
#DED8CD
(222,216,205)
#EBE7E1
(235,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695119; }

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

This text font color is #695119.


Background Color

.myBgColor { background-color: #695119; }

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

This div background color is #695119.


Border color

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

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

This div border color is #695119.


Opacity

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

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

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

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

This text has shadow with #695119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695119 on black background.


Color preview on white background

This text has color #695119 on white background.



Black color preview on #695119 background

This text has black color on #695119 background.


White color preview on #695119 background

This text has white color on #695119 background.