COLOR #749B3E

HEX: #749B3E RGB: (116,155,62)

Color info

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

RGB color model

#749B3E color RGB value is (116,155,62).

RGB: (116,155,62) (45%, 61%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 155 of 255 = 61%
B 62 of 255 = 24%

116
155
62

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

Portions of RGB colors in percentages

R + G + B = 116 + 155 + 62 = 333 (100%)
R 116 of 333 ~ 34.83%
G 155 of 333 ~ 46.55%
B 62 of 333 ~ 18.62'%

%34.83
%46.55
%18.62

CMYK color model

#749B3E color CMYK value is (25,0,60,39).

  • cyan value is 25.16%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 39.22%
CMYK: (25,0,60,39) C25M0Y60K39 (25%,0%,60%,39%) (0.25/0.00/0.60/0.39) 

CMYK percentages

%25.16
%0
%60
%39.22

Codes

Color #749B3E in popluar color models

74 9B 3E
RGB 116 155 62
HSL 85° 42.86% 42.55%
HSB/HSV 85° 60.00% 60.78%
CMYK 25.16% 0.00% 60.00%
39.22%

Color #749B3E in popluar number systems.

HEX 74 9B 3E
Decimal 116 155 62
Binary 1110100 10011011 111110
Octal 164 233 76

Shades and tints

Shades of #749B3E

#749B3E
(116,155,62)
#6A8D39
(106,141,57)
#607F34
(96,127,52)
#56712F
(86,113,47)
#4C632A
(76,99,42)
#425525
(66,85,37)
#384720
(56,71,32)
#2E391B
(46,57,27)
#242B16
(36,43,22)
#1A1D11
(26,29,17)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #749B3E

#749B3E
(116,155,62)
#80A44F
(128,164,79)
#8CAD60
(140,173,96)
#98B671
(152,182,113)
#A4BF82
(164,191,130)
#B0C893
(176,200,147)
#BCD1A4
(188,209,164)
#C8DAB5
(200,218,181)
#D4E3C6
(212,227,198)
#E0ECD7
(224,236,215)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749B3E color. Also use rgb(116,155,62) instead hex code.

Text Font Color

.myTextColor { color: #749B3E; }

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

This text font color is #749B3E.

Background Color

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

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

This div background color is #749B3E.

Border color

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

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

This div border color is #749B3E.

Opacity

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

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

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

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

This text has shadow with #749B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #749B3E.

Preview

Color preview on black background

This text has color #749B3E on black background.


Color preview on white background

This text has color #749B3E on white background.


Black color preview on #749B3E background

This text has black color on #749B3E background.


White color preview on #749B3E background

This text has white color on #749B3E background.


Related colors

Complementary color

Complementary color for #hex is #8B64C1.


I love getcolorcode.com

Triadic colors

1 #3E749B and #9B3E74 with #749B3E are triadic colors.

2 #3E9B74 and #9B743E with #749B3E are triadic colors.