COLOR #696B19

HEX: #696B19
RGB: (105,107,25)

Color info

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

RGB color model

#696B19 color RGB value is (105,107,25).

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

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 25 of 255 = 10%

105
107
25

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 25 = 237 (100%)
R 105 of 237 ~ 44.3%
G 107 of 237 ~ 45.15%
B 25 of 237 ~ 10.55%

%44.3
%45.15
%10.55

CMYK color model

#696B19 color CMYK value is (2,0,77,58).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 76.64%
  • key color value is 58.04%
CMYK:
(2,0,77,58)
C2M0Y77K58 
(2%,0%,77%,58%)
(0.02/0.00/0.77/0.58)	

CMYK percentages

%1.87
%0
%76.64
%58.04

Codes

Color #696B19 in popluar color models

696B19
RGB10510725
HSL61°62.12%25.88%
HSB/HSV61°76.64%41.96%
CMYK1.87%0.00%76.64%
58.04%

Color #696B19 in popluar number systems.

HEX696B19
Decimal10510725
Binary1101001110101111001
Octal15115331

Shades and tints

Shades of #696B19

#696B19
(105,107,25)
#606217
(96,98,23)
#575915
(87,89,21)
#4E5013
(78,80,19)
#454711
(69,71,17)
#3C3E0F
(60,62,15)
#33350D
(51,53,13)
#2A2C0B
(42,44,11)
#212309
(33,35,9)
#181A07
(24,26,7)
#0F1105
(15,17,5)
#000000
(0,0,0)

Tints of #696B19

#696B19
(105,107,25)
#76782D
(118,120,45)
#838541
(131,133,65)
#909255
(144,146,85)
#9D9F69
(157,159,105)
#AAAC7D
(170,172,125)
#B7B991
(183,185,145)
#C4C6A5
(196,198,165)
#D1D3B9
(209,211,185)
#DEE0CD
(222,224,205)
#EBEDE1
(235,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B19; }

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

This text font color is #696B19.


Background Color

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

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

This div background color is #696B19.


Border color

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

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

This div border color is #696B19.


Opacity

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

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

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

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

This text has shadow with #696B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B19 on black background.


Color preview on white background

This text has color #696B19 on white background.



Black color preview on #696B19 background

This text has black color on #696B19 background.


White color preview on #696B19 background

This text has white color on #696B19 background.