COLOR #696421

HEX: #696421
RGB: (105,100,33)

Color info

#696421 contains mainly red and green colors. Web safe color of #696421 is #666633 (or #663).

RGB color model

#696421 color RGB value is (105,100,33).

  • red value is 105;
  • green value is 100;
  • blue value is 33.
RGB:
(105,100,33)
(41%,39%,13%)

RGB channels and saturation

R 105 of 255 = 41%
G 100 of 255 = 39%
B 33 of 255 = 13%

105
100
33

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

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 33 = 238 (100%)
R 105 of 238 ~ 44.12%
G 100 of 238 ~ 42.02%
B 33 of 238 ~ 13.87%

%44.12
%42.02
%13.87

CMYK color model

#696421 color CMYK value is (0,5,69,59).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 68.57%
  • key color value is 58.82%
CMYK:
(0,5,69,59)
C0M5Y69K59 
(0%,5%,69%,59%)
(0.00/0.05/0.69/0.59)	

CMYK percentages

%0
%4.76
%68.57
%58.82

Codes

Color #696421 in popluar color models

696421
RGB10510033
HSL56°52.17%27.06%
HSB/HSV56°68.57%41.18%
CMYK0.00%4.76%68.57%
58.82%

Color #696421 in popluar number systems.

HEX696421
Decimal10510033
Binary11010011100100100001
Octal15114441

Shades and tints

Shades of #696421

#696421
(105,100,33)
#605B1E
(96,91,30)
#57521B
(87,82,27)
#4E4918
(78,73,24)
#454015
(69,64,21)
#3C3712
(60,55,18)
#332E0F
(51,46,15)
#2A250C
(42,37,12)
#211C09
(33,28,9)
#181306
(24,19,6)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #696421

#696421
(105,100,33)
#767235
(118,114,53)
#838049
(131,128,73)
#908E5D
(144,142,93)
#9D9C71
(157,156,113)
#AAAA85
(170,170,133)
#B7B899
(183,184,153)
#C4C6AD
(196,198,173)
#D1D4C1
(209,212,193)
#DEE2D5
(222,226,213)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696421 color. Also use rgb(105,100,33) instead hex code.

Text Font Color

.myTextColor { color: #696421; }

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

This text font color is #696421.


Background Color

.myBgColor { background-color: #696421; }

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

This div background color is #696421.


Border color

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

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

This div border color is #696421.


Opacity

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

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

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

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

This text has shadow with #696421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696421 on black background.


Color preview on white background

This text has color #696421 on white background.



Black color preview on #696421 background

This text has black color on #696421 background.


White color preview on #696421 background

This text has white color on #696421 background.