COLOR #696348

HEX: #696348
RGB: (105,99,72)

Color info

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

RGB color model

#696348 color RGB value is (105,99,72).

  • red value is 105;
  • green value is 99;
  • blue value is 72.
RGB:
(105,99,72)
(41%,39%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 72 of 255 = 28%

105
99
72

R + G + B ~ 36%. #696348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 72 = 276 (100%)
R 105 of 276 ~ 38.04%
G 99 of 276 ~ 35.87%
B 72 of 276 ~ 26.09%

%38.04
%35.87
%26.09

CMYK color model

#696348 color CMYK value is (0,6,31,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 31.43%
  • key color value is 58.82%
CMYK:
(0,6,31,59)
C0M6Y31K59 
(0%,6%,31%,59%)
(0.00/0.06/0.31/0.59)	

CMYK percentages

%0
%5.71
%31.43
%58.82

Codes

Color #696348 in popluar color models

696348
RGB1059972
HSL49°18.64%34.71%
HSB/HSV49°31.43%41.18%
CMYK0.00%5.71%31.43%
58.82%

Color #696348 in popluar number systems.

HEX696348
Decimal1059972
Binary110100111000111001000
Octal151143110

Shades and tints

Shades of #696348

#696348
(105,99,72)
#605A42
(96,90,66)
#57513C
(87,81,60)
#4E4836
(78,72,54)
#453F30
(69,63,48)
#3C362A
(60,54,42)
#332D24
(51,45,36)
#2A241E
(42,36,30)
#211B18
(33,27,24)
#181212
(24,18,18)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #696348

#696348
(105,99,72)
#767158
(118,113,88)
#837F68
(131,127,104)
#908D78
(144,141,120)
#9D9B88
(157,155,136)
#AAA998
(170,169,152)
#B7B7A8
(183,183,168)
#C4C5B8
(196,197,184)
#D1D3C8
(209,211,200)
#DEE1D8
(222,225,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696348 color. Also use rgb(105,99,72) instead hex code.

Text Font Color

.myTextColor { color: #696348; }

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

This text font color is #696348.


Background Color

.myBgColor { background-color: #696348; }

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

This div background color is #696348.


Border color

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

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

This div border color is #696348.


Opacity

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

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

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

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

This text has shadow with #696348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696348 on black background.


Color preview on white background

This text has color #696348 on white background.



Black color preview on #696348 background

This text has black color on #696348 background.


White color preview on #696348 background

This text has white color on #696348 background.