COLOR #734C5A

HEX: #734C5A RGB: (115,76,90)

Color info

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

RGB color model

#734C5A color RGB value is (115,76,90).

RGB: (115,76,90) (45%, 30%, 35%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 90 of 255 = 35%

115
76
90

R + G + B ~ 37%. #734C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 76 + 90 = 281 (100%)
R 115 of 281 ~ 40.93%
G 76 of 281 ~ 27.05%
B 90 of 281 ~ 32.03'%

%40.93
%27.05
%32.03

CMYK color model

#734C5A color CMYK value is (0,34,22,55).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK: (0,34,22,55) C0M34Y22K55 (0%,34%,22%,55%) (0.00/0.34/0.22/0.55) 

CMYK percentages

%0
%33.91
%21.74
%54.9

Codes

Color #734C5A in popluar color models

73 4C 5A
RGB 115 76 90
HSL 338° 20.42% 37.45%
HSB/HSV 338° 33.91% 45.10%
CMYK 0.00% 33.91% 21.74%
54.90%

Color #734C5A in popluar number systems.

HEX 73 4C 5A
Decimal 115 76 90
Binary 1110011 1001100 1011010
Octal 163 114 132

Shades and tints

Shades of #734C5A

#734C5A
(115,76,90)
#694652
(105,70,82)
#5F404A
(95,64,74)
#553A42
(85,58,66)
#4B343A
(75,52,58)
#412E32
(65,46,50)
#37282A
(55,40,42)
#2D2222
(45,34,34)
#231C1A
(35,28,26)
#191612
(25,22,18)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #734C5A

#734C5A
(115,76,90)
#7F5C69
(127,92,105)
#8B6C78
(139,108,120)
#977C87
(151,124,135)
#A38C96
(163,140,150)
#AF9CA5
(175,156,165)
#BBACB4
(187,172,180)
#C7BCC3
(199,188,195)
#D3CCD2
(211,204,210)
#DFDCE1
(223,220,225)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734C5A; }

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

This text font color is #734C5A.

Background Color

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

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

This div background color is #734C5A.

Border color

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

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

This div border color is #734C5A.

Opacity

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

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

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

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

This text has shadow with #734C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #734C5A.

Preview

Color preview on black background

This text has color #734C5A on black background.


Color preview on white background

This text has color #734C5A on white background.


Black color preview on #734C5A background

This text has black color on #734C5A background.


White color preview on #734C5A background

This text has white color on #734C5A background.


Related colors

Complementary color

Complementary color for #hex is #8CB3A5.


I love getcolorcode.com

Triadic colors

1 #5A734C and #4C5A73 with #734C5A are triadic colors.

2 #5A4C73 and #4C735A with #734C5A are triadic colors.