COLOR #748501

HEX: #748501
RGB: (116,133,1)

Color info

#748501 contains mainly red and green colors. Web safe color of #748501 is #669900 (or #690).

RGB color model

#748501 color RGB value is (116,133,1).

  • red value is 116;
  • green value is 133;
  • blue value is 1.
RGB:
(116,133,1)
(45%,52%,0%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 1 of 255 = 0%

116
133
1

R + G + B ~ 32%. #748501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 1 = 250 (100%)
R 116 of 250 ~ 46.4%
G 133 of 250 ~ 53.2%
B 1 of 250 ~ 0.4%

%46.4
%53.2

CMYK color model

#748501 color CMYK value is (13,0,99,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 99.25%
  • key color value is 47.84%
CMYK:
(13,0,99,48)
C13M0Y99K48 
(13%,0%,99%,48%)
(0.13/0.00/0.99/0.48)	

CMYK percentages

%12.78
%0
%99.25
%47.84

Codes

Color #748501 in popluar color models

748501
RGB1161331
HSL68°98.51%26.27%
HSB/HSV68°99.25%52.16%
CMYK12.78%0.00%99.25%
47.84%

Color #748501 in popluar number systems.

HEX748501
Decimal1161331
Binary1110100100001011
Octal1642051

Shades and tints

Shades of #748501

#748501
(116,133,1)
#6A7901
(106,121,1)
#606D01
(96,109,1)
#566101
(86,97,1)
#4C5501
(76,85,1)
#424901
(66,73,1)
#383D01
(56,61,1)
#2E3101
(46,49,1)
#242501
(36,37,1)
#1A1901
(26,25,1)
#100D01
(16,13,1)
#000000
(0,0,0)

Tints of #748501

#748501
(116,133,1)
#809018
(128,144,24)
#8C9B2F
(140,155,47)
#98A646
(152,166,70)
#A4B15D
(164,177,93)
#B0BC74
(176,188,116)
#BCC78B
(188,199,139)
#C8D2A2
(200,210,162)
#D4DDB9
(212,221,185)
#E0E8D0
(224,232,208)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748501 color. Also use rgb(116,133,1) instead hex code.

Text Font Color

.myTextColor { color: #748501; }

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

This text font color is #748501.


Background Color

.myBgColor { background-color: #748501; }

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

This div background color is #748501.


Border color

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

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

This div border color is #748501.


Opacity

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

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

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

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

This text has shadow with #748501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748501 on black background.


Color preview on white background

This text has color #748501 on white background.



Black color preview on #748501 background

This text has black color on #748501 background.


White color preview on #748501 background

This text has white color on #748501 background.