COLOR #749741

HEX: #749741
RGB: (116,151,65)

Color info

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

RGB color model

#749741 color RGB value is (116,151,65).

  • red value is 116;
  • green value is 151;
  • blue value is 65.
RGB:
(116,151,65)
(45%,59%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 65 of 255 = 25%

116
151
65

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 65 = 332 (100%)
R 116 of 332 ~ 34.94%
G 151 of 332 ~ 45.48%
B 65 of 332 ~ 19.58%

%34.94
%45.48
%19.58

CMYK color model

#749741 color CMYK value is (23,0,57,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 56.95%
  • key color value is 40.78%
CMYK:
(23,0,57,41)
C23M0Y57K41 
(23%,0%,57%,41%)
(0.23/0.00/0.57/0.41)	

CMYK percentages

%23.18
%0
%56.95
%40.78

Codes

Color #749741 in popluar color models

749741
RGB11615165
HSL84°39.81%42.35%
HSB/HSV84°56.95%59.22%
CMYK23.18%0.00%56.95%
40.78%

Color #749741 in popluar number systems.

HEX749741
Decimal11615165
Binary1110100100101111000001
Octal164227101

Shades and tints

Shades of #749741

#749741
(116,151,65)
#6A8A3C
(106,138,60)
#607D37
(96,125,55)
#567032
(86,112,50)
#4C632D
(76,99,45)
#425628
(66,86,40)
#384923
(56,73,35)
#2E3C1E
(46,60,30)
#242F19
(36,47,25)
#1A2214
(26,34,20)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #749741

#749741
(116,151,65)
#80A052
(128,160,82)
#8CA963
(140,169,99)
#98B274
(152,178,116)
#A4BB85
(164,187,133)
#B0C496
(176,196,150)
#BCCDA7
(188,205,167)
#C8D6B8
(200,214,184)
#D4DFC9
(212,223,201)
#E0E8DA
(224,232,218)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749741 color. Also use rgb(116,151,65) instead hex code.

Text Font Color

.myTextColor { color: #749741; }

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

This text font color is #749741.


Background Color

.myBgColor { background-color: #749741; }

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

This div background color is #749741.


Border color

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

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

This div border color is #749741.


Opacity

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

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

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

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

This text has shadow with #749741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749741 on black background.


Color preview on white background

This text has color #749741 on white background.



Black color preview on #749741 background

This text has black color on #749741 background.


White color preview on #749741 background

This text has white color on #749741 background.