COLOR #749217

HEX: #749217
RGB: (116,146,23)

Color info

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

RGB color model

#749217 color RGB value is (116,146,23).

  • red value is 116;
  • green value is 146;
  • blue value is 23.
RGB:
(116,146,23)
(45%,57%,9%)

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 23 of 255 = 9%

116
146
23

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 23 = 285 (100%)
R 116 of 285 ~ 40.7%
G 146 of 285 ~ 51.23%
B 23 of 285 ~ 8.07%

%40.7
%51.23

CMYK color model

#749217 color CMYK value is (21,0,84,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 84.25%
  • key color value is 42.75%
CMYK:
(21,0,84,43)
C21M0Y84K43 
(21%,0%,84%,43%)
(0.21/0.00/0.84/0.43)	

CMYK percentages

%20.55
%0
%84.25
%42.75

Codes

Color #749217 in popluar color models

749217
RGB11614623
HSL75°72.78%33.14%
HSB/HSV75°84.25%57.25%
CMYK20.55%0.00%84.25%
42.75%

Color #749217 in popluar number systems.

HEX749217
Decimal11614623
Binary11101001001001010111
Octal16422227

Shades and tints

Shades of #749217

#749217
(116,146,23)
#6A8515
(106,133,21)
#607813
(96,120,19)
#566B11
(86,107,17)
#4C5E0F
(76,94,15)
#42510D
(66,81,13)
#38440B
(56,68,11)
#2E3709
(46,55,9)
#242A07
(36,42,7)
#1A1D05
(26,29,5)
#101003
(16,16,3)
#000000
(0,0,0)

Tints of #749217

#749217
(116,146,23)
#809B2C
(128,155,44)
#8CA441
(140,164,65)
#98AD56
(152,173,86)
#A4B66B
(164,182,107)
#B0BF80
(176,191,128)
#BCC895
(188,200,149)
#C8D1AA
(200,209,170)
#D4DABF
(212,218,191)
#E0E3D4
(224,227,212)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749217 color. Also use rgb(116,146,23) instead hex code.

Text Font Color

.myTextColor { color: #749217; }

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

This text font color is #749217.


Background Color

.myBgColor { background-color: #749217; }

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

This div background color is #749217.


Border color

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

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

This div border color is #749217.


Opacity

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

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

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

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

This text has shadow with #749217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749217 on black background.


Color preview on white background

This text has color #749217 on white background.



Black color preview on #749217 background

This text has black color on #749217 background.


White color preview on #749217 background

This text has white color on #749217 background.