COLOR #734744

HEX: #734744
RGB: (115,71,68)

Color info

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

RGB color model

#734744 color RGB value is (115,71,68).

  • red value is 115;
  • green value is 71;
  • blue value is 68.
RGB:
(115,71,68)
(45%,28%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 68 of 255 = 27%

115
71
68

R + G + B ~ 33%. #734744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 68 = 254 (100%)
R 115 of 254 ~ 45.28%
G 71 of 254 ~ 27.95%
B 68 of 254 ~ 26.77%

%45.28
%27.95
%26.77

CMYK color model

#734744 color CMYK value is (0,38,41,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 40.87%
  • key color value is 54.90%
CMYK:
(0,38,41,55)
C0M38Y41K55 
(0%,38%,41%,55%)
(0.00/0.38/0.41/0.55)	

CMYK percentages

%0
%38.26
%40.87
%54.9

Codes

Color #734744 in popluar color models

734744
RGB1157168
HSL25.68%35.88%
HSB/HSV40.87%45.10%
CMYK0.00%38.26%40.87%
54.90%

Color #734744 in popluar number systems.

HEX734744
Decimal1157168
Binary111001110001111000100
Octal163107104

Shades and tints

Shades of #734744

#734744
(115,71,68)
#69413E
(105,65,62)
#5F3B38
(95,59,56)
#553532
(85,53,50)
#4B2F2C
(75,47,44)
#412926
(65,41,38)
#372320
(55,35,32)
#2D1D1A
(45,29,26)
#231714
(35,23,20)
#19110E
(25,17,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #734744

#734744
(115,71,68)
#7F5755
(127,87,85)
#8B6766
(139,103,102)
#977777
(151,119,119)
#A38788
(163,135,136)
#AF9799
(175,151,153)
#BBA7AA
(187,167,170)
#C7B7BB
(199,183,187)
#D3C7CC
(211,199,204)
#DFD7DD
(223,215,221)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734744 color. Also use rgb(115,71,68) instead hex code.

Text Font Color

.myTextColor { color: #734744; }

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

This text font color is #734744.


Background Color

.myBgColor { background-color: #734744; }

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

This div background color is #734744.


Border color

.myBorderColor { border: 1px solid #734744; }

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

This div border color is #734744.


Opacity

.myOpacity80 { color: #734744; opacity: 0.8; }

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

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

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

This text has shadow with #734744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734744 on black background.


Color preview on white background

This text has color #734744 on white background.



Black color preview on #734744 background

This text has black color on #734744 background.


White color preview on #734744 background

This text has white color on #734744 background.