COLOR #749948

HEX: #749948
RGB: (116,153,72)

Color info

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

RGB color model

#749948 color RGB value is (116,153,72).

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

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 72 of 255 = 28%

116
153
72

R + G + B ~ 44%. #749948 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 72 = 341 (100%)
R 116 of 341 ~ 34.02%
G 153 of 341 ~ 44.87%
B 72 of 341 ~ 21.11%

%34.02
%44.87
%21.11

CMYK color model

#749948 color CMYK value is (24,0,53,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 40.00%
CMYK:
(24,0,53,40)
C24M0Y53K40 
(24%,0%,53%,40%)
(0.24/0.00/0.53/0.40)	

CMYK percentages

%24.18
%0
%52.94
%40

Codes

Color #749948 in popluar color models

749948
RGB11615372
HSL87°36.00%44.12%
HSB/HSV87°52.94%60.00%
CMYK24.18%0.00%52.94%
40.00%

Color #749948 in popluar number systems.

HEX749948
Decimal11615372
Binary1110100100110011001000
Octal164231110

Shades and tints

Shades of #749948

#749948
(116,153,72)
#6A8C42
(106,140,66)
#607F3C
(96,127,60)
#567236
(86,114,54)
#4C6530
(76,101,48)
#42582A
(66,88,42)
#384B24
(56,75,36)
#2E3E1E
(46,62,30)
#243118
(36,49,24)
#1A2412
(26,36,18)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #749948

#749948
(116,153,72)
#80A258
(128,162,88)
#8CAB68
(140,171,104)
#98B478
(152,180,120)
#A4BD88
(164,189,136)
#B0C698
(176,198,152)
#BCCFA8
(188,207,168)
#C8D8B8
(200,216,184)
#D4E1C8
(212,225,200)
#E0EAD8
(224,234,216)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749948; }

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

This text font color is #749948.


Background Color

.myBgColor { background-color: #749948; }

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

This div background color is #749948.


Border color

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

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

This div border color is #749948.


Opacity

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

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

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

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

This text has shadow with #749948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749948 on black background.


Color preview on white background

This text has color #749948 on white background.



Black color preview on #749948 background

This text has black color on #749948 background.


White color preview on #749948 background

This text has white color on #749948 background.