COLOR #734C52

HEX: #734C52 RGB: (115,76,82)

Color info

#734C52 contains red, green and blue colors in about the same proportion. Web safe color of #734C52 is #663366 (or #636).

RGB color model

#734C52 color RGB value is (115,76,82).

RGB: (115,76,82) (45%, 30%, 32%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 82 of 255 = 32%

115
76
82

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

Portions of RGB colors in percentages

R + G + B = 115 + 76 + 82 = 273 (100%)
R 115 of 273 ~ 42.12%
G 76 of 273 ~ 27.84%
B 82 of 273 ~ 30.04'%

%42.12
%27.84
%30.04

CMYK color model

#734C52 color CMYK value is (0,34,29,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 28.70%
  • key color value is 54.90%

CMYK: (0,34,29,55)
C0M34Y29K55 (0%, 34%, 29%, 55%)
(0.00 / 0.34 / 0.29 / 0.55)

CMYK percentages

%0
%33.91
%28.7
%54.9

Codes

Color #734C52 in popluar color models

73 4C 52
RGB 115 76 82
HSL 351° 20.42% 37.45%
HSB/HSV 351° 33.91% 45.10%
CMYK 0.00% 33.91% 28.70%
54.90%

Color #734C52 in popluar number systems.

HEX 73 4C 52
Decimal 115 76 82
Binary 1110011 1001100 1010010
Octal 163 114 122

Shades and tints

Shades of #734C52

#734C52
(115,76,82)
#69464B
(105,70,75)
#5F4044
(95,64,68)
#553A3D
(85,58,61)
#4B3436
(75,52,54)
#412E2F
(65,46,47)
#372828
(55,40,40)
#2D2221
(45,34,33)
#231C1A
(35,28,26)
#191613
(25,22,19)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #734C52

#734C52
(115,76,82)
#7F5C61
(127,92,97)
#8B6C70
(139,108,112)
#977C7F
(151,124,127)
#A38C8E
(163,140,142)
#AF9C9D
(175,156,157)
#BBACAC
(187,172,172)
#C7BCBB
(199,188,187)
#D3CCCA
(211,204,202)
#DFDCD9
(223,220,217)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C52 color. Also use rgb(115,76,82) instead hex code.

Text Font Color

.myTextColor { color: #734C52; }

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

This text font color is #734C52.

Background Color

.myBgColor { background-color: #734C52; }

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

This div background color is #734C52.

Border color

.myBorderColor { border: 1px solid #734C52; }

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

This div border color is #734C52.

Opacity

.myOpacity80 { color: #734C52; opacity: 0.8; }

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

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

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

This text has shadow with #734C52 color.


.textShadow {text-shadow: 3px 3px 1px #734C52', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #734C52; -webkit-box-shadow: 1px 1px 3px 2px #734C52; box-shadow:1px 1px 3px 2px #734C52;">
Div content here
</div>

This div box has shadow with color #734C52.

Preview

Color preview on black background

This text has color #734C52 on black background.


Color preview on white background

This text has color #734C52 on white background.


Black color preview on #734C52 background

This text has black color on #734C52 background.


White color preview on #734C52 background

This text has white color on #734C52 background.


Related colors

Complementary color

Complementary color for #hex is #8CB3AD.


I love getcolorcode.com

Triadic colors

1 #52734C and #4C5273 with #734C52 are triadic colors.

2 #524C73 and #4C7352 with #734C52 are triadic colors.