COLOR #749769

HEX: #749769
RGB: (116,151,105)

Color info

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

RGB color model

#749769 color RGB value is (116,151,105).

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

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 105 of 255 = 41%

116
151
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 105 = 372 (100%)
R 116 of 372 ~ 31.18%
G 151 of 372 ~ 40.59%
B 105 of 372 ~ 28.23%

%31.18
%40.59
%28.23

CMYK color model

#749769 color CMYK value is (23,0,30,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 30.46%
  • key color value is 40.78%
CMYK:
(23,0,30,41)
C23M0Y30K41 
(23%,0%,30%,41%)
(0.23/0.00/0.30/0.41)	

CMYK percentages

%23.18
%0
%30.46
%40.78

Codes

Color #749769 in popluar color models

749769
RGB116151105
HSL106°18.11%50.20%
HSB/HSV106°30.46%59.22%
CMYK23.18%0.00%30.46%
40.78%

Color #749769 in popluar number systems.

HEX749769
Decimal116151105
Binary1110100100101111101001
Octal164227151

Shades and tints

Shades of #749769

#749769
(116,151,105)
#6A8A60
(106,138,96)
#607D57
(96,125,87)
#56704E
(86,112,78)
#4C6345
(76,99,69)
#42563C
(66,86,60)
#384933
(56,73,51)
#2E3C2A
(46,60,42)
#242F21
(36,47,33)
#1A2218
(26,34,24)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #749769

#749769
(116,151,105)
#80A076
(128,160,118)
#8CA983
(140,169,131)
#98B290
(152,178,144)
#A4BB9D
(164,187,157)
#B0C4AA
(176,196,170)
#BCCDB7
(188,205,183)
#C8D6C4
(200,214,196)
#D4DFD1
(212,223,209)
#E0E8DE
(224,232,222)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749769; }

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

This text font color is #749769.


Background Color

.myBgColor { background-color: #749769; }

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

This div background color is #749769.


Border color

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

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

This div border color is #749769.


Opacity

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

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

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

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

This text has shadow with #749769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749769 on black background.


Color preview on white background

This text has color #749769 on white background.



Black color preview on #749769 background

This text has black color on #749769 background.


White color preview on #749769 background

This text has white color on #749769 background.