COLOR #696238

HEX: #696238
RGB: (105,98,56)

Color info

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

RGB color model

#696238 color RGB value is (105,98,56).

  • red value is 105;
  • green value is 98;
  • blue value is 56.
RGB:
(105,98,56)
(41%,38%,22%)

RGB channels and saturation

R 105 of 255 = 41%
G 98 of 255 = 38%
B 56 of 255 = 22%

105
98
56

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

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 56 = 259 (100%)
R 105 of 259 ~ 40.54%
G 98 of 259 ~ 37.84%
B 56 of 259 ~ 21.62%

%40.54
%37.84
%21.62

CMYK color model

#696238 color CMYK value is (0,7,47,59).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 46.67%
  • key color value is 58.82%
CMYK:
(0,7,47,59)
C0M7Y47K59 
(0%,7%,47%,59%)
(0.00/0.07/0.47/0.59)	

CMYK percentages

%0
%6.67
%46.67
%58.82

Codes

Color #696238 in popluar color models

696238
RGB1059856
HSL51°30.43%31.57%
HSB/HSV51°46.67%41.18%
CMYK0.00%6.67%46.67%
58.82%

Color #696238 in popluar number systems.

HEX696238
Decimal1059856
Binary11010011100010111000
Octal15114270

Shades and tints

Shades of #696238

#696238
(105,98,56)
#605A33
(96,90,51)
#57522E
(87,82,46)
#4E4A29
(78,74,41)
#454224
(69,66,36)
#3C3A1F
(60,58,31)
#33321A
(51,50,26)
#2A2A15
(42,42,21)
#212210
(33,34,16)
#181A0B
(24,26,11)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #696238

#696238
(105,98,56)
#76704A
(118,112,74)
#837E5C
(131,126,92)
#908C6E
(144,140,110)
#9D9A80
(157,154,128)
#AAA892
(170,168,146)
#B7B6A4
(183,182,164)
#C4C4B6
(196,196,182)
#D1D2C8
(209,210,200)
#DEE0DA
(222,224,218)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696238 color. Also use rgb(105,98,56) instead hex code.

Text Font Color

.myTextColor { color: #696238; }

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

This text font color is #696238.


Background Color

.myBgColor { background-color: #696238; }

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

This div background color is #696238.


Border color

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

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

This div border color is #696238.


Opacity

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

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

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

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

This text has shadow with #696238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696238 on black background.


Color preview on white background

This text has color #696238 on white background.



Black color preview on #696238 background

This text has black color on #696238 background.


White color preview on #696238 background

This text has white color on #696238 background.