COLOR #693F35

HEX: #693F35
RGB: (105,63,53)

Color info

#693F35 contains red, green and blue colors in about the same proportion. Web safe color of #693F35 is #663333 (or #633).

RGB color model

#693F35 color RGB value is (105,63,53).

  • red value is 105;
  • green value is 63;
  • blue value is 53.
RGB:
(105,63,53)
(41%,25%,21%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 53 of 255 = 21%

105
63
53

R + G + B ~ 29%. #693F35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 53 = 221 (100%)
R 105 of 221 ~ 47.51%
G 63 of 221 ~ 28.51%
B 53 of 221 ~ 23.98%

%47.51
%28.51
%23.98

CMYK color model

#693F35 color CMYK value is (0,40,50,59).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 49.52%
  • key color value is 58.82%
CMYK:
(0,40,50,59)
C0M40Y50K59 
(0%,40%,50%,59%)
(0.00/0.40/0.50/0.59)	

CMYK percentages

%0
%40
%49.52
%58.82

Codes

Color #693F35 in popluar color models

693F35
RGB1056353
HSL12°32.91%30.98%
HSB/HSV12°49.52%41.18%
CMYK0.00%40.00%49.52%
58.82%

Color #693F35 in popluar number systems.

HEX693F35
Decimal1056353
Binary1101001111111110101
Octal1517765

Shades and tints

Shades of #693F35

#693F35
(105,63,53)
#603A31
(96,58,49)
#57352D
(87,53,45)
#4E3029
(78,48,41)
#452B25
(69,43,37)
#3C2621
(60,38,33)
#33211D
(51,33,29)
#2A1C19
(42,28,25)
#211715
(33,23,21)
#181211
(24,18,17)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #693F35

#693F35
(105,63,53)
#765047
(118,80,71)
#836159
(131,97,89)
#90726B
(144,114,107)
#9D837D
(157,131,125)
#AA948F
(170,148,143)
#B7A5A1
(183,165,161)
#C4B6B3
(196,182,179)
#D1C7C5
(209,199,197)
#DED8D7
(222,216,215)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693F35 color. Also use rgb(105,63,53) instead hex code.

Text Font Color

.myTextColor { color: #693F35; }

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

This text font color is #693F35.


Background Color

.myBgColor { background-color: #693F35; }

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

This div background color is #693F35.


Border color

.myBorderColor { border: 1px solid #693F35; }

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

This div border color is #693F35.


Opacity

.myOpacity80 { color: #693F35; opacity: 0.8; }

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

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

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

This text has shadow with #693F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F35 on black background.


Color preview on white background

This text has color #693F35 on white background.



Black color preview on #693F35 background

This text has black color on #693F35 background.


White color preview on #693F35 background

This text has white color on #693F35 background.