COLOR #749355

HEX: #749355
RGB: (116,147,85)

Color info

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

RGB color model

#749355 color RGB value is (116,147,85).

  • red value is 116;
  • green value is 147;
  • blue value is 85.
RGB:
(116,147,85)
(45%,58%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 85 of 255 = 33%

116
147
85

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

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 85 = 348 (100%)
R 116 of 348 ~ 33.33%
G 147 of 348 ~ 42.24%
B 85 of 348 ~ 24.43%

%33.33
%42.24
%24.43

CMYK color model

#749355 color CMYK value is (21,0,42,42).

  • cyan value is 21.09%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%
CMYK:
(21,0,42,42)
C21M0Y42K42 
(21%,0%,42%,42%)
(0.21/0.00/0.42/0.42)	

CMYK percentages

%21.09
%0
%42.18
%42.35

Codes

Color #749355 in popluar color models

749355
RGB11614785
HSL90°26.72%45.49%
HSB/HSV90°42.18%57.65%
CMYK21.09%0.00%42.18%
42.35%

Color #749355 in popluar number systems.

HEX749355
Decimal11614785
Binary1110100100100111010101
Octal164223125

Shades and tints

Shades of #749355

#749355
(116,147,85)
#6A864E
(106,134,78)
#607947
(96,121,71)
#566C40
(86,108,64)
#4C5F39
(76,95,57)
#425232
(66,82,50)
#38452B
(56,69,43)
#2E3824
(46,56,36)
#242B1D
(36,43,29)
#1A1E16
(26,30,22)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #749355

#749355
(116,147,85)
#809C64
(128,156,100)
#8CA573
(140,165,115)
#98AE82
(152,174,130)
#A4B791
(164,183,145)
#B0C0A0
(176,192,160)
#BCC9AF
(188,201,175)
#C8D2BE
(200,210,190)
#D4DBCD
(212,219,205)
#E0E4DC
(224,228,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749355 color. Also use rgb(116,147,85) instead hex code.

Text Font Color

.myTextColor { color: #749355; }

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

This text font color is #749355.


Background Color

.myBgColor { background-color: #749355; }

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

This div background color is #749355.


Border color

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

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

This div border color is #749355.


Opacity

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

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

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

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

This text has shadow with #749355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749355 on black background.


Color preview on white background

This text has color #749355 on white background.



Black color preview on #749355 background

This text has black color on #749355 background.


White color preview on #749355 background

This text has white color on #749355 background.