COLOR #734921

HEX: #734921
RGB: (115,73,33)

Color info

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

RGB color model

#734921 color RGB value is (115,73,33).

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

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 33 of 255 = 13%

115
73
33

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

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 33 = 221 (100%)
R 115 of 221 ~ 52.04%
G 73 of 221 ~ 33.03%
B 33 of 221 ~ 14.93%

%52.04
%33.03
%14.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.52%
  • 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
%36.52
%71.3
%54.9

Codes

Color #734921 in popluar color models

734921
RGB1157333
HSL29°55.41%29.02%
HSB/HSV29°71.30%45.10%
CMYK0.00%36.52%71.30%
54.90%

Color #734921 in popluar number systems.

HEX734921
Decimal1157333
Binary11100111001001100001
Octal16311141

Shades and tints

Shades of #734921

#734921
(115,73,33)
#69431E
(105,67,30)
#5F3D1B
(95,61,27)
#553718
(85,55,24)
#4B3115
(75,49,21)
#412B12
(65,43,18)
#37250F
(55,37,15)
#2D1F0C
(45,31,12)
#231909
(35,25,9)
#191306
(25,19,6)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #734921

#734921
(115,73,33)
#7F5935
(127,89,53)
#8B6949
(139,105,73)
#97795D
(151,121,93)
#A38971
(163,137,113)
#AF9985
(175,153,133)
#BBA999
(187,169,153)
#C7B9AD
(199,185,173)
#D3C9C1
(211,201,193)
#DFD9D5
(223,217,213)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734921; }

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

This text font color is #734921.


Background Color

.myBgColor { background-color: #734921; }

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

This div background color is #734921.


Border color

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

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

This div border color is #734921.


Opacity

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

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

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

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

This text has shadow with #734921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734921 on black background.


Color preview on white background

This text has color #734921 on white background.



Black color preview on #734921 background

This text has black color on #734921 background.


White color preview on #734921 background

This text has white color on #734921 background.