COLOR #734B4E

HEX: #734B4E RGB: (115,75,78)

Color info

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

RGB color model

#734B4E color RGB value is (115,75,78).

RGB: (115,75,78) (45%, 29%, 31%)

RGB channels and saturation

R 115 of 255 = 45%
G 75 of 255 = 29%
B 78 of 255 = 31%

115
75
78

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

Portions of RGB colors in percentages

R + G + B = 115 + 75 + 78 = 268 (100%)
R 115 of 268 ~ 42.91%
G 75 of 268 ~ 27.99%
B 78 of 268 ~ 29.1'%

%42.91
%27.99
%29.1

CMYK color model

#734B4E color CMYK value is (0,35,32,55).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 32.17%
  • key color value is 54.90%

CMYK: (0,35,32,55)
C0M35Y32K55 (0%, 35%, 32%, 55%)
(0.00 / 0.35 / 0.32 / 0.55)

CMYK percentages

%0
%34.78
%32.17
%54.9

Codes

Color #734B4E in popluar color models

73 4B 4E
RGB 115 75 78
HSL 356° 21.05% 37.25%
HSB/HSV 356° 34.78% 45.10%
CMYK 0.00% 34.78% 32.17%
54.90%

Color #734B4E in popluar number systems.

HEX 73 4B 4E
Decimal 115 75 78
Binary 1110011 1001011 1001110
Octal 163 113 116

Shades and tints

Shades of #734B4E

#734B4E
(115,75,78)
#694547
(105,69,71)
#5F3F40
(95,63,64)
#553939
(85,57,57)
#4B3332
(75,51,50)
#412D2B
(65,45,43)
#372724
(55,39,36)
#2D211D
(45,33,29)
#231B16
(35,27,22)
#19150F
(25,21,15)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #734B4E

#734B4E
(115,75,78)
#7F5B5E
(127,91,94)
#8B6B6E
(139,107,110)
#977B7E
(151,123,126)
#A38B8E
(163,139,142)
#AF9B9E
(175,155,158)
#BBABAE
(187,171,174)
#C7BBBE
(199,187,190)
#D3CBCE
(211,203,206)
#DFDBDE
(223,219,222)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734B4E; }

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

This text font color is #734B4E.

Background Color

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

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

This div background color is #734B4E.

Border color

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

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

This div border color is #734B4E.

Opacity

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

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

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

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

This text has shadow with #734B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #734B4E.

Preview

Color preview on black background

This text has color #734B4E on black background.


Color preview on white background

This text has color #734B4E on white background.


Black color preview on #734B4E background

This text has black color on #734B4E background.


White color preview on #734B4E background

This text has white color on #734B4E background.


Related colors

Complementary color

Complementary color for #hex is #8CB4B1.


I love getcolorcode.com

Triadic colors

1 #4E734B and #4B4E73 with #734B4E are triadic colors.

2 #4E4B73 and #4B734E with #734B4E are triadic colors.