COLOR #695030

HEX: #695030
RGB: (105,80,48)

Color info

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

RGB color model

#695030 color RGB value is (105,80,48).

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

RGB channels and saturation

R 105 of 255 = 41%
G 80 of 255 = 31%
B 48 of 255 = 19%

105
80
48

R + G + B ~ 30%. #695030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 80 + 48 = 233 (100%)
R 105 of 233 ~ 45.06%
G 80 of 233 ~ 34.33%
B 48 of 233 ~ 20.6%

%45.06
%34.33
%20.6

CMYK color model

#695030 color CMYK value is (0,24,54,59).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 54.29%
  • key color value is 58.82%
CMYK:
(0,24,54,59)
C0M24Y54K59 
(0%,24%,54%,59%)
(0.00/0.24/0.54/0.59)	

CMYK percentages

%0
%23.81
%54.29
%58.82

Codes

Color #695030 in popluar color models

695030
RGB1058048
HSL34°37.25%30.00%
HSB/HSV34°54.29%41.18%
CMYK0.00%23.81%54.29%
58.82%

Color #695030 in popluar number systems.

HEX695030
Decimal1058048
Binary11010011010000110000
Octal15112060

Shades and tints

Shades of #695030

#695030
(105,80,48)
#60492C
(96,73,44)
#574228
(87,66,40)
#4E3B24
(78,59,36)
#453420
(69,52,32)
#3C2D1C
(60,45,28)
#332618
(51,38,24)
#2A1F14
(42,31,20)
#211810
(33,24,16)
#18110C
(24,17,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #695030

#695030
(105,80,48)
#765F42
(118,95,66)
#836E54
(131,110,84)
#907D66
(144,125,102)
#9D8C78
(157,140,120)
#AA9B8A
(170,155,138)
#B7AA9C
(183,170,156)
#C4B9AE
(196,185,174)
#D1C8C0
(209,200,192)
#DED7D2
(222,215,210)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695030; }

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

This text font color is #695030.


Background Color

.myBgColor { background-color: #695030; }

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

This div background color is #695030.


Border color

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

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

This div border color is #695030.


Opacity

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

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

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

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

This text has shadow with #695030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695030 on black background.


Color preview on white background

This text has color #695030 on white background.



Black color preview on #695030 background

This text has black color on #695030 background.


White color preview on #695030 background

This text has white color on #695030 background.