COLOR #749973

HEX: #749973
RGB: (116,153,115)

Color info

#749973 contains red, green and blue colors in about the same proportion. Web safe color of #749973 is #669966 (or #696).

RGB color model

#749973 color RGB value is (116,153,115).

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

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 115 of 255 = 45%

116
153
115

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 115 = 384 (100%)
R 116 of 384 ~ 30.21%
G 153 of 384 ~ 39.84%
B 115 of 384 ~ 29.95%

%30.21
%39.84
%29.95

CMYK color model

#749973 color CMYK value is (24,0,25,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(24,0,25,40)
C24M0Y25K40 
(24%,0%,25%,40%)
(0.24/0.00/0.25/0.40)	

CMYK percentages

%24.18
%0
%24.84
%40

Codes

Color #749973 in popluar color models

749973
RGB116153115
HSL118°15.70%52.55%
HSB/HSV118°24.84%60.00%
CMYK24.18%0.00%24.84%
40.00%

Color #749973 in popluar number systems.

HEX749973
Decimal116153115
Binary1110100100110011110011
Octal164231163

Shades and tints

Shades of #749973

#749973
(116,153,115)
#6A8C69
(106,140,105)
#607F5F
(96,127,95)
#567255
(86,114,85)
#4C654B
(76,101,75)
#425841
(66,88,65)
#384B37
(56,75,55)
#2E3E2D
(46,62,45)
#243123
(36,49,35)
#1A2419
(26,36,25)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #749973

#749973
(116,153,115)
#80A27F
(128,162,127)
#8CAB8B
(140,171,139)
#98B497
(152,180,151)
#A4BDA3
(164,189,163)
#B0C6AF
(176,198,175)
#BCCFBB
(188,207,187)
#C8D8C7
(200,216,199)
#D4E1D3
(212,225,211)
#E0EADF
(224,234,223)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749973; }

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

This text font color is #749973.


Background Color

.myBgColor { background-color: #749973; }

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

This div background color is #749973.


Border color

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

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

This div border color is #749973.


Opacity

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

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

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

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

This text has shadow with #749973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749973 on black background.


Color preview on white background

This text has color #749973 on white background.



Black color preview on #749973 background

This text has black color on #749973 background.


White color preview on #749973 background

This text has white color on #749973 background.