COLOR #749861

HEX: #749861
RGB: (116,152,97)

Color info

#749861 contains red, green and blue colors in about the same proportion. Web safe color of #749861 is #669966 (or #696).

RGB color model

#749861 color RGB value is (116,152,97).

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

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 97 of 255 = 38%

116
152
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 97 = 365 (100%)
R 116 of 365 ~ 31.78%
G 152 of 365 ~ 41.64%
B 97 of 365 ~ 26.58%

%31.78
%41.64
%26.58

CMYK color model

#749861 color CMYK value is (24,0,36,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 36.18%
  • key color value is 40.39%
CMYK:
(24,0,36,40)
C24M0Y36K40 
(24%,0%,36%,40%)
(0.24/0.00/0.36/0.40)	

CMYK percentages

%23.68
%0
%36.18
%40.39

Codes

Color #749861 in popluar color models

749861
RGB11615297
HSL99°22.09%48.82%
HSB/HSV99°36.18%59.61%
CMYK23.68%0.00%36.18%
40.39%

Color #749861 in popluar number systems.

HEX749861
Decimal11615297
Binary1110100100110001100001
Octal164230141

Shades and tints

Shades of #749861

#749861
(116,152,97)
#6A8B59
(106,139,89)
#607E51
(96,126,81)
#567149
(86,113,73)
#4C6441
(76,100,65)
#425739
(66,87,57)
#384A31
(56,74,49)
#2E3D29
(46,61,41)
#243021
(36,48,33)
#1A2319
(26,35,25)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #749861

#749861
(116,152,97)
#80A16F
(128,161,111)
#8CAA7D
(140,170,125)
#98B38B
(152,179,139)
#A4BC99
(164,188,153)
#B0C5A7
(176,197,167)
#BCCEB5
(188,206,181)
#C8D7C3
(200,215,195)
#D4E0D1
(212,224,209)
#E0E9DF
(224,233,223)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749861; }

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

This text font color is #749861.


Background Color

.myBgColor { background-color: #749861; }

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

This div background color is #749861.


Border color

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

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

This div border color is #749861.


Opacity

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

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

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

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

This text has shadow with #749861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749861 on black background.


Color preview on white background

This text has color #749861 on white background.



Black color preview on #749861 background

This text has black color on #749861 background.


White color preview on #749861 background

This text has white color on #749861 background.