COLOR #749915

HEX: #749915
RGB: (116,153,21)

Color info

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

RGB color model

#749915 color RGB value is (116,153,21).

  • red value is 116;
  • green value is 153;
  • blue value is 21.
RGB:
(116,153,21)
(45%,60%,8%)

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 21 of 255 = 8%

116
153
21

R + G + B ~ 38%. #749915 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 21 = 290 (100%)
R 116 of 290 ~ 40%
G 153 of 290 ~ 52.76%
B 21 of 290 ~ 7.24%

%40
%52.76

CMYK color model

#749915 color CMYK value is (24,0,86,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 86.27%
  • key color value is 40.00%
CMYK:
(24,0,86,40)
C24M0Y86K40 
(24%,0%,86%,40%)
(0.24/0.00/0.86/0.40)	

CMYK percentages

%24.18
%0
%86.27
%40

Codes

Color #749915 in popluar color models

749915
RGB11615321
HSL77°75.86%34.12%
HSB/HSV77°86.27%60.00%
CMYK24.18%0.00%86.27%
40.00%

Color #749915 in popluar number systems.

HEX749915
Decimal11615321
Binary11101001001100110101
Octal16423125

Shades and tints

Shades of #749915

#749915
(116,153,21)
#6A8C14
(106,140,20)
#607F13
(96,127,19)
#567212
(86,114,18)
#4C6511
(76,101,17)
#425810
(66,88,16)
#384B0F
(56,75,15)
#2E3E0E
(46,62,14)
#24310D
(36,49,13)
#1A240C
(26,36,12)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #749915

#749915
(116,153,21)
#80A22A
(128,162,42)
#8CAB3F
(140,171,63)
#98B454
(152,180,84)
#A4BD69
(164,189,105)
#B0C67E
(176,198,126)
#BCCF93
(188,207,147)
#C8D8A8
(200,216,168)
#D4E1BD
(212,225,189)
#E0EAD2
(224,234,210)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749915 color. Also use rgb(116,153,21) instead hex code.

Text Font Color

.myTextColor { color: #749915; }

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

This text font color is #749915.


Background Color

.myBgColor { background-color: #749915; }

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

This div background color is #749915.


Border color

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

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

This div border color is #749915.


Opacity

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

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

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

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

This text has shadow with #749915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749915 on black background.


Color preview on white background

This text has color #749915 on white background.



Black color preview on #749915 background

This text has black color on #749915 background.


White color preview on #749915 background

This text has white color on #749915 background.