COLOR #749E52

HEX: #749E52 RGB: (116,158,82)

Color info

#749E52 contains mainly red and green colors. Web safe color of #749E52 is #669966 (or #696).

RGB color model

#749E52 color RGB value is (116,158,82).

RGB: (116,158,82) (45%, 62%, 32%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 82 of 255 = 32%

116
158
82

R + G + B ~ 46%. #749E52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 158 + 82 = 356 (100%)
R 116 of 356 ~ 32.58%
G 158 of 356 ~ 44.38%
B 82 of 356 ~ 23.03'%

%32.58
%44.38
%23.03

CMYK color model

#749E52 color CMYK value is (27,0,48,38).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 48.10%
  • key color value is 38.04%

CMYK: (27,0,48,38)
C27M0Y48K38 (27%, 0%, 48%, 38%)
(0.27 / 0.00 / 0.48 / 0.38)

CMYK percentages

%26.58
%0
%48.1
%38.04

Codes

Color #749E52 in popluar color models

74 9E 52
RGB 116 158 82
HSL 93° 31.67% 47.06%
HSB/HSV 93° 48.10% 61.96%
CMYK 26.58% 0.00% 48.10%
38.04%

Color #749E52 in popluar number systems.

HEX 74 9E 52
Decimal 116 158 82
Binary 1110100 10011110 1010010
Octal 164 236 122

Shades and tints

Shades of #749E52

#749E52
(116,158,82)
#6A904B
(106,144,75)
#608244
(96,130,68)
#56743D
(86,116,61)
#4C6636
(76,102,54)
#42582F
(66,88,47)
#384A28
(56,74,40)
#2E3C21
(46,60,33)
#242E1A
(36,46,26)
#1A2013
(26,32,19)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #749E52

#749E52
(116,158,82)
#80A661
(128,166,97)
#8CAE70
(140,174,112)
#98B67F
(152,182,127)
#A4BE8E
(164,190,142)
#B0C69D
(176,198,157)
#BCCEAC
(188,206,172)
#C8D6BB
(200,214,187)
#D4DECA
(212,222,202)
#E0E6D9
(224,230,217)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749E52 color. Also use rgb(116,158,82) instead hex code.

Text Font Color

.myTextColor { color: #749E52; }

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

This text font color is #749E52.

Background Color

.myBgColor { background-color: #749E52; }

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

This div background color is #749E52.

Border color

.myBorderColor { border: 1px solid #749E52; }

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

This div border color is #749E52.

Opacity

.myOpacity80 { color: #749E52; opacity: 0.8; }

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

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

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

This text has shadow with #749E52 color.


.textShadow {text-shadow: 3px 3px 1px #749E52', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749E52; -webkit-box-shadow: 1px 1px 3px 2px #749E52; box-shadow:1px 1px 3px 2px #749E52;">
Div content here
</div>

This div box has shadow with color #749E52.

Preview

Color preview on black background

This text has color #749E52 on black background.


Color preview on white background

This text has color #749E52 on white background.


Black color preview on #749E52 background

This text has black color on #749E52 background.


White color preview on #749E52 background

This text has white color on #749E52 background.


Related colors

Complementary color

Complementary color for #hex is #8B61AD.


I love getcolorcode.com

Triadic colors

1 #52749E and #9E5274 with #749E52 are triadic colors.

2 #529E74 and #9E7452 with #749E52 are triadic colors.