COLOR #749A7D

HEX: #749A7D
RGB: (116,154,125)

Color info

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

RGB color model

#749A7D color RGB value is (116,154,125).

  • red value is 116;
  • green value is 154;
  • blue value is 125.
RGB:
(116,154,125)
(45%,60%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 125 of 255 = 49%

116
154
125

R + G + B ~ 51%. #749A7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 125 = 395 (100%)
R 116 of 395 ~ 29.37%
G 154 of 395 ~ 38.99%
B 125 of 395 ~ 31.65%

%29.37
%38.99
%31.65

CMYK color model

#749A7D color CMYK value is (25,0,19,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(25,0,19,40)
C25M0Y19K40 
(25%,0%,19%,40%)
(0.25/0.00/0.19/0.40)	

CMYK percentages

%24.68
%0
%18.83
%39.61

Codes

Color #749A7D in popluar color models

749A7D
RGB116154125
HSL134°15.83%52.94%
HSB/HSV134°24.68%60.39%
CMYK24.68%0.00%18.83%
39.61%

Color #749A7D in popluar number systems.

HEX749A7D
Decimal116154125
Binary1110100100110101111101
Octal164232175

Shades and tints

Shades of #749A7D

#749A7D
(116,154,125)
#6A8C72
(106,140,114)
#607E67
(96,126,103)
#56705C
(86,112,92)
#4C6251
(76,98,81)
#425446
(66,84,70)
#38463B
(56,70,59)
#2E3830
(46,56,48)
#242A25
(36,42,37)
#1A1C1A
(26,28,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #749A7D

#749A7D
(116,154,125)
#80A388
(128,163,136)
#8CAC93
(140,172,147)
#98B59E
(152,181,158)
#A4BEA9
(164,190,169)
#B0C7B4
(176,199,180)
#BCD0BF
(188,208,191)
#C8D9CA
(200,217,202)
#D4E2D5
(212,226,213)
#E0EBE0
(224,235,224)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749A7D color. Also use rgb(116,154,125) instead hex code.

Text Font Color

.myTextColor { color: #749A7D; }

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

This text font color is #749A7D.


Background Color

.myBgColor { background-color: #749A7D; }

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

This div background color is #749A7D.


Border color

.myBorderColor { border: 1px solid #749A7D; }

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

This div border color is #749A7D.


Opacity

.myOpacity80 { color: #749A7D; opacity: 0.8; }

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

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

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

This text has shadow with #749A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749A7D on black background.


Color preview on white background

This text has color #749A7D on white background.



Black color preview on #749A7D background

This text has black color on #749A7D background.


White color preview on #749A7D background

This text has white color on #749A7D background.