COLOR #74815D

HEX: #74815D
RGB: (116,129,93)

Color info

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

RGB color model

#74815D color RGB value is (116,129,93).

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

RGB channels and saturation

R 116 of 255 = 45%
G 129 of 255 = 51%
B 93 of 255 = 36%

116
129
93

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

Portions of RGB colors in percentages

R + G + B =
116 + 129 + 93 = 338 (100%)
R 116 of 338 ~ 34.32%
G 129 of 338 ~ 38.17%
B 93 of 338 ~ 27.51%

%34.32
%38.17
%27.51

CMYK color model

#74815D color CMYK value is (10,0,28,49).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(10,0,28,49)
C10M0Y28K49 
(10%,0%,28%,49%)
(0.10/0.00/0.28/0.49)	

CMYK percentages

%10.08
%0
%27.91
%49.41

Codes

Color #74815D in popluar color models

74815D
RGB11612993
HSL82°16.22%43.53%
HSB/HSV82°27.91%50.59%
CMYK10.08%0.00%27.91%
49.41%

Color #74815D in popluar number systems.

HEX74815D
Decimal11612993
Binary1110100100000011011101
Octal164201135

Shades and tints

Shades of #74815D

#74815D
(116,129,93)
#6A7655
(106,118,85)
#606B4D
(96,107,77)
#566045
(86,96,69)
#4C553D
(76,85,61)
#424A35
(66,74,53)
#383F2D
(56,63,45)
#2E3425
(46,52,37)
#24291D
(36,41,29)
#1A1E15
(26,30,21)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74815D

#74815D
(116,129,93)
#808C6B
(128,140,107)
#8C9779
(140,151,121)
#98A287
(152,162,135)
#A4AD95
(164,173,149)
#B0B8A3
(176,184,163)
#BCC3B1
(188,195,177)
#C8CEBF
(200,206,191)
#D4D9CD
(212,217,205)
#E0E4DB
(224,228,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74815D; }

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

This text font color is #74815D.


Background Color

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

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

This div background color is #74815D.


Border color

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

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

This div border color is #74815D.


Opacity

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

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

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

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

This text has shadow with #74815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74815D on black background.


Color preview on white background

This text has color #74815D on white background.



Black color preview on #74815D background

This text has black color on #74815D background.


White color preview on #74815D background

This text has white color on #74815D background.