COLOR #74857B

HEX: #74857B
RGB: (116,133,123)

Color info

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

RGB color model

#74857B color RGB value is (116,133,123).

  • red value is 116;
  • green value is 133;
  • blue value is 123.
RGB:
(116,133,123)
(45%,52%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 123 of 255 = 48%

116
133
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 123 = 372 (100%)
R 116 of 372 ~ 31.18%
G 133 of 372 ~ 35.75%
B 123 of 372 ~ 33.06%

%31.18
%35.75
%33.06

CMYK color model

#74857B color CMYK value is (13,0,8,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(13,0,8,48)
C13M0Y8K48 
(13%,0%,8%,48%)
(0.13/0.00/0.08/0.48)	

CMYK percentages

%12.78
%0
%7.52
%47.84

Codes

Color #74857B in popluar color models

74857B
RGB116133123
HSL145°6.83%48.82%
HSB/HSV145°12.78%52.16%
CMYK12.78%0.00%7.52%
47.84%

Color #74857B in popluar number systems.

HEX74857B
Decimal116133123
Binary1110100100001011111011
Octal164205173

Shades and tints

Shades of #74857B

#74857B
(116,133,123)
#6A7970
(106,121,112)
#606D65
(96,109,101)
#56615A
(86,97,90)
#4C554F
(76,85,79)
#424944
(66,73,68)
#383D39
(56,61,57)
#2E312E
(46,49,46)
#242523
(36,37,35)
#1A1918
(26,25,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #74857B

#74857B
(116,133,123)
#809087
(128,144,135)
#8C9B93
(140,155,147)
#98A69F
(152,166,159)
#A4B1AB
(164,177,171)
#B0BCB7
(176,188,183)
#BCC7C3
(188,199,195)
#C8D2CF
(200,210,207)
#D4DDDB
(212,221,219)
#E0E8E7
(224,232,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74857B color. Also use rgb(116,133,123) instead hex code.

Text Font Color

.myTextColor { color: #74857B; }

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

This text font color is #74857B.


Background Color

.myBgColor { background-color: #74857B; }

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

This div background color is #74857B.


Border color

.myBorderColor { border: 1px solid #74857B; }

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

This div border color is #74857B.


Opacity

.myOpacity80 { color: #74857B; opacity: 0.8; }

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

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

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

This text has shadow with #74857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74857B on black background.


Color preview on white background

This text has color #74857B on white background.



Black color preview on #74857B background

This text has black color on #74857B background.


White color preview on #74857B background

This text has white color on #74857B background.