COLOR #74886A

HEX: #74886A
RGB: (116,136,106)

Color info

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

RGB color model

#74886A color RGB value is (116,136,106).

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

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 106 of 255 = 42%

116
136
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 106 = 358 (100%)
R 116 of 358 ~ 32.4%
G 136 of 358 ~ 37.99%
B 106 of 358 ~ 29.61%

%32.4
%37.99
%29.61

CMYK color model

#74886A color CMYK value is (15,0,22,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(15,0,22,47)
C15M0Y22K47 
(15%,0%,22%,47%)
(0.15/0.00/0.22/0.47)	

CMYK percentages

%14.71
%0
%22.06
%46.67

Codes

Color #74886A in popluar color models

74886A
RGB116136106
HSL100°12.40%47.45%
HSB/HSV100°22.06%53.33%
CMYK14.71%0.00%22.06%
46.67%

Color #74886A in popluar number systems.

HEX74886A
Decimal116136106
Binary1110100100010001101010
Octal164210152

Shades and tints

Shades of #74886A

#74886A
(116,136,106)
#6A7C61
(106,124,97)
#607058
(96,112,88)
#56644F
(86,100,79)
#4C5846
(76,88,70)
#424C3D
(66,76,61)
#384034
(56,64,52)
#2E342B
(46,52,43)
#242822
(36,40,34)
#1A1C19
(26,28,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #74886A

#74886A
(116,136,106)
#809277
(128,146,119)
#8C9C84
(140,156,132)
#98A691
(152,166,145)
#A4B09E
(164,176,158)
#B0BAAB
(176,186,171)
#BCC4B8
(188,196,184)
#C8CEC5
(200,206,197)
#D4D8D2
(212,216,210)
#E0E2DF
(224,226,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74886A; }

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

This text font color is #74886A.


Background Color

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

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

This div background color is #74886A.


Border color

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

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

This div border color is #74886A.


Opacity

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

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

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

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

This text has shadow with #74886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74886A on black background.


Color preview on white background

This text has color #74886A on white background.



Black color preview on #74886A background

This text has black color on #74886A background.


White color preview on #74886A background

This text has white color on #74886A background.