COLOR #734E4C

HEX: #734E4C
RGB: (115,78,76)

Color info

#734E4C contains red, green and blue colors in about the same proportion. Web safe color of #734E4C is #666633 (or #663).

RGB color model

#734E4C color RGB value is (115,78,76).

  • red value is 115;
  • green value is 78;
  • blue value is 76.
RGB:
(115,78,76)
(45%,31%,30%)

RGB channels and saturation

R 115 of 255 = 45%
G 78 of 255 = 31%
B 76 of 255 = 30%

115
78
76

R + G + B ~ 35%. #734E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 78 + 76 = 269 (100%)
R 115 of 269 ~ 42.75%
G 78 of 269 ~ 29%
B 76 of 269 ~ 28.25%

%42.75
%29
%28.25

CMYK color model

#734E4C color CMYK value is (0,32,34,55).

  • cyan value is 0.00%
  • magenta value is 32.17%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,32,34,55)
C0M32Y34K55 
(0%,32%,34%,55%)
(0.00/0.32/0.34/0.55)	

CMYK percentages

%0
%32.17
%33.91
%54.9

Codes

Color #734E4C in popluar color models

734E4C
RGB1157876
HSL20.42%37.45%
HSB/HSV33.91%45.10%
CMYK0.00%32.17%33.91%
54.90%

Color #734E4C in popluar number systems.

HEX734E4C
Decimal1157876
Binary111001110011101001100
Octal163116114

Shades and tints

Shades of #734E4C

#734E4C
(115,78,76)
#694746
(105,71,70)
#5F4040
(95,64,64)
#55393A
(85,57,58)
#4B3234
(75,50,52)
#412B2E
(65,43,46)
#372428
(55,36,40)
#2D1D22
(45,29,34)
#23161C
(35,22,28)
#190F16
(25,15,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #734E4C

#734E4C
(115,78,76)
#7F5E5C
(127,94,92)
#8B6E6C
(139,110,108)
#977E7C
(151,126,124)
#A38E8C
(163,142,140)
#AF9E9C
(175,158,156)
#BBAEAC
(187,174,172)
#C7BEBC
(199,190,188)
#D3CECC
(211,206,204)
#DFDEDC
(223,222,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734E4C; }

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

This text font color is #734E4C.


Background Color

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

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

This div background color is #734E4C.


Border color

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

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

This div border color is #734E4C.


Opacity

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

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

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

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

This text has shadow with #734E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734E4C on black background.


Color preview on white background

This text has color #734E4C on white background.



Black color preview on #734E4C background

This text has black color on #734E4C background.


White color preview on #734E4C background

This text has white color on #734E4C background.