COLOR #745323

HEX: #745323
RGB: (116,83,35)

Color info

#745323 contains mainly red and green colors. Web safe color of #745323 is #666633 (or #663).

RGB color model

#745323 color RGB value is (116,83,35).

  • red value is 116;
  • green value is 83;
  • blue value is 35.
RGB:
(116,83,35)
(45%,33%,14%)

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 35 of 255 = 14%

116
83
35

R + G + B ~ 31%. #745323 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 35 = 234 (100%)
R 116 of 234 ~ 49.57%
G 83 of 234 ~ 35.47%
B 35 of 234 ~ 14.96%

%49.57
%35.47
%14.96

CMYK color model

#745323 color CMYK value is (0,28,70,55).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 69.83%
  • key color value is 54.51%
CMYK:
(0,28,70,55)
C0M28Y70K55 
(0%,28%,70%,55%)
(0.00/0.28/0.70/0.55)	

CMYK percentages

%0
%28.45
%69.83
%54.51

Codes

Color #745323 in popluar color models

745323
RGB1168335
HSL36°53.64%29.61%
HSB/HSV36°69.83%45.49%
CMYK0.00%28.45%69.83%
54.51%

Color #745323 in popluar number systems.

HEX745323
Decimal1168335
Binary11101001010011100011
Octal16412343

Shades and tints

Shades of #745323

#745323
(116,83,35)
#6A4C20
(106,76,32)
#60451D
(96,69,29)
#563E1A
(86,62,26)
#4C3717
(76,55,23)
#423014
(66,48,20)
#382911
(56,41,17)
#2E220E
(46,34,14)
#241B0B
(36,27,11)
#1A1408
(26,20,8)
#100D05
(16,13,5)
#000000
(0,0,0)

Tints of #745323

#745323
(116,83,35)
#806237
(128,98,55)
#8C714B
(140,113,75)
#98805F
(152,128,95)
#A48F73
(164,143,115)
#B09E87
(176,158,135)
#BCAD9B
(188,173,155)
#C8BCAF
(200,188,175)
#D4CBC3
(212,203,195)
#E0DAD7
(224,218,215)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745323 color. Also use rgb(116,83,35) instead hex code.

Text Font Color

.myTextColor { color: #745323; }

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

This text font color is #745323.


Background Color

.myBgColor { background-color: #745323; }

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

This div background color is #745323.


Border color

.myBorderColor { border: 1px solid #745323; }

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

This div border color is #745323.


Opacity

.myOpacity80 { color: #745323; opacity: 0.8; }

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

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

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

This text has shadow with #745323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745323 on black background.


Color preview on white background

This text has color #745323 on white background.



Black color preview on #745323 background

This text has black color on #745323 background.


White color preview on #745323 background

This text has white color on #745323 background.