COLOR #745050

HEX: #745050
RGB: (116,80,80)

Color info

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

RGB color model

#745050 color RGB value is (116,80,80).

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

RGB channels and saturation

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

116
80
80

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

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 80 = 276 (100%)
R 116 of 276 ~ 42.03%
G 80 of 276 ~ 28.99%
B 80 of 276 ~ 28.99%

%42.03
%28.99
%28.99

CMYK color model

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

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

CMYK percentages

%0
%31.03
%31.03
%54.51

Codes

Color #745050 in popluar color models

745050
RGB1168080
HSL18.37%38.43%
HSB/HSV31.03%45.49%
CMYK0.00%31.03%31.03%
54.51%

Color #745050 in popluar number systems.

HEX745050
Decimal1168080
Binary111010010100001010000
Octal164120120

Shades and tints

Shades of #745050

#745050
(116,80,80)
#6A4949
(106,73,73)
#604242
(96,66,66)
#563B3B
(86,59,59)
#4C3434
(76,52,52)
#422D2D
(66,45,45)
#382626
(56,38,38)
#2E1F1F
(46,31,31)
#241818
(36,24,24)
#1A1111
(26,17,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #745050

#745050
(116,80,80)
#805F5F
(128,95,95)
#8C6E6E
(140,110,110)
#987D7D
(152,125,125)
#A48C8C
(164,140,140)
#B09B9B
(176,155,155)
#BCAAAA
(188,170,170)
#C8B9B9
(200,185,185)
#D4C8C8
(212,200,200)
#E0D7D7
(224,215,215)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745050; }

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

This text font color is #745050.


Background Color

.myBgColor { background-color: #745050; }

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

This div background color is #745050.


Border color

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

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

This div border color is #745050.


Opacity

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

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

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

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

This text has shadow with #745050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745050 on black background.


Color preview on white background

This text has color #745050 on white background.



Black color preview on #745050 background

This text has black color on #745050 background.


White color preview on #745050 background

This text has white color on #745050 background.