COLOR #695241

HEX: #695241
RGB: (105,82,65)

Color info

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

RGB color model

#695241 color RGB value is (105,82,65).

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

RGB channels and saturation

R 105 of 255 = 41%
G 82 of 255 = 32%
B 65 of 255 = 25%

105
82
65

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

Portions of RGB colors in percentages

R + G + B =
105 + 82 + 65 = 252 (100%)
R 105 of 252 ~ 41.67%
G 82 of 252 ~ 32.54%
B 65 of 252 ~ 25.79%

%41.67
%32.54
%25.79

CMYK color model

#695241 color CMYK value is (0,22,38,59).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 38.10%
  • key color value is 58.82%
CMYK:
(0,22,38,59)
C0M22Y38K59 
(0%,22%,38%,59%)
(0.00/0.22/0.38/0.59)	

CMYK percentages

%0
%21.9
%38.1
%58.82

Codes

Color #695241 in popluar color models

695241
RGB1058265
HSL26°23.53%33.33%
HSB/HSV26°38.10%41.18%
CMYK0.00%21.90%38.10%
58.82%

Color #695241 in popluar number systems.

HEX695241
Decimal1058265
Binary110100110100101000001
Octal151122101

Shades and tints

Shades of #695241

#695241
(105,82,65)
#604B3C
(96,75,60)
#574437
(87,68,55)
#4E3D32
(78,61,50)
#45362D
(69,54,45)
#3C2F28
(60,47,40)
#332823
(51,40,35)
#2A211E
(42,33,30)
#211A19
(33,26,25)
#181314
(24,19,20)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #695241

#695241
(105,82,65)
#766152
(118,97,82)
#837063
(131,112,99)
#907F74
(144,127,116)
#9D8E85
(157,142,133)
#AA9D96
(170,157,150)
#B7ACA7
(183,172,167)
#C4BBB8
(196,187,184)
#D1CAC9
(209,202,201)
#DED9DA
(222,217,218)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695241; }

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

This text font color is #695241.


Background Color

.myBgColor { background-color: #695241; }

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

This div background color is #695241.


Border color

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

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

This div border color is #695241.


Opacity

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

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

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

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

This text has shadow with #695241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695241 on black background.


Color preview on white background

This text has color #695241 on white background.



Black color preview on #695241 background

This text has black color on #695241 background.


White color preview on #695241 background

This text has white color on #695241 background.