COLOR #754B00

HEX: #754B00
RGB: (117,75,0)

Color info

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

RGB color model

#754B00 color RGB value is (117,75,0).

  • red value is 117;
  • green value is 75;
  • blue value is 0.
RGB:
(117,75,0)
(46%,29%,0%)

RGB channels and saturation

R 117 of 255 = 46%
G 75 of 255 = 29%
B 0 of 255 = 0%

117
75
0

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

Portions of RGB colors in percentages

R + G + B =
117 + 75 + 0 = 192 (100%)
R 117 of 192 ~ 60.94%
G 75 of 192 ~ 39.06%
B 0 of 192 ~ 0%

%60.94
%39.06

CMYK color model

#754B00 color CMYK value is (0,36,100,54).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,36,100,54)
C0M36Y100K54 
(0%,36%,100%,54%)
(0.00/0.36/1.00/0.54)	

CMYK percentages

%0
%35.9
%100
%54.12

Codes

Color #754B00 in popluar color models

754B00
RGB117750
HSL38°100.00%22.94%
HSB/HSV38°100.00%45.88%
CMYK0.00%35.90%100.00%
54.12%

Color #754B00 in popluar number systems.

HEX754B00
Decimal117750
Binary111010110010110
Octal1651130

Shades and tints

Shades of #754B00

#754B00
(117,75,0)
#6B4500
(107,69,0)
#613F00
(97,63,0)
#573900
(87,57,0)
#4D3300
(77,51,0)
#432D00
(67,45,0)
#392700
(57,39,0)
#2F2100
(47,33,0)
#251B00
(37,27,0)
#1B1500
(27,21,0)
#110F00
(17,15,0)
#000000
(0,0,0)

Tints of #754B00

#754B00
(117,75,0)
#815B17
(129,91,23)
#8D6B2E
(141,107,46)
#997B45
(153,123,69)
#A58B5C
(165,139,92)
#B19B73
(177,155,115)
#BDAB8A
(189,171,138)
#C9BBA1
(201,187,161)
#D5CBB8
(213,203,184)
#E1DBCF
(225,219,207)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754B00 color. Also use rgb(117,75,0) instead hex code.

Text Font Color

.myTextColor { color: #754B00; }

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

This text font color is #754B00.


Background Color

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

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

This div background color is #754B00.


Border color

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

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

This div border color is #754B00.


Opacity

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

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

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

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

This text has shadow with #754B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754B00 on black background.


Color preview on white background

This text has color #754B00 on white background.



Black color preview on #754B00 background

This text has black color on #754B00 background.


White color preview on #754B00 background

This text has white color on #754B00 background.