COLOR #754C06

HEX: #754C06
RGB: (117,76,6)

Color info

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

RGB color model

#754C06 color RGB value is (117,76,6).

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

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 6 of 255 = 2%

117
76
6

R + G + B ~ 26%. #754C06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 6 = 199 (100%)
R 117 of 199 ~ 58.79%
G 76 of 199 ~ 38.19%
B 6 of 199 ~ 3.02%

%58.79
%38.19

CMYK color model

#754C06 color CMYK value is (0,35,95,54).

  • cyan value is 0.00%
  • magenta value is 35.04%
  • yellow value is 94.87%
  • key color value is 54.12%
CMYK:
(0,35,95,54)
C0M35Y95K54 
(0%,35%,95%,54%)
(0.00/0.35/0.95/0.54)	

CMYK percentages

%0
%35.04
%94.87
%54.12

Codes

Color #754C06 in popluar color models

754C06
RGB117766
HSL38°90.24%24.12%
HSB/HSV38°94.87%45.88%
CMYK0.00%35.04%94.87%
54.12%

Color #754C06 in popluar number systems.

HEX754C06
Decimal117766
Binary11101011001100110
Octal1651146

Shades and tints

Shades of #754C06

#754C06
(117,76,6)
#6B4606
(107,70,6)
#614006
(97,64,6)
#573A06
(87,58,6)
#4D3406
(77,52,6)
#432E06
(67,46,6)
#392806
(57,40,6)
#2F2206
(47,34,6)
#251C06
(37,28,6)
#1B1606
(27,22,6)
#111006
(17,16,6)
#000000
(0,0,0)

Tints of #754C06

#754C06
(117,76,6)
#815C1C
(129,92,28)
#8D6C32
(141,108,50)
#997C48
(153,124,72)
#A58C5E
(165,140,94)
#B19C74
(177,156,116)
#BDAC8A
(189,172,138)
#C9BCA0
(201,188,160)
#D5CCB6
(213,204,182)
#E1DCCC
(225,220,204)
#EDECE2
(237,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754C06; }

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

This text font color is #754C06.


Background Color

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

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

This div background color is #754C06.


Border color

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

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

This div border color is #754C06.


Opacity

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

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

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

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

This text has shadow with #754C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C06 on black background.


Color preview on white background

This text has color #754C06 on white background.



Black color preview on #754C06 background

This text has black color on #754C06 background.


White color preview on #754C06 background

This text has white color on #754C06 background.