COLOR #748930

HEX: #748930
RGB: (116,137,48)

Color info

#748930 contains mainly red and green colors. Web safe color of #748930 is #669933 (or #693).

RGB color model

#748930 color RGB value is (116,137,48).

  • red value is 116;
  • green value is 137;
  • blue value is 48.
RGB:
(116,137,48)
(45%,54%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 48 of 255 = 19%

116
137
48

R + G + B ~ 39%. #748930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 48 = 301 (100%)
R 116 of 301 ~ 38.54%
G 137 of 301 ~ 45.51%
B 48 of 301 ~ 15.95%

%38.54
%45.51
%15.95

CMYK color model

#748930 color CMYK value is (15,0,65,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 64.96%
  • key color value is 46.27%
CMYK:
(15,0,65,46)
C15M0Y65K46 
(15%,0%,65%,46%)
(0.15/0.00/0.65/0.46)	

CMYK percentages

%15.33
%0
%64.96
%46.27

Codes

Color #748930 in popluar color models

748930
RGB11613748
HSL74°48.11%36.27%
HSB/HSV74°64.96%53.73%
CMYK15.33%0.00%64.96%
46.27%

Color #748930 in popluar number systems.

HEX748930
Decimal11613748
Binary111010010001001110000
Octal16421160

Shades and tints

Shades of #748930

#748930
(116,137,48)
#6A7D2C
(106,125,44)
#607128
(96,113,40)
#566524
(86,101,36)
#4C5920
(76,89,32)
#424D1C
(66,77,28)
#384118
(56,65,24)
#2E3514
(46,53,20)
#242910
(36,41,16)
#1A1D0C
(26,29,12)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #748930

#748930
(116,137,48)
#809342
(128,147,66)
#8C9D54
(140,157,84)
#98A766
(152,167,102)
#A4B178
(164,177,120)
#B0BB8A
(176,187,138)
#BCC59C
(188,197,156)
#C8CFAE
(200,207,174)
#D4D9C0
(212,217,192)
#E0E3D2
(224,227,210)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748930 color. Also use rgb(116,137,48) instead hex code.

Text Font Color

.myTextColor { color: #748930; }

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

This text font color is #748930.


Background Color

.myBgColor { background-color: #748930; }

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

This div background color is #748930.


Border color

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

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

This div border color is #748930.


Opacity

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

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

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

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

This text has shadow with #748930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748930 on black background.


Color preview on white background

This text has color #748930 on white background.



Black color preview on #748930 background

This text has black color on #748930 background.


White color preview on #748930 background

This text has white color on #748930 background.