COLOR #754902

HEX: #754902
RGB: (117,73,2)

Color info

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

RGB color model

#754902 color RGB value is (117,73,2).

  • red value is 117;
  • green value is 73;
  • blue value is 2.
RGB:
(117,73,2)
(46%,29%,1%)

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 2 of 255 = 1%

117
73
2

R + G + B ~ 25%. #754902 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 2 = 192 (100%)
R 117 of 192 ~ 60.94%
G 73 of 192 ~ 38.02%
B 2 of 192 ~ 1.04%

%60.94
%38.02

CMYK color model

#754902 color CMYK value is (0,38,98,54).

  • cyan value is 0.00%
  • magenta value is 37.61%
  • yellow value is 98.29%
  • key color value is 54.12%
CMYK:
(0,38,98,54)
C0M38Y98K54 
(0%,38%,98%,54%)
(0.00/0.38/0.98/0.54)	

CMYK percentages

%0
%37.61
%98.29
%54.12

Codes

Color #754902 in popluar color models

754902
RGB117732
HSL37°96.64%23.33%
HSB/HSV37°98.29%45.88%
CMYK0.00%37.61%98.29%
54.12%

Color #754902 in popluar number systems.

HEX754902
Decimal117732
Binary1110101100100110
Octal1651112

Shades and tints

Shades of #754902

#754902
(117,73,2)
#6B4302
(107,67,2)
#613D02
(97,61,2)
#573702
(87,55,2)
#4D3102
(77,49,2)
#432B02
(67,43,2)
#392502
(57,37,2)
#2F1F02
(47,31,2)
#251902
(37,25,2)
#1B1302
(27,19,2)
#110D02
(17,13,2)
#000000
(0,0,0)

Tints of #754902

#754902
(117,73,2)
#815919
(129,89,25)
#8D6930
(141,105,48)
#997947
(153,121,71)
#A5895E
(165,137,94)
#B19975
(177,153,117)
#BDA98C
(189,169,140)
#C9B9A3
(201,185,163)
#D5C9BA
(213,201,186)
#E1D9D1
(225,217,209)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754902 color. Also use rgb(117,73,2) instead hex code.

Text Font Color

.myTextColor { color: #754902; }

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

This text font color is #754902.


Background Color

.myBgColor { background-color: #754902; }

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

This div background color is #754902.


Border color

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

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

This div border color is #754902.


Opacity

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

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

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

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

This text has shadow with #754902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754902 on black background.


Color preview on white background

This text has color #754902 on white background.



Black color preview on #754902 background

This text has black color on #754902 background.


White color preview on #754902 background

This text has white color on #754902 background.