COLOR #74885E

HEX: #74885E
RGB: (116,136,94)

Color info

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

RGB color model

#74885E color RGB value is (116,136,94).

  • red value is 116;
  • green value is 136;
  • blue value is 94.
RGB:
(116,136,94)
(45%,53%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 94 of 255 = 37%

116
136
94

R + G + B ~ 45%. #74885E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 94 = 346 (100%)
R 116 of 346 ~ 33.53%
G 136 of 346 ~ 39.31%
B 94 of 346 ~ 27.17%

%33.53
%39.31
%27.17

CMYK color model

#74885E color CMYK value is (15,0,31,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 46.67%
CMYK:
(15,0,31,47)
C15M0Y31K47 
(15%,0%,31%,47%)
(0.15/0.00/0.31/0.47)	

CMYK percentages

%14.71
%0
%30.88
%46.67

Codes

Color #74885E in popluar color models

74885E
RGB11613694
HSL89°18.26%45.10%
HSB/HSV89°30.88%53.33%
CMYK14.71%0.00%30.88%
46.67%

Color #74885E in popluar number systems.

HEX74885E
Decimal11613694
Binary1110100100010001011110
Octal164210136

Shades and tints

Shades of #74885E

#74885E
(116,136,94)
#6A7C56
(106,124,86)
#60704E
(96,112,78)
#566446
(86,100,70)
#4C583E
(76,88,62)
#424C36
(66,76,54)
#38402E
(56,64,46)
#2E3426
(46,52,38)
#24281E
(36,40,30)
#1A1C16
(26,28,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74885E

#74885E
(116,136,94)
#80926C
(128,146,108)
#8C9C7A
(140,156,122)
#98A688
(152,166,136)
#A4B096
(164,176,150)
#B0BAA4
(176,186,164)
#BCC4B2
(188,196,178)
#C8CEC0
(200,206,192)
#D4D8CE
(212,216,206)
#E0E2DC
(224,226,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74885E color. Also use rgb(116,136,94) instead hex code.

Text Font Color

.myTextColor { color: #74885E; }

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

This text font color is #74885E.


Background Color

.myBgColor { background-color: #74885E; }

<div style="background-color:#74885E">Inner text</div>

This div background color is #74885E.


Border color

.myBorderColor { border: 1px solid #74885E; }

<div style="border:3px solid #74885E">Div</div>

This div border color is #74885E.


Opacity

.myOpacity80 { color: #74885E; opacity: 0.8; }

<p style="color:#74885E;opacity:0.8;">80%</p>

Text with #74885E 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 #74885E;}

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

This text has shadow with #74885E color.

.textShadow {text-shadow: 3px 3px 1px #74885E, 3px 3px 1px red;}

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

This text has shadow with #74885E primary color and red secondary color.


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

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

This text has shadow with #74885E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74885E on black background.


Color preview on white background

This text has color #74885E on white background.



Black color preview on #74885E background

This text has black color on #74885E background.


White color preview on #74885E background

This text has white color on #74885E background.