COLOR #74886D

HEX: #74886D
RGB: (116,136,109)

Color info

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

RGB color model

#74886D color RGB value is (116,136,109).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 109 of 255 = 43%

116
136
109

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 109 = 361 (100%)
R 116 of 361 ~ 32.13%
G 136 of 361 ~ 37.67%
B 109 of 361 ~ 30.19%

%32.13
%37.67
%30.19

CMYK color model

#74886D color CMYK value is (15,0,20,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(15,0,20,47)
C15M0Y20K47 
(15%,0%,20%,47%)
(0.15/0.00/0.20/0.47)	

CMYK percentages

%14.71
%0
%19.85
%46.67

Codes

Color #74886D in popluar color models

74886D
RGB116136109
HSL104°11.02%48.04%
HSB/HSV104°19.85%53.33%
CMYK14.71%0.00%19.85%
46.67%

Color #74886D in popluar number systems.

HEX74886D
Decimal116136109
Binary1110100100010001101101
Octal164210155

Shades and tints

Shades of #74886D

#74886D
(116,136,109)
#6A7C64
(106,124,100)
#60705B
(96,112,91)
#566452
(86,100,82)
#4C5849
(76,88,73)
#424C40
(66,76,64)
#384037
(56,64,55)
#2E342E
(46,52,46)
#242825
(36,40,37)
#1A1C1C
(26,28,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #74886D

#74886D
(116,136,109)
#80927A
(128,146,122)
#8C9C87
(140,156,135)
#98A694
(152,166,148)
#A4B0A1
(164,176,161)
#B0BAAE
(176,186,174)
#BCC4BB
(188,196,187)
#C8CEC8
(200,206,200)
#D4D8D5
(212,216,213)
#E0E2E2
(224,226,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74886D; }

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

This text font color is #74886D.


Background Color

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

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

This div background color is #74886D.


Border color

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

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

This div border color is #74886D.


Opacity

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

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

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

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

This text has shadow with #74886D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74886D on black background.


Color preview on white background

This text has color #74886D on white background.



Black color preview on #74886D background

This text has black color on #74886D background.


White color preview on #74886D background

This text has white color on #74886D background.