COLOR #734828

HEX: #734828
RGB: (115,72,40)

Color info

#734828 contains mainly red and green colors. Web safe color of #734828 is #663333 (or #633).

RGB color model

#734828 color RGB value is (115,72,40).

  • red value is 115;
  • green value is 72;
  • blue value is 40.
RGB:
(115,72,40)
(45%,28%,16%)

RGB channels and saturation

R 115 of 255 = 45%
G 72 of 255 = 28%
B 40 of 255 = 16%

115
72
40

R + G + B ~ 30%. #734828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 72 + 40 = 227 (100%)
R 115 of 227 ~ 50.66%
G 72 of 227 ~ 31.72%
B 40 of 227 ~ 17.62%

%50.66
%31.72
%17.62

CMYK color model

#734828 color CMYK value is (0,37,65,55).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 65.22%
  • key color value is 54.90%
CMYK:
(0,37,65,55)
C0M37Y65K55 
(0%,37%,65%,55%)
(0.00/0.37/0.65/0.55)	

CMYK percentages

%0
%37.39
%65.22
%54.9

Codes

Color #734828 in popluar color models

734828
RGB1157240
HSL26°48.39%30.39%
HSB/HSV26°65.22%45.10%
CMYK0.00%37.39%65.22%
54.90%

Color #734828 in popluar number systems.

HEX734828
Decimal1157240
Binary11100111001000101000
Octal16311050

Shades and tints

Shades of #734828

#734828
(115,72,40)
#694225
(105,66,37)
#5F3C22
(95,60,34)
#55361F
(85,54,31)
#4B301C
(75,48,28)
#412A19
(65,42,25)
#372416
(55,36,22)
#2D1E13
(45,30,19)
#231810
(35,24,16)
#19120D
(25,18,13)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #734828

#734828
(115,72,40)
#7F583B
(127,88,59)
#8B684E
(139,104,78)
#977861
(151,120,97)
#A38874
(163,136,116)
#AF9887
(175,152,135)
#BBA89A
(187,168,154)
#C7B8AD
(199,184,173)
#D3C8C0
(211,200,192)
#DFD8D3
(223,216,211)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734828 color. Also use rgb(115,72,40) instead hex code.

Text Font Color

.myTextColor { color: #734828; }

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

This text font color is #734828.


Background Color

.myBgColor { background-color: #734828; }

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

This div background color is #734828.


Border color

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

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

This div border color is #734828.


Opacity

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

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

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

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

This text has shadow with #734828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734828 on black background.


Color preview on white background

This text has color #734828 on white background.



Black color preview on #734828 background

This text has black color on #734828 background.


White color preview on #734828 background

This text has white color on #734828 background.