COLOR #734F46

HEX: #734F46
RGB: (115,79,70)

Color info

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

RGB color model

#734F46 color RGB value is (115,79,70).

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

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 70 of 255 = 27%

115
79
70

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

Portions of RGB colors in percentages

R + G + B =
115 + 79 + 70 = 264 (100%)
R 115 of 264 ~ 43.56%
G 79 of 264 ~ 29.92%
B 70 of 264 ~ 26.52%

%43.56
%29.92
%26.52

CMYK color model

#734F46 color CMYK value is (0,31,39,55).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 39.13%
  • key color value is 54.90%
CMYK:
(0,31,39,55)
C0M31Y39K55 
(0%,31%,39%,55%)
(0.00/0.31/0.39/0.55)	

CMYK percentages

%0
%31.3
%39.13
%54.9

Codes

Color #734F46 in popluar color models

734F46
RGB1157970
HSL12°24.32%36.27%
HSB/HSV12°39.13%45.10%
CMYK0.00%31.30%39.13%
54.90%

Color #734F46 in popluar number systems.

HEX734F46
Decimal1157970
Binary111001110011111000110
Octal163117106

Shades and tints

Shades of #734F46

#734F46
(115,79,70)
#694840
(105,72,64)
#5F413A
(95,65,58)
#553A34
(85,58,52)
#4B332E
(75,51,46)
#412C28
(65,44,40)
#372522
(55,37,34)
#2D1E1C
(45,30,28)
#231716
(35,23,22)
#191010
(25,16,16)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #734F46

#734F46
(115,79,70)
#7F5F56
(127,95,86)
#8B6F66
(139,111,102)
#977F76
(151,127,118)
#A38F86
(163,143,134)
#AF9F96
(175,159,150)
#BBAFA6
(187,175,166)
#C7BFB6
(199,191,182)
#D3CFC6
(211,207,198)
#DFDFD6
(223,223,214)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734F46; }

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

This text font color is #734F46.


Background Color

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

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

This div background color is #734F46.


Border color

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

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

This div border color is #734F46.


Opacity

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

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

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

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

This text has shadow with #734F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734F46 on black background.


Color preview on white background

This text has color #734F46 on white background.



Black color preview on #734F46 background

This text has black color on #734F46 background.


White color preview on #734F46 background

This text has white color on #734F46 background.