COLOR #749858

HEX: #749858
RGB: (116,152,88)

Color info

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

RGB color model

#749858 color RGB value is (116,152,88).

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

RGB channels and saturation

R 116 of 255 = 45%
G 152 of 255 = 60%
B 88 of 255 = 35%

116
152
88

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

Portions of RGB colors in percentages

R + G + B =
116 + 152 + 88 = 356 (100%)
R 116 of 356 ~ 32.58%
G 152 of 356 ~ 42.7%
B 88 of 356 ~ 24.72%

%32.58
%42.7
%24.72

CMYK color model

#749858 color CMYK value is (24,0,42,40).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 40.39%
CMYK:
(24,0,42,40)
C24M0Y42K40 
(24%,0%,42%,40%)
(0.24/0.00/0.42/0.40)	

CMYK percentages

%23.68
%0
%42.11
%40.39

Codes

Color #749858 in popluar color models

749858
RGB11615288
HSL94°26.67%47.06%
HSB/HSV94°42.11%59.61%
CMYK23.68%0.00%42.11%
40.39%

Color #749858 in popluar number systems.

HEX749858
Decimal11615288
Binary1110100100110001011000
Octal164230130

Shades and tints

Shades of #749858

#749858
(116,152,88)
#6A8B50
(106,139,80)
#607E48
(96,126,72)
#567140
(86,113,64)
#4C6438
(76,100,56)
#425730
(66,87,48)
#384A28
(56,74,40)
#2E3D20
(46,61,32)
#243018
(36,48,24)
#1A2310
(26,35,16)
#101608
(16,22,8)
#000000
(0,0,0)

Tints of #749858

#749858
(116,152,88)
#80A167
(128,161,103)
#8CAA76
(140,170,118)
#98B385
(152,179,133)
#A4BC94
(164,188,148)
#B0C5A3
(176,197,163)
#BCCEB2
(188,206,178)
#C8D7C1
(200,215,193)
#D4E0D0
(212,224,208)
#E0E9DF
(224,233,223)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749858; }

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

This text font color is #749858.


Background Color

.myBgColor { background-color: #749858; }

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

This div background color is #749858.


Border color

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

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

This div border color is #749858.


Opacity

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

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

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

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

This text has shadow with #749858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749858 on black background.


Color preview on white background

This text has color #749858 on white background.



Black color preview on #749858 background

This text has black color on #749858 background.


White color preview on #749858 background

This text has white color on #749858 background.