COLOR #696C4A

HEX: #696C4A
RGB: (105,108,74)

Color info

#696C4A contains red, green and blue colors in about the same proportion. Web safe color of #696C4A is #666633 (or #663).

RGB color model

#696C4A color RGB value is (105,108,74).

  • red value is 105;
  • green value is 108;
  • blue value is 74.
RGB:
(105,108,74)
(41%,42%,29%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 74 of 255 = 29%

105
108
74

R + G + B ~ 37%. #696C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 74 = 287 (100%)
R 105 of 287 ~ 36.59%
G 108 of 287 ~ 37.63%
B 74 of 287 ~ 25.78%

%36.59
%37.63
%25.78

CMYK color model

#696C4A color CMYK value is (3,0,31,58).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(3,0,31,58)
C3M0Y31K58 
(3%,0%,31%,58%)
(0.03/0.00/0.31/0.58)	

CMYK percentages

%2.78
%0
%31.48
%57.65

Codes

Color #696C4A in popluar color models

696C4A
RGB10510874
HSL65°18.68%35.69%
HSB/HSV65°31.48%42.35%
CMYK2.78%0.00%31.48%
57.65%

Color #696C4A in popluar number systems.

HEX696C4A
Decimal10510874
Binary110100111011001001010
Octal151154112

Shades and tints

Shades of #696C4A

#696C4A
(105,108,74)
#606344
(96,99,68)
#575A3E
(87,90,62)
#4E5138
(78,81,56)
#454832
(69,72,50)
#3C3F2C
(60,63,44)
#333626
(51,54,38)
#2A2D20
(42,45,32)
#21241A
(33,36,26)
#181B14
(24,27,20)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #696C4A

#696C4A
(105,108,74)
#76795A
(118,121,90)
#83866A
(131,134,106)
#90937A
(144,147,122)
#9DA08A
(157,160,138)
#AAAD9A
(170,173,154)
#B7BAAA
(183,186,170)
#C4C7BA
(196,199,186)
#D1D4CA
(209,212,202)
#DEE1DA
(222,225,218)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696C4A color. Also use rgb(105,108,74) instead hex code.

Text Font Color

.myTextColor { color: #696C4A; }

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

This text font color is #696C4A.


Background Color

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

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

This div background color is #696C4A.


Border color

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

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

This div border color is #696C4A.


Opacity

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

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

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

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

This text has shadow with #696C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C4A on black background.


Color preview on white background

This text has color #696C4A on white background.



Black color preview on #696C4A background

This text has black color on #696C4A background.


White color preview on #696C4A background

This text has white color on #696C4A background.