COLOR #753C06

HEX: #753C06
RGB: (117,60,6)

Color info

#753C06 contains mainly red and green colors. Web safe color of #753C06 is #663300 (or #630).

RGB color model

#753C06 color RGB value is (117,60,6).

  • red value is 117;
  • green value is 60;
  • blue value is 6.
RGB:
(117,60,6)
(46%,24%,2%)

RGB channels and saturation

R 117 of 255 = 46%
G 60 of 255 = 24%
B 6 of 255 = 2%

117
60
6

R + G + B ~ 24%. #753C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 60 + 6 = 183 (100%)
R 117 of 183 ~ 63.93%
G 60 of 183 ~ 32.79%
B 6 of 183 ~ 3.28%

%63.93
%32.79

CMYK color model

#753C06 color CMYK value is (0,49,95,54).

  • cyan value is 0.00%
  • magenta value is 48.72%
  • yellow value is 94.87%
  • key color value is 54.12%
CMYK:
(0,49,95,54)
C0M49Y95K54 
(0%,49%,95%,54%)
(0.00/0.49/0.95/0.54)	

CMYK percentages

%0
%48.72
%94.87
%54.12

Codes

Color #753C06 in popluar color models

753C06
RGB117606
HSL29°90.24%24.12%
HSB/HSV29°94.87%45.88%
CMYK0.00%48.72%94.87%
54.12%

Color #753C06 in popluar number systems.

HEX753C06
Decimal117606
Binary1110101111100110
Octal165746

Shades and tints

Shades of #753C06

#753C06
(117,60,6)
#6B3706
(107,55,6)
#613206
(97,50,6)
#572D06
(87,45,6)
#4D2806
(77,40,6)
#432306
(67,35,6)
#391E06
(57,30,6)
#2F1906
(47,25,6)
#251406
(37,20,6)
#1B0F06
(27,15,6)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #753C06

#753C06
(117,60,6)
#814D1C
(129,77,28)
#8D5E32
(141,94,50)
#996F48
(153,111,72)
#A5805E
(165,128,94)
#B19174
(177,145,116)
#BDA28A
(189,162,138)
#C9B3A0
(201,179,160)
#D5C4B6
(213,196,182)
#E1D5CC
(225,213,204)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753C06 color. Also use rgb(117,60,6) instead hex code.

Text Font Color

.myTextColor { color: #753C06; }

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

This text font color is #753C06.


Background Color

.myBgColor { background-color: #753C06; }

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

This div background color is #753C06.


Border color

.myBorderColor { border: 1px solid #753C06; }

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

This div border color is #753C06.


Opacity

.myOpacity80 { color: #753C06; opacity: 0.8; }

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

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

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

This text has shadow with #753C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753C06 on black background.


Color preview on white background

This text has color #753C06 on white background.



Black color preview on #753C06 background

This text has black color on #753C06 background.


White color preview on #753C06 background

This text has white color on #753C06 background.