COLOR #696130

HEX: #696130 RGB: (105,97,48)

Color info

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

RGB color model

#696130 color RGB value is (105,97,48).

RGB: (105,97,48) (41%, 38%, 19%)

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 48 of 255 = 19%

105
97
48

R + G + B ~ 33%. #696130 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 97 + 48 = 250 (100%)
R 105 of 250 ~ 42%
G 97 of 250 ~ 38.8%
B 48 of 250 ~ 19.2'%

%42
%38.8
%19.2

CMYK color model

#696130 color CMYK value is (0,8,54,59).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 54.29%
  • key color value is 58.82%

CMYK: (0,8,54,59)
C0M8Y54K59 (0%, 8%, 54%, 59%)
(0.00 / 0.08 / 0.54 / 0.59)

CMYK percentages

%0
%7.62
%54.29
%58.82

Codes

Color #696130 in popluar color models

69 61 30
RGB 105 97 48
HSL 52° 37.25% 30.00%
HSB/HSV 52° 54.29% 41.18%
CMYK 0.00% 7.62% 54.29%
58.82%

Color #696130 in popluar number systems.

HEX 69 61 30
Decimal 105 97 48
Binary 1101001 1100001 110000
Octal 151 141 60

Shades and tints

Shades of #696130

#696130
(105,97,48)
#60592C
(96,89,44)
#575128
(87,81,40)
#4E4924
(78,73,36)
#454120
(69,65,32)
#3C391C
(60,57,28)
#333118
(51,49,24)
#2A2914
(42,41,20)
#212110
(33,33,16)
#18190C
(24,25,12)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #696130

#696130
(105,97,48)
#766F42
(118,111,66)
#837D54
(131,125,84)
#908B66
(144,139,102)
#9D9978
(157,153,120)
#AAA78A
(170,167,138)
#B7B59C
(183,181,156)
#C4C3AE
(196,195,174)
#D1D1C0
(209,209,192)
#DEDFD2
(222,223,210)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696130 color. Also use rgb(105,97,48) instead hex code.

Text Font Color

.myTextColor { color: #696130; }

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

This text font color is #696130.

Background Color

.myBgColor { background-color: #696130; }

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

This div background color is #696130.

Border color

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

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

This div border color is #696130.

Opacity

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

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

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

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

This text has shadow with #696130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696130.

Preview

Color preview on black background

This text has color #696130 on black background.


Color preview on white background

This text has color #696130 on white background.


Black color preview on #696130 background

This text has black color on #696130 background.


White color preview on #696130 background

This text has white color on #696130 background.


Related colors

Complementary color

Complementary color for #hex is #969ECF.


I love getcolorcode.com

Triadic colors

1 #306961 and #613069 with #696130 are triadic colors.

2 #306169 and #616930 with #696130 are triadic colors.