COLOR #696004

HEX: #696004 RGB: (105,96,4)

Color info

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

RGB color model

#696004 color RGB value is (105,96,4).

RGB: (105,96,4) (41%, 38%, 2%)

RGB channels and saturation

R 105 of 255 = 41%
G 96 of 255 = 38%
B 4 of 255 = 2%

105
96
4

R + G + B ~ 27%. #696004 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 96 + 4 = 205 (100%)
R 105 of 205 ~ 51.22%
G 96 of 205 ~ 46.83%
B 4 of 205 ~ 1.95'%

%51.22
%46.83

CMYK color model

#696004 color CMYK value is (0,9,96,59).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 96.19%
  • key color value is 58.82%
CMYK: (0,9,96,59) C0M9Y96K59 (0%,9%,96%,59%) (0.00/0.09/0.96/0.59) 

CMYK percentages

%0
%8.57
%96.19
%58.82

Codes

Color #696004 in popluar color models

69 60 04
RGB 105 96 4
HSL 55° 92.66% 21.37%
HSB/HSV 55° 96.19% 41.18%
CMYK 0.00% 8.57% 96.19%
58.82%

Color #696004 in popluar number systems.

HEX 69 60 04
Decimal 105 96 4
Binary 1101001 1100000 100
Octal 151 140 4

Shades and tints

Shades of #696004

#696004
(105,96,4)
#605804
(96,88,4)
#575004
(87,80,4)
#4E4804
(78,72,4)
#454004
(69,64,4)
#3C3804
(60,56,4)
#333004
(51,48,4)
#2A2804
(42,40,4)
#212004
(33,32,4)
#181804
(24,24,4)
#0F1004
(15,16,4)
#000000
(0,0,0)

Tints of #696004

#696004
(105,96,4)
#766E1A
(118,110,26)
#837C30
(131,124,48)
#908A46
(144,138,70)
#9D985C
(157,152,92)
#AAA672
(170,166,114)
#B7B488
(183,180,136)
#C4C29E
(196,194,158)
#D1D0B4
(209,208,180)
#DEDECA
(222,222,202)
#EBECE0
(235,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696004 color. Also use rgb(105,96,4) instead hex code.

Text Font Color

.myTextColor { color: #696004; }

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

This text font color is #696004.

Background Color

.myBgColor { background-color: #696004; }

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

This div background color is #696004.

Border color

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

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

This div border color is #696004.

Opacity

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

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

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

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

This text has shadow with #696004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696004.

Preview

Color preview on black background

This text has color #696004 on black background.


Color preview on white background

This text has color #696004 on white background.


Black color preview on #696004 background

This text has black color on #696004 background.


White color preview on #696004 background

This text has white color on #696004 background.


Related colors

Complementary color

Complementary color for #hex is #969FFB.


I love getcolorcode.com

Triadic colors

1 #046960 and #600469 with #696004 are triadic colors.

2 #046069 and #606904 with #696004 are triadic colors.