COLOR #74885D

HEX: #74885D
RGB: (116,136,93)

Color info

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

RGB color model

#74885D color RGB value is (116,136,93).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 93 of 255 = 36%

116
136
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 93 = 345 (100%)
R 116 of 345 ~ 33.62%
G 136 of 345 ~ 39.42%
B 93 of 345 ~ 26.96%

%33.62
%39.42
%26.96

CMYK color model

#74885D color CMYK value is (15,0,32,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(15,0,32,47)
C15M0Y32K47 
(15%,0%,32%,47%)
(0.15/0.00/0.32/0.47)	

CMYK percentages

%14.71
%0
%31.62
%46.67

Codes

Color #74885D in popluar color models

74885D
RGB11613693
HSL88°18.78%44.90%
HSB/HSV88°31.62%53.33%
CMYK14.71%0.00%31.62%
46.67%

Color #74885D in popluar number systems.

HEX74885D
Decimal11613693
Binary1110100100010001011101
Octal164210135

Shades and tints

Shades of #74885D

#74885D
(116,136,93)
#6A7C55
(106,124,85)
#60704D
(96,112,77)
#566445
(86,100,69)
#4C583D
(76,88,61)
#424C35
(66,76,53)
#38402D
(56,64,45)
#2E3425
(46,52,37)
#24281D
(36,40,29)
#1A1C15
(26,28,21)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #74885D

#74885D
(116,136,93)
#80926B
(128,146,107)
#8C9C79
(140,156,121)
#98A687
(152,166,135)
#A4B095
(164,176,149)
#B0BAA3
(176,186,163)
#BCC4B1
(188,196,177)
#C8CEBF
(200,206,191)
#D4D8CD
(212,216,205)
#E0E2DB
(224,226,219)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74885D; }

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

This text font color is #74885D.


Background Color

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

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

This div background color is #74885D.


Border color

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

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

This div border color is #74885D.


Opacity

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

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

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

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

This text has shadow with #74885D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74885D on black background.


Color preview on white background

This text has color #74885D on white background.



Black color preview on #74885D background

This text has black color on #74885D background.


White color preview on #74885D background

This text has white color on #74885D background.