COLOR #695041

HEX: #695041
RGB: (105,80,65)

Color info

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

RGB color model

#695041 color RGB value is (105,80,65).

  • red value is 105;
  • green value is 80;
  • blue value is 65.
RGB:
(105,80,65)
(41%,31%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 80 of 255 = 31%
B 65 of 255 = 25%

105
80
65

R + G + B ~ 32%. #695041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 80 + 65 = 250 (100%)
R 105 of 250 ~ 42%
G 80 of 250 ~ 32%
B 65 of 250 ~ 26%

%42
%32
%26

CMYK color model

#695041 color CMYK value is (0,24,38,59).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(0,24,38,59)
C0M24Y38K59 
(0%,24%,38%,59%)
(0.00/0.24/0.38/0.59)	

CMYK percentages

%0
%23.81
%38.1
%58.82

Codes

Color #695041 in popluar color models

695041
RGB1058065
HSL23°23.53%33.33%
HSB/HSV23°38.10%41.18%
CMYK0.00%23.81%38.10%
58.82%

Color #695041 in popluar number systems.

HEX695041
Decimal1058065
Binary110100110100001000001
Octal151120101

Shades and tints

Shades of #695041

#695041
(105,80,65)
#60493C
(96,73,60)
#574237
(87,66,55)
#4E3B32
(78,59,50)
#45342D
(69,52,45)
#3C2D28
(60,45,40)
#332623
(51,38,35)
#2A1F1E
(42,31,30)
#211819
(33,24,25)
#181114
(24,17,20)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #695041

#695041
(105,80,65)
#765F52
(118,95,82)
#836E63
(131,110,99)
#907D74
(144,125,116)
#9D8C85
(157,140,133)
#AA9B96
(170,155,150)
#B7AAA7
(183,170,167)
#C4B9B8
(196,185,184)
#D1C8C9
(209,200,201)
#DED7DA
(222,215,218)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695041 color. Also use rgb(105,80,65) instead hex code.

Text Font Color

.myTextColor { color: #695041; }

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

This text font color is #695041.


Background Color

.myBgColor { background-color: #695041; }

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

This div background color is #695041.


Border color

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

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

This div border color is #695041.


Opacity

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

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

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

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

This text has shadow with #695041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695041 on black background.


Color preview on white background

This text has color #695041 on white background.



Black color preview on #695041 background

This text has black color on #695041 background.


White color preview on #695041 background

This text has white color on #695041 background.