COLOR #695F11

HEX: #695F11
RGB: (105,95,17)

Color info

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

RGB color model

#695F11 color RGB value is (105,95,17).

  • red value is 105;
  • green value is 95;
  • blue value is 17.
RGB:
(105,95,17)
(41%,37%,7%)

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 17 of 255 = 7%

105
95
17

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 17 = 217 (100%)
R 105 of 217 ~ 48.39%
G 95 of 217 ~ 43.78%
B 17 of 217 ~ 7.83%

%48.39
%43.78

CMYK color model

#695F11 color CMYK value is (0,10,84,59).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 83.81%
  • key color value is 58.82%
CMYK:
(0,10,84,59)
C0M10Y84K59 
(0%,10%,84%,59%)
(0.00/0.10/0.84/0.59)	

CMYK percentages

%0
%9.52
%83.81
%58.82

Codes

Color #695F11 in popluar color models

695F11
RGB1059517
HSL53°72.13%23.92%
HSB/HSV53°83.81%41.18%
CMYK0.00%9.52%83.81%
58.82%

Color #695F11 in popluar number systems.

HEX695F11
Decimal1059517
Binary1101001101111110001
Octal15113721

Shades and tints

Shades of #695F11

#695F11
(105,95,17)
#605710
(96,87,16)
#574F0F
(87,79,15)
#4E470E
(78,71,14)
#453F0D
(69,63,13)
#3C370C
(60,55,12)
#332F0B
(51,47,11)
#2A270A
(42,39,10)
#211F09
(33,31,9)
#181708
(24,23,8)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #695F11

#695F11
(105,95,17)
#766D26
(118,109,38)
#837B3B
(131,123,59)
#908950
(144,137,80)
#9D9765
(157,151,101)
#AAA57A
(170,165,122)
#B7B38F
(183,179,143)
#C4C1A4
(196,193,164)
#D1CFB9
(209,207,185)
#DEDDCE
(222,221,206)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695F11 color. Also use rgb(105,95,17) instead hex code.

Text Font Color

.myTextColor { color: #695F11; }

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

This text font color is #695F11.


Background Color

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

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

This div background color is #695F11.


Border color

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

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

This div border color is #695F11.


Opacity

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

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

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

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

This text has shadow with #695F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F11 on black background.


Color preview on white background

This text has color #695F11 on white background.



Black color preview on #695F11 background

This text has black color on #695F11 background.


White color preview on #695F11 background

This text has white color on #695F11 background.