COLOR #749B7D

HEX: #749B7D
RGB: (116,155,125)

Color info

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

RGB color model

#749B7D color RGB value is (116,155,125).

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

RGB channels and saturation

R 116 of 255 = 45%
G 155 of 255 = 61%
B 125 of 255 = 49%

116
155
125

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

Portions of RGB colors in percentages

R + G + B =
116 + 155 + 125 = 396 (100%)
R 116 of 396 ~ 29.29%
G 155 of 396 ~ 39.14%
B 125 of 396 ~ 31.57%

%29.29
%39.14
%31.57

CMYK color model

#749B7D color CMYK value is (25,0,19,39).

  • cyan value is 25.16%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(25,0,19,39)
C25M0Y19K39 
(25%,0%,19%,39%)
(0.25/0.00/0.19/0.39)	

CMYK percentages

%25.16
%0
%19.35
%39.22

Codes

Color #749B7D in popluar color models

749B7D
RGB116155125
HSL134°16.32%53.14%
HSB/HSV134°25.16%60.78%
CMYK25.16%0.00%19.35%
39.22%

Color #749B7D in popluar number systems.

HEX749B7D
Decimal116155125
Binary1110100100110111111101
Octal164233175

Shades and tints

Shades of #749B7D

#749B7D
(116,155,125)
#6A8D72
(106,141,114)
#607F67
(96,127,103)
#56715C
(86,113,92)
#4C6351
(76,99,81)
#425546
(66,85,70)
#38473B
(56,71,59)
#2E3930
(46,57,48)
#242B25
(36,43,37)
#1A1D1A
(26,29,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #749B7D

#749B7D
(116,155,125)
#80A488
(128,164,136)
#8CAD93
(140,173,147)
#98B69E
(152,182,158)
#A4BFA9
(164,191,169)
#B0C8B4
(176,200,180)
#BCD1BF
(188,209,191)
#C8DACA
(200,218,202)
#D4E3D5
(212,227,213)
#E0ECE0
(224,236,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749B7D; }

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

This text font color is #749B7D.


Background Color

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

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

This div background color is #749B7D.


Border color

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

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

This div border color is #749B7D.


Opacity

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

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

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

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

This text has shadow with #749B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749B7D on black background.


Color preview on white background

This text has color #749B7D on white background.



Black color preview on #749B7D background

This text has black color on #749B7D background.


White color preview on #749B7D background

This text has white color on #749B7D background.