COLOR #74593E

HEX: #74593E
RGB: (116,89,62)

Color info

#74593E contains red, green and blue colors in about the same proportion. Web safe color of #74593E is #666633 (or #663).

RGB color model

#74593E color RGB value is (116,89,62).

  • red value is 116;
  • green value is 89;
  • blue value is 62.
RGB:
(116,89,62)
(45%,35%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 62 of 255 = 24%

116
89
62

R + G + B ~ 35%. #74593E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 62 = 267 (100%)
R 116 of 267 ~ 43.45%
G 89 of 267 ~ 33.33%
B 62 of 267 ~ 23.22%

%43.45
%33.33
%23.22

CMYK color model

#74593E color CMYK value is (0,23,47,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK:
(0,23,47,55)
C0M23Y47K55 
(0%,23%,47%,55%)
(0.00/0.23/0.47/0.55)	

CMYK percentages

%0
%23.28
%46.55
%54.51

Codes

Color #74593E in popluar color models

74593E
RGB1168962
HSL30°30.34%34.90%
HSB/HSV30°46.55%45.49%
CMYK0.00%23.28%46.55%
54.51%

Color #74593E in popluar number systems.

HEX74593E
Decimal1168962
Binary11101001011001111110
Octal16413176

Shades and tints

Shades of #74593E

#74593E
(116,89,62)
#6A5139
(106,81,57)
#604934
(96,73,52)
#56412F
(86,65,47)
#4C392A
(76,57,42)
#423125
(66,49,37)
#382920
(56,41,32)
#2E211B
(46,33,27)
#241916
(36,25,22)
#1A1111
(26,17,17)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #74593E

#74593E
(116,89,62)
#80684F
(128,104,79)
#8C7760
(140,119,96)
#988671
(152,134,113)
#A49582
(164,149,130)
#B0A493
(176,164,147)
#BCB3A4
(188,179,164)
#C8C2B5
(200,194,181)
#D4D1C6
(212,209,198)
#E0E0D7
(224,224,215)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74593E color. Also use rgb(116,89,62) instead hex code.

Text Font Color

.myTextColor { color: #74593E; }

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

This text font color is #74593E.


Background Color

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

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

This div background color is #74593E.


Border color

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

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

This div border color is #74593E.


Opacity

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

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

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

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

This text has shadow with #74593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74593E on black background.


Color preview on white background

This text has color #74593E on white background.



Black color preview on #74593E background

This text has black color on #74593E background.


White color preview on #74593E background

This text has white color on #74593E background.