COLOR #695334

HEX: #695334
RGB: (105,83,52)

Color info

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

RGB color model

#695334 color RGB value is (105,83,52).

  • red value is 105;
  • green value is 83;
  • blue value is 52.
RGB:
(105,83,52)
(41%,33%,20%)

RGB channels and saturation

R 105 of 255 = 41%
G 83 of 255 = 33%
B 52 of 255 = 20%

105
83
52

R + G + B ~ 31%. #695334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 83 + 52 = 240 (100%)
R 105 of 240 ~ 43.75%
G 83 of 240 ~ 34.58%
B 52 of 240 ~ 21.67%

%43.75
%34.58
%21.67

CMYK color model

#695334 color CMYK value is (0,21,50,59).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 50.48%
  • key color value is 58.82%
CMYK:
(0,21,50,59)
C0M21Y50K59 
(0%,21%,50%,59%)
(0.00/0.21/0.50/0.59)	

CMYK percentages

%0
%20.95
%50.48
%58.82

Codes

Color #695334 in popluar color models

695334
RGB1058352
HSL35°33.76%30.78%
HSB/HSV35°50.48%41.18%
CMYK0.00%20.95%50.48%
58.82%

Color #695334 in popluar number systems.

HEX695334
Decimal1058352
Binary11010011010011110100
Octal15112364

Shades and tints

Shades of #695334

#695334
(105,83,52)
#604C30
(96,76,48)
#57452C
(87,69,44)
#4E3E28
(78,62,40)
#453724
(69,55,36)
#3C3020
(60,48,32)
#33291C
(51,41,28)
#2A2218
(42,34,24)
#211B14
(33,27,20)
#181410
(24,20,16)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #695334

#695334
(105,83,52)
#766246
(118,98,70)
#837158
(131,113,88)
#90806A
(144,128,106)
#9D8F7C
(157,143,124)
#AA9E8E
(170,158,142)
#B7ADA0
(183,173,160)
#C4BCB2
(196,188,178)
#D1CBC4
(209,203,196)
#DEDAD6
(222,218,214)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695334 color. Also use rgb(105,83,52) instead hex code.

Text Font Color

.myTextColor { color: #695334; }

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

This text font color is #695334.


Background Color

.myBgColor { background-color: #695334; }

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

This div background color is #695334.


Border color

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

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

This div border color is #695334.


Opacity

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

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

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

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

This text has shadow with #695334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695334 on black background.


Color preview on white background

This text has color #695334 on white background.



Black color preview on #695334 background

This text has black color on #695334 background.


White color preview on #695334 background

This text has white color on #695334 background.