COLOR #74817B

HEX: #74817B
RGB: (116,129,123)

Color info

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

RGB color model

#74817B color RGB value is (116,129,123).

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

RGB channels and saturation

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

116
129
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 123 = 368 (100%)
R 116 of 368 ~ 31.52%
G 129 of 368 ~ 35.05%
B 123 of 368 ~ 33.42%

%31.52
%35.05
%33.42

CMYK color model

#74817B color CMYK value is (10,0,5,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 49.41%
CMYK:
(10,0,5,49)
C10M0Y5K49 
(10%,0%,5%,49%)
(0.10/0.00/0.05/0.49)	

CMYK percentages

%10.08
%0
%4.65
%49.41

Codes

Color #74817B in popluar color models

74817B
RGB116129123
HSL152°5.31%48.04%
HSB/HSV152°10.08%50.59%
CMYK10.08%0.00%4.65%
49.41%

Color #74817B in popluar number systems.

HEX74817B
Decimal116129123
Binary1110100100000011111011
Octal164201173

Shades and tints

Shades of #74817B

#74817B
(116,129,123)
#6A7670
(106,118,112)
#606B65
(96,107,101)
#56605A
(86,96,90)
#4C554F
(76,85,79)
#424A44
(66,74,68)
#383F39
(56,63,57)
#2E342E
(46,52,46)
#242923
(36,41,35)
#1A1E18
(26,30,24)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74817B

#74817B
(116,129,123)
#808C87
(128,140,135)
#8C9793
(140,151,147)
#98A29F
(152,162,159)
#A4ADAB
(164,173,171)
#B0B8B7
(176,184,183)
#BCC3C3
(188,195,195)
#C8CECF
(200,206,207)
#D4D9DB
(212,217,219)
#E0E4E7
(224,228,231)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74817B; }

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

This text font color is #74817B.


Background Color

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

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

This div background color is #74817B.


Border color

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

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

This div border color is #74817B.


Opacity

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

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

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

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

This text has shadow with #74817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74817B on black background.


Color preview on white background

This text has color #74817B on white background.



Black color preview on #74817B background

This text has black color on #74817B background.


White color preview on #74817B background

This text has white color on #74817B background.