COLOR #74653A

HEX: #74653A
RGB: (116,101,58)

Color info

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

RGB color model

#74653A color RGB value is (116,101,58).

  • red value is 116;
  • green value is 101;
  • blue value is 58.
RGB:
(116,101,58)
(45%,40%,23%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 58 of 255 = 23%

116
101
58

R + G + B ~ 36%. #74653A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 101 + 58 = 275 (100%)
R 116 of 275 ~ 42.18%
G 101 of 275 ~ 36.73%
B 58 of 275 ~ 21.09%

%42.18
%36.73
%21.09

CMYK color model

#74653A color CMYK value is (0,13,50,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK:
(0,13,50,55)
C0M13Y50K55 
(0%,13%,50%,55%)
(0.00/0.13/0.50/0.55)	

CMYK percentages

%0
%12.93
%50
%54.51

Codes

Color #74653A in popluar color models

74653A
RGB11610158
HSL44°33.33%34.12%
HSB/HSV44°50.00%45.49%
CMYK0.00%12.93%50.00%
54.51%

Color #74653A in popluar number systems.

HEX74653A
Decimal11610158
Binary11101001100101111010
Octal16414572

Shades and tints

Shades of #74653A

#74653A
(116,101,58)
#6A5C35
(106,92,53)
#605330
(96,83,48)
#564A2B
(86,74,43)
#4C4126
(76,65,38)
#423821
(66,56,33)
#382F1C
(56,47,28)
#2E2617
(46,38,23)
#241D12
(36,29,18)
#1A140D
(26,20,13)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #74653A

#74653A
(116,101,58)
#80734B
(128,115,75)
#8C815C
(140,129,92)
#988F6D
(152,143,109)
#A49D7E
(164,157,126)
#B0AB8F
(176,171,143)
#BCB9A0
(188,185,160)
#C8C7B1
(200,199,177)
#D4D5C2
(212,213,194)
#E0E3D3
(224,227,211)
#ECF1E4
(236,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74653A color. Also use rgb(116,101,58) instead hex code.

Text Font Color

.myTextColor { color: #74653A; }

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

This text font color is #74653A.


Background Color

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

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

This div background color is #74653A.


Border color

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

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

This div border color is #74653A.


Opacity

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

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

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

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

This text has shadow with #74653A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74653A on black background.


Color preview on white background

This text has color #74653A on white background.



Black color preview on #74653A background

This text has black color on #74653A background.


White color preview on #74653A background

This text has white color on #74653A background.