COLOR #695F30

HEX: #695F30
RGB: (105,95,48)

Color info

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

RGB color model

#695F30 color RGB value is (105,95,48).

  • red value is 105;
  • green value is 95;
  • blue value is 48.
RGB:
(105,95,48)
(41%,37%,19%)

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 48 of 255 = 19%

105
95
48

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 48 = 248 (100%)
R 105 of 248 ~ 42.34%
G 95 of 248 ~ 38.31%
B 48 of 248 ~ 19.35%

%42.34
%38.31
%19.35

CMYK color model

#695F30 color CMYK value is (0,10,54,59).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 54.29%
  • key color value is 58.82%
CMYK:
(0,10,54,59)
C0M10Y54K59 
(0%,10%,54%,59%)
(0.00/0.10/0.54/0.59)	

CMYK percentages

%0
%9.52
%54.29
%58.82

Codes

Color #695F30 in popluar color models

695F30
RGB1059548
HSL49°37.25%30.00%
HSB/HSV49°54.29%41.18%
CMYK0.00%9.52%54.29%
58.82%

Color #695F30 in popluar number systems.

HEX695F30
Decimal1059548
Binary11010011011111110000
Octal15113760

Shades and tints

Shades of #695F30

#695F30
(105,95,48)
#60572C
(96,87,44)
#574F28
(87,79,40)
#4E4724
(78,71,36)
#453F20
(69,63,32)
#3C371C
(60,55,28)
#332F18
(51,47,24)
#2A2714
(42,39,20)
#211F10
(33,31,16)
#18170C
(24,23,12)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #695F30

#695F30
(105,95,48)
#766D42
(118,109,66)
#837B54
(131,123,84)
#908966
(144,137,102)
#9D9778
(157,151,120)
#AAA58A
(170,165,138)
#B7B39C
(183,179,156)
#C4C1AE
(196,193,174)
#D1CFC0
(209,207,192)
#DEDDD2
(222,221,210)
#EBEBE4
(235,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F30; }

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

This text font color is #695F30.


Background Color

.myBgColor { background-color: #695F30; }

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

This div background color is #695F30.


Border color

.myBorderColor { border: 1px solid #695F30; }

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

This div border color is #695F30.


Opacity

.myOpacity80 { color: #695F30; opacity: 0.8; }

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

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

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

This text has shadow with #695F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F30 on black background.


Color preview on white background

This text has color #695F30 on white background.



Black color preview on #695F30 background

This text has black color on #695F30 background.


White color preview on #695F30 background

This text has white color on #695F30 background.