COLOR #745052

HEX: #745052
RGB: (116,80,82)

Color info

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

RGB color model

#745052 color RGB value is (116,80,82).

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

RGB channels and saturation

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

116
80
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 82 = 278 (100%)
R 116 of 278 ~ 41.73%
G 80 of 278 ~ 28.78%
B 82 of 278 ~ 29.5%

%41.73
%28.78
%29.5

CMYK color model

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

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

CMYK percentages

%0
%31.03
%29.31
%54.51

Codes

Color #745052 in popluar color models

745052
RGB1168082
HSL357°18.37%38.43%
HSB/HSV357°31.03%45.49%
CMYK0.00%31.03%29.31%
54.51%

Color #745052 in popluar number systems.

HEX745052
Decimal1168082
Binary111010010100001010010
Octal164120122

Shades and tints

Shades of #745052

#745052
(116,80,82)
#6A494B
(106,73,75)
#604244
(96,66,68)
#563B3D
(86,59,61)
#4C3436
(76,52,54)
#422D2F
(66,45,47)
#382628
(56,38,40)
#2E1F21
(46,31,33)
#24181A
(36,24,26)
#1A1113
(26,17,19)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #745052

#745052
(116,80,82)
#805F61
(128,95,97)
#8C6E70
(140,110,112)
#987D7F
(152,125,127)
#A48C8E
(164,140,142)
#B09B9D
(176,155,157)
#BCAAAC
(188,170,172)
#C8B9BB
(200,185,187)
#D4C8CA
(212,200,202)
#E0D7D9
(224,215,217)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745052; }

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

This text font color is #745052.


Background Color

.myBgColor { background-color: #745052; }

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

This div background color is #745052.


Border color

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

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

This div border color is #745052.


Opacity

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

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

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

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

This text has shadow with #745052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745052 on black background.


Color preview on white background

This text has color #745052 on white background.



Black color preview on #745052 background

This text has black color on #745052 background.


White color preview on #745052 background

This text has white color on #745052 background.