COLOR #745152

HEX: #745152
RGB: (116,81,82)

Color info

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

RGB color model

#745152 color RGB value is (116,81,82).

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

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 82 of 255 = 32%

116
81
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 82 = 279 (100%)
R 116 of 279 ~ 41.58%
G 81 of 279 ~ 29.03%
B 82 of 279 ~ 29.39%

%41.58
%29.03
%29.39

CMYK color model

#745152 color CMYK value is (0,30,29,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 29.31%
  • key color value is 54.51%
CMYK:
(0,30,29,55)
C0M30Y29K55 
(0%,30%,29%,55%)
(0.00/0.30/0.29/0.55)	

CMYK percentages

%0
%30.17
%29.31
%54.51

Codes

Color #745152 in popluar color models

745152
RGB1168182
HSL358°17.77%38.63%
HSB/HSV358°30.17%45.49%
CMYK0.00%30.17%29.31%
54.51%

Color #745152 in popluar number systems.

HEX745152
Decimal1168182
Binary111010010100011010010
Octal164121122

Shades and tints

Shades of #745152

#745152
(116,81,82)
#6A4A4B
(106,74,75)
#604344
(96,67,68)
#563C3D
(86,60,61)
#4C3536
(76,53,54)
#422E2F
(66,46,47)
#382728
(56,39,40)
#2E2021
(46,32,33)
#24191A
(36,25,26)
#1A1213
(26,18,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #745152

#745152
(116,81,82)
#806061
(128,96,97)
#8C6F70
(140,111,112)
#987E7F
(152,126,127)
#A48D8E
(164,141,142)
#B09C9D
(176,156,157)
#BCABAC
(188,171,172)
#C8BABB
(200,186,187)
#D4C9CA
(212,201,202)
#E0D8D9
(224,216,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745152; }

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

This text font color is #745152.


Background Color

.myBgColor { background-color: #745152; }

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

This div background color is #745152.


Border color

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

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

This div border color is #745152.


Opacity

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

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

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

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

This text has shadow with #745152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745152 on black background.


Color preview on white background

This text has color #745152 on white background.



Black color preview on #745152 background

This text has black color on #745152 background.


White color preview on #745152 background

This text has white color on #745152 background.