COLOR #696C31

HEX: #696C31 RGB: (105,108,49)

Color info

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

RGB color model

#696C31 color RGB value is (105,108,49).

RGB: (105,108,49) (41%, 42%, 19%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 49 of 255 = 19%

105
108
49

R + G + B ~ 34%. #696C31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 108 + 49 = 262 (100%)
R 105 of 262 ~ 40.08%
G 108 of 262 ~ 41.22%
B 49 of 262 ~ 18.7'%

%40.08
%41.22
%18.7

CMYK color model

#696C31 color CMYK value is (3,0,55,58).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 57.65%

CMYK: (3,0,55,58)
C3M0Y55K58 (3%, 0%, 55%, 58%)
(0.03 / 0.00 / 0.55 / 0.58)

CMYK percentages

%2.78
%0
%54.63
%57.65

Codes

Color #696C31 in popluar color models

69 6C 31
RGB 105 108 49
HSL 63° 37.58% 30.78%
HSB/HSV 63° 54.63% 42.35%
CMYK 2.78% 0.00% 54.63%
57.65%

Color #696C31 in popluar number systems.

HEX 69 6C 31
Decimal 105 108 49
Binary 1101001 1101100 110001
Octal 151 154 61

Shades and tints

Shades of #696C31

#696C31
(105,108,49)
#60632D
(96,99,45)
#575A29
(87,90,41)
#4E5125
(78,81,37)
#454821
(69,72,33)
#3C3F1D
(60,63,29)
#333619
(51,54,25)
#2A2D15
(42,45,21)
#212411
(33,36,17)
#181B0D
(24,27,13)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #696C31

#696C31
(105,108,49)
#767943
(118,121,67)
#838655
(131,134,85)
#909367
(144,147,103)
#9DA079
(157,160,121)
#AAAD8B
(170,173,139)
#B7BA9D
(183,186,157)
#C4C7AF
(196,199,175)
#D1D4C1
(209,212,193)
#DEE1D3
(222,225,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C31; }

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

This text font color is #696C31.

Background Color

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

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

This div background color is #696C31.

Border color

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

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

This div border color is #696C31.

Opacity

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

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

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

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

This text has shadow with #696C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696C31.

Preview

Color preview on black background

This text has color #696C31 on black background.


Color preview on white background

This text has color #696C31 on white background.


Black color preview on #696C31 background

This text has black color on #696C31 background.


White color preview on #696C31 background

This text has white color on #696C31 background.


Related colors

Complementary color

Complementary color for #hex is #9693CE.


I love getcolorcode.com

Triadic colors

1 #31696C and #6C3169 with #696C31 are triadic colors.

2 #316C69 and #6C6931 with #696C31 are triadic colors.