COLOR #74837B

HEX: #74837B
RGB: (116,131,123)

Color info

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

RGB color model

#74837B color RGB value is (116,131,123).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 123 of 255 = 48%

116
131
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 123 = 370 (100%)
R 116 of 370 ~ 31.35%
G 131 of 370 ~ 35.41%
B 123 of 370 ~ 33.24%

%31.35
%35.41
%33.24

CMYK color model

#74837B color CMYK value is (11,0,6,49).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(11,0,6,49)
C11M0Y6K49 
(11%,0%,6%,49%)
(0.11/0.00/0.06/0.49)	

CMYK percentages

%11.45
%0
%6.11
%48.63

Codes

Color #74837B in popluar color models

74837B
RGB116131123
HSL148°6.07%48.43%
HSB/HSV148°11.45%51.37%
CMYK11.45%0.00%6.11%
48.63%

Color #74837B in popluar number systems.

HEX74837B
Decimal116131123
Binary1110100100000111111011
Octal164203173

Shades and tints

Shades of #74837B

#74837B
(116,131,123)
#6A7870
(106,120,112)
#606D65
(96,109,101)
#56625A
(86,98,90)
#4C574F
(76,87,79)
#424C44
(66,76,68)
#384139
(56,65,57)
#2E362E
(46,54,46)
#242B23
(36,43,35)
#1A2018
(26,32,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #74837B

#74837B
(116,131,123)
#808E87
(128,142,135)
#8C9993
(140,153,147)
#98A49F
(152,164,159)
#A4AFAB
(164,175,171)
#B0BAB7
(176,186,183)
#BCC5C3
(188,197,195)
#C8D0CF
(200,208,207)
#D4DBDB
(212,219,219)
#E0E6E7
(224,230,231)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74837B; }

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

This text font color is #74837B.


Background Color

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

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

This div background color is #74837B.


Border color

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

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

This div border color is #74837B.


Opacity

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

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

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

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

This text has shadow with #74837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74837B on black background.


Color preview on white background

This text has color #74837B on white background.



Black color preview on #74837B background

This text has black color on #74837B background.


White color preview on #74837B background

This text has white color on #74837B background.