COLOR #745350

HEX: #745350
RGB: (116,83,80)

Color info

#745350 contains red, green and blue colors in about the same proportion. Web safe color of #745350 is #666666 (or #666).

RGB color model

#745350 color RGB value is (116,83,80).

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

RGB channels and saturation

R 116 of 255 = 45%
G 83 of 255 = 33%
B 80 of 255 = 31%

116
83
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 83 + 80 = 279 (100%)
R 116 of 279 ~ 41.58%
G 83 of 279 ~ 29.75%
B 80 of 279 ~ 28.67%

%41.58
%29.75
%28.67

CMYK color model

#745350 color CMYK value is (0,28,31,55).

  • cyan value is 0.00%
  • magenta value is 28.45%
  • yellow value is 31.03%
  • key color value is 54.51%
CMYK:
(0,28,31,55)
C0M28Y31K55 
(0%,28%,31%,55%)
(0.00/0.28/0.31/0.55)	

CMYK percentages

%0
%28.45
%31.03
%54.51

Codes

Color #745350 in popluar color models

745350
RGB1168380
HSL18.37%38.43%
HSB/HSV31.03%45.49%
CMYK0.00%28.45%31.03%
54.51%

Color #745350 in popluar number systems.

HEX745350
Decimal1168380
Binary111010010100111010000
Octal164123120

Shades and tints

Shades of #745350

#745350
(116,83,80)
#6A4C49
(106,76,73)
#604542
(96,69,66)
#563E3B
(86,62,59)
#4C3734
(76,55,52)
#42302D
(66,48,45)
#382926
(56,41,38)
#2E221F
(46,34,31)
#241B18
(36,27,24)
#1A1411
(26,20,17)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #745350

#745350
(116,83,80)
#80625F
(128,98,95)
#8C716E
(140,113,110)
#98807D
(152,128,125)
#A48F8C
(164,143,140)
#B09E9B
(176,158,155)
#BCADAA
(188,173,170)
#C8BCB9
(200,188,185)
#D4CBC8
(212,203,200)
#E0DAD7
(224,218,215)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745350; }

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

This text font color is #745350.


Background Color

.myBgColor { background-color: #745350; }

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

This div background color is #745350.


Border color

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

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

This div border color is #745350.


Opacity

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

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

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

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

This text has shadow with #745350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745350 on black background.


Color preview on white background

This text has color #745350 on white background.



Black color preview on #745350 background

This text has black color on #745350 background.


White color preview on #745350 background

This text has white color on #745350 background.