COLOR #748D19

HEX: #748D19
RGB: (116,141,25)

Color info

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

RGB color model

#748D19 color RGB value is (116,141,25).

  • red value is 116;
  • green value is 141;
  • blue value is 25.
RGB:
(116,141,25)
(45%,55%,10%)

RGB channels and saturation

R 116 of 255 = 45%
G 141 of 255 = 55%
B 25 of 255 = 10%

116
141
25

R + G + B ~ 37%. #748D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 141 + 25 = 282 (100%)
R 116 of 282 ~ 41.13%
G 141 of 282 ~ 50%
B 25 of 282 ~ 8.87%

%41.13
%50

CMYK color model

#748D19 color CMYK value is (18,0,82,45).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 82.27%
  • key color value is 44.71%
CMYK:
(18,0,82,45)
C18M0Y82K45 
(18%,0%,82%,45%)
(0.18/0.00/0.82/0.45)	

CMYK percentages

%17.73
%0
%82.27
%44.71

Codes

Color #748D19 in popluar color models

748D19
RGB11614125
HSL73°69.88%32.55%
HSB/HSV73°82.27%55.29%
CMYK17.73%0.00%82.27%
44.71%

Color #748D19 in popluar number systems.

HEX748D19
Decimal11614125
Binary11101001000110111001
Octal16421531

Shades and tints

Shades of #748D19

#748D19
(116,141,25)
#6A8117
(106,129,23)
#607515
(96,117,21)
#566913
(86,105,19)
#4C5D11
(76,93,17)
#42510F
(66,81,15)
#38450D
(56,69,13)
#2E390B
(46,57,11)
#242D09
(36,45,9)
#1A2107
(26,33,7)
#101505
(16,21,5)
#000000
(0,0,0)

Tints of #748D19

#748D19
(116,141,25)
#80972D
(128,151,45)
#8CA141
(140,161,65)
#98AB55
(152,171,85)
#A4B569
(164,181,105)
#B0BF7D
(176,191,125)
#BCC991
(188,201,145)
#C8D3A5
(200,211,165)
#D4DDB9
(212,221,185)
#E0E7CD
(224,231,205)
#ECF1E1
(236,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748D19 color. Also use rgb(116,141,25) instead hex code.

Text Font Color

.myTextColor { color: #748D19; }

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

This text font color is #748D19.


Background Color

.myBgColor { background-color: #748D19; }

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

This div background color is #748D19.


Border color

.myBorderColor { border: 1px solid #748D19; }

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

This div border color is #748D19.


Opacity

.myOpacity80 { color: #748D19; opacity: 0.8; }

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

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

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

This text has shadow with #748D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748D19 on black background.


Color preview on white background

This text has color #748D19 on white background.



Black color preview on #748D19 background

This text has black color on #748D19 background.


White color preview on #748D19 background

This text has white color on #748D19 background.