COLOR #74523A

HEX: #74523A
RGB: (116,82,58)

Color info

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

RGB color model

#74523A color RGB value is (116,82,58).

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

RGB channels and saturation

R 116 of 255 = 45%
G 82 of 255 = 32%
B 58 of 255 = 23%

116
82
58

R + G + B ~ 33%. #74523A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 82 + 58 = 256 (100%)
R 116 of 256 ~ 45.31%
G 82 of 256 ~ 32.03%
B 58 of 256 ~ 22.66%

%45.31
%32.03
%22.66

CMYK color model

#74523A color CMYK value is (0,29,50,55).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK:
(0,29,50,55)
C0M29Y50K55 
(0%,29%,50%,55%)
(0.00/0.29/0.50/0.55)	

CMYK percentages

%0
%29.31
%50
%54.51

Codes

Color #74523A in popluar color models

74523A
RGB1168258
HSL25°33.33%34.12%
HSB/HSV25°50.00%45.49%
CMYK0.00%29.31%50.00%
54.51%

Color #74523A in popluar number systems.

HEX74523A
Decimal1168258
Binary11101001010010111010
Octal16412272

Shades and tints

Shades of #74523A

#74523A
(116,82,58)
#6A4B35
(106,75,53)
#604430
(96,68,48)
#563D2B
(86,61,43)
#4C3626
(76,54,38)
#422F21
(66,47,33)
#38281C
(56,40,28)
#2E2117
(46,33,23)
#241A12
(36,26,18)
#1A130D
(26,19,13)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #74523A

#74523A
(116,82,58)
#80614B
(128,97,75)
#8C705C
(140,112,92)
#987F6D
(152,127,109)
#A48E7E
(164,142,126)
#B09D8F
(176,157,143)
#BCACA0
(188,172,160)
#C8BBB1
(200,187,177)
#D4CAC2
(212,202,194)
#E0D9D3
(224,217,211)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74523A; }

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

This text font color is #74523A.


Background Color

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

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

This div background color is #74523A.


Border color

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

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

This div border color is #74523A.


Opacity

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

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

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

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

This text has shadow with #74523A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74523A on black background.


Color preview on white background

This text has color #74523A on white background.



Black color preview on #74523A background

This text has black color on #74523A background.


White color preview on #74523A background

This text has white color on #74523A background.