COLOR #734B46

HEX: #734B46
RGB: (115,75,70)

Color info

#734B46 contains red, green and blue colors in about the same proportion. Web safe color of #734B46 is #663333 (or #633).

RGB color model

#734B46 color RGB value is (115,75,70).

  • red value is 115;
  • green value is 75;
  • blue value is 70.
RGB:
(115,75,70)
(45%,29%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 75 of 255 = 29%
B 70 of 255 = 27%

115
75
70

R + G + B ~ 34%. #734B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 75 + 70 = 260 (100%)
R 115 of 260 ~ 44.23%
G 75 of 260 ~ 28.85%
B 70 of 260 ~ 26.92%

%44.23
%28.85
%26.92

CMYK color model

#734B46 color CMYK value is (0,35,39,55).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,35,39,55)
C0M35Y39K55 
(0%,35%,39%,55%)
(0.00/0.35/0.39/0.55)	

CMYK percentages

%0
%34.78
%39.13
%54.9

Codes

Color #734B46 in popluar color models

734B46
RGB1157570
HSL24.32%36.27%
HSB/HSV39.13%45.10%
CMYK0.00%34.78%39.13%
54.90%

Color #734B46 in popluar number systems.

HEX734B46
Decimal1157570
Binary111001110010111000110
Octal163113106

Shades and tints

Shades of #734B46

#734B46
(115,75,70)
#694540
(105,69,64)
#5F3F3A
(95,63,58)
#553934
(85,57,52)
#4B332E
(75,51,46)
#412D28
(65,45,40)
#372722
(55,39,34)
#2D211C
(45,33,28)
#231B16
(35,27,22)
#191510
(25,21,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #734B46

#734B46
(115,75,70)
#7F5B56
(127,91,86)
#8B6B66
(139,107,102)
#977B76
(151,123,118)
#A38B86
(163,139,134)
#AF9B96
(175,155,150)
#BBABA6
(187,171,166)
#C7BBB6
(199,187,182)
#D3CBC6
(211,203,198)
#DFDBD6
(223,219,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734B46; }

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

This text font color is #734B46.


Background Color

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

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

This div background color is #734B46.


Border color

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

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

This div border color is #734B46.


Opacity

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

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

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

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

This text has shadow with #734B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734B46 on black background.


Color preview on white background

This text has color #734B46 on white background.



Black color preview on #734B46 background

This text has black color on #734B46 background.


White color preview on #734B46 background

This text has white color on #734B46 background.