COLOR #693300

HEX: #693300
RGB: (105,51,0)

Color info

#693300 contains only red and green colors. Web safe color of #693300 is #663300 (or #630).

RGB color model

#693300 color RGB value is (105,51,0).

  • red value is 105;
  • green value is 51;
  • blue value is 0.
RGB:
(105,51,0)
(41%,20%,0%)

RGB channels and saturation

R 105 of 255 = 41%
G 51 of 255 = 20%
B 0 of 255 = 0%

105
51
0

R + G + B ~ 20%. #693300 is dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 51 + 0 = 156 (100%)
R 105 of 156 ~ 67.31%
G 51 of 156 ~ 32.69%
B 0 of 156 ~ 0%

%67.31
%32.69

CMYK color model

#693300 color CMYK value is (0,51,100,59).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 100.00%
  • key color value is 58.82%
CMYK:
(0,51,100,59)
C0M51Y100K59 
(0%,51%,100%,59%)
(0.00/0.51/1.00/0.59)	

CMYK percentages

%0
%51.43
%100
%58.82

Codes

Color #693300 in popluar color models

693300
RGB105510
HSL29°100.00%20.59%
HSB/HSV29°100.00%41.18%
CMYK0.00%51.43%100.00%
58.82%

Color #693300 in popluar number systems.

HEX693300
Decimal105510
Binary11010011100110
Octal151630

Shades and tints

Shades of #693300

#693300
(105,51,0)
#602F00
(96,47,0)
#572B00
(87,43,0)
#4E2700
(78,39,0)
#452300
(69,35,0)
#3C1F00
(60,31,0)
#331B00
(51,27,0)
#2A1700
(42,23,0)
#211300
(33,19,0)
#180F00
(24,15,0)
#0F0B00
(15,11,0)
#000000
(0,0,0)

Tints of #693300

#693300
(105,51,0)
#764517
(118,69,23)
#83572E
(131,87,46)
#906945
(144,105,69)
#9D7B5C
(157,123,92)
#AA8D73
(170,141,115)
#B79F8A
(183,159,138)
#C4B1A1
(196,177,161)
#D1C3B8
(209,195,184)
#DED5CF
(222,213,207)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693300 color. Also use rgb(105,51,0) instead hex code.

Text Font Color

.myTextColor { color: #693300; }

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

This text font color is #693300.


Background Color

.myBgColor { background-color: #693300; }

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

This div background color is #693300.


Border color

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

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

This div border color is #693300.


Opacity

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

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

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

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

This text has shadow with #693300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693300 on black background.


Color preview on white background

This text has color #693300 on white background.



Black color preview on #693300 background

This text has black color on #693300 background.


White color preview on #693300 background

This text has white color on #693300 background.