COLOR #734821

HEX: #734821
RGB: (115,72,33)

Color info

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

RGB color model

#734821 color RGB value is (115,72,33).

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

RGB channels and saturation

R 115 of 255 = 45%
G 72 of 255 = 28%
B 33 of 255 = 13%

115
72
33

R + G + B ~ 29%. #734821 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 72 + 33 = 220 (100%)
R 115 of 220 ~ 52.27%
G 72 of 220 ~ 32.73%
B 33 of 220 ~ 15%

%52.27
%32.73
%15

CMYK color model

#734821 color CMYK value is (0,37,71,55).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 71.30%
  • key color value is 54.90%
CMYK:
(0,37,71,55)
C0M37Y71K55 
(0%,37%,71%,55%)
(0.00/0.37/0.71/0.55)	

CMYK percentages

%0
%37.39
%71.3
%54.9

Codes

Color #734821 in popluar color models

734821
RGB1157233
HSL29°55.41%29.02%
HSB/HSV29°71.30%45.10%
CMYK0.00%37.39%71.30%
54.90%

Color #734821 in popluar number systems.

HEX734821
Decimal1157233
Binary11100111001000100001
Octal16311041

Shades and tints

Shades of #734821

#734821
(115,72,33)
#69421E
(105,66,30)
#5F3C1B
(95,60,27)
#553618
(85,54,24)
#4B3015
(75,48,21)
#412A12
(65,42,18)
#37240F
(55,36,15)
#2D1E0C
(45,30,12)
#231809
(35,24,9)
#191206
(25,18,6)
#0F0C03
(15,12,3)
#000000
(0,0,0)

Tints of #734821

#734821
(115,72,33)
#7F5835
(127,88,53)
#8B6849
(139,104,73)
#97785D
(151,120,93)
#A38871
(163,136,113)
#AF9885
(175,152,133)
#BBA899
(187,168,153)
#C7B8AD
(199,184,173)
#D3C8C1
(211,200,193)
#DFD8D5
(223,216,213)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734821; }

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

This text font color is #734821.


Background Color

.myBgColor { background-color: #734821; }

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

This div background color is #734821.


Border color

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

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

This div border color is #734821.


Opacity

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

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

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

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

This text has shadow with #734821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734821 on black background.


Color preview on white background

This text has color #734821 on white background.



Black color preview on #734821 background

This text has black color on #734821 background.


White color preview on #734821 background

This text has white color on #734821 background.