COLOR #693C30

HEX: #693C30
RGB: (105,60,48)

Color info

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

RGB color model

#693C30 color RGB value is (105,60,48).

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

RGB channels and saturation

R 105 of 255 = 41%
G 60 of 255 = 24%
B 48 of 255 = 19%

105
60
48

R + G + B ~ 28%. #693C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 60 + 48 = 213 (100%)
R 105 of 213 ~ 49.3%
G 60 of 213 ~ 28.17%
B 48 of 213 ~ 22.54%

%49.3
%28.17
%22.54

CMYK color model

#693C30 color CMYK value is (0,43,54,59).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 54.29%
  • key color value is 58.82%
CMYK:
(0,43,54,59)
C0M43Y54K59 
(0%,43%,54%,59%)
(0.00/0.43/0.54/0.59)	

CMYK percentages

%0
%42.86
%54.29
%58.82

Codes

Color #693C30 in popluar color models

693C30
RGB1056048
HSL13°37.25%30.00%
HSB/HSV13°54.29%41.18%
CMYK0.00%42.86%54.29%
58.82%

Color #693C30 in popluar number systems.

HEX693C30
Decimal1056048
Binary1101001111100110000
Octal1517460

Shades and tints

Shades of #693C30

#693C30
(105,60,48)
#60372C
(96,55,44)
#573228
(87,50,40)
#4E2D24
(78,45,36)
#452820
(69,40,32)
#3C231C
(60,35,28)
#331E18
(51,30,24)
#2A1914
(42,25,20)
#211410
(33,20,16)
#180F0C
(24,15,12)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #693C30

#693C30
(105,60,48)
#764D42
(118,77,66)
#835E54
(131,94,84)
#906F66
(144,111,102)
#9D8078
(157,128,120)
#AA918A
(170,145,138)
#B7A29C
(183,162,156)
#C4B3AE
(196,179,174)
#D1C4C0
(209,196,192)
#DED5D2
(222,213,210)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693C30; }

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

This text font color is #693C30.


Background Color

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

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

This div background color is #693C30.


Border color

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

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

This div border color is #693C30.


Opacity

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

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

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

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

This text has shadow with #693C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693C30 on black background.


Color preview on white background

This text has color #693C30 on white background.



Black color preview on #693C30 background

This text has black color on #693C30 background.


White color preview on #693C30 background

This text has white color on #693C30 background.