COLOR #749546

HEX: #749546
RGB: (116,149,70)

Color info

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

RGB color model

#749546 color RGB value is (116,149,70).

  • red value is 116;
  • green value is 149;
  • blue value is 70.
RGB:
(116,149,70)
(45%,58%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 70 of 255 = 27%

116
149
70

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 70 = 335 (100%)
R 116 of 335 ~ 34.63%
G 149 of 335 ~ 44.48%
B 70 of 335 ~ 20.9%

%34.63
%44.48
%20.9

CMYK color model

#749546 color CMYK value is (22,0,53,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 53.02%
  • key color value is 41.57%
CMYK:
(22,0,53,42)
C22M0Y53K42 
(22%,0%,53%,42%)
(0.22/0.00/0.53/0.42)	

CMYK percentages

%22.15
%0
%53.02
%41.57

Codes

Color #749546 in popluar color models

749546
RGB11614970
HSL85°36.07%42.94%
HSB/HSV85°53.02%58.43%
CMYK22.15%0.00%53.02%
41.57%

Color #749546 in popluar number systems.

HEX749546
Decimal11614970
Binary1110100100101011000110
Octal164225106

Shades and tints

Shades of #749546

#749546
(116,149,70)
#6A8840
(106,136,64)
#607B3A
(96,123,58)
#566E34
(86,110,52)
#4C612E
(76,97,46)
#425428
(66,84,40)
#384722
(56,71,34)
#2E3A1C
(46,58,28)
#242D16
(36,45,22)
#1A2010
(26,32,16)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #749546

#749546
(116,149,70)
#809E56
(128,158,86)
#8CA766
(140,167,102)
#98B076
(152,176,118)
#A4B986
(164,185,134)
#B0C296
(176,194,150)
#BCCBA6
(188,203,166)
#C8D4B6
(200,212,182)
#D4DDC6
(212,221,198)
#E0E6D6
(224,230,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749546 color. Also use rgb(116,149,70) instead hex code.

Text Font Color

.myTextColor { color: #749546; }

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

This text font color is #749546.


Background Color

.myBgColor { background-color: #749546; }

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

This div background color is #749546.


Border color

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

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

This div border color is #749546.


Opacity

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

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

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

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

This text has shadow with #749546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749546 on black background.


Color preview on white background

This text has color #749546 on white background.



Black color preview on #749546 background

This text has black color on #749546 background.


White color preview on #749546 background

This text has white color on #749546 background.