COLOR #749829

HEX: #749829
RGB: (116,152,41)

Color info

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

RGB color model

#749829 color RGB value is (116,152,41).

  • red value is 116;
  • green value is 152;
  • blue value is 41.
RGB:
(116,152,41)
(45%,60%,16%)

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 41 of 255 = 16%

116
152
41

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

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 41 = 309 (100%)
R 116 of 309 ~ 37.54%
G 152 of 309 ~ 49.19%
B 41 of 309 ~ 13.27%

%37.54
%49.19
%13.27

CMYK color model

#749829 color CMYK value is (24,0,73,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 73.03%
  • key color value is 40.39%
CMYK:
(24,0,73,40)
C24M0Y73K40 
(24%,0%,73%,40%)
(0.24/0.00/0.73/0.40)	

CMYK percentages

%23.68
%0
%73.03
%40.39

Codes

Color #749829 in popluar color models

749829
RGB11615241
HSL79°57.51%37.84%
HSB/HSV79°73.03%59.61%
CMYK23.68%0.00%73.03%
40.39%

Color #749829 in popluar number systems.

HEX749829
Decimal11615241
Binary111010010011000101001
Octal16423051

Shades and tints

Shades of #749829

#749829
(116,152,41)
#6A8B26
(106,139,38)
#607E23
(96,126,35)
#567120
(86,113,32)
#4C641D
(76,100,29)
#42571A
(66,87,26)
#384A17
(56,74,23)
#2E3D14
(46,61,20)
#243011
(36,48,17)
#1A230E
(26,35,14)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #749829

#749829
(116,152,41)
#80A13C
(128,161,60)
#8CAA4F
(140,170,79)
#98B362
(152,179,98)
#A4BC75
(164,188,117)
#B0C588
(176,197,136)
#BCCE9B
(188,206,155)
#C8D7AE
(200,215,174)
#D4E0C1
(212,224,193)
#E0E9D4
(224,233,212)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749829 color. Also use rgb(116,152,41) instead hex code.

Text Font Color

.myTextColor { color: #749829; }

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

This text font color is #749829.


Background Color

.myBgColor { background-color: #749829; }

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

This div background color is #749829.


Border color

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

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

This div border color is #749829.


Opacity

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

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

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

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

This text has shadow with #749829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749829 on black background.


Color preview on white background

This text has color #749829 on white background.



Black color preview on #749829 background

This text has black color on #749829 background.


White color preview on #749829 background

This text has white color on #749829 background.