COLOR #734F21

HEX: #734F21
RGB: (115,79,33)

Color info

#734F21 contains mainly red and green colors. Web safe color of #734F21 is #666633 (or #663).

RGB color model

#734F21 color RGB value is (115,79,33).

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

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 33 of 255 = 13%

115
79
33

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

Portions of RGB colors in percentages

R + G + B =
115 + 79 + 33 = 227 (100%)
R 115 of 227 ~ 50.66%
G 79 of 227 ~ 34.8%
B 33 of 227 ~ 14.54%

%50.66
%34.8
%14.54

CMYK color model

#734F21 color CMYK value is (0,31,71,55).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 71.30%
  • key color value is 54.90%
CMYK:
(0,31,71,55)
C0M31Y71K55 
(0%,31%,71%,55%)
(0.00/0.31/0.71/0.55)	

CMYK percentages

%0
%31.3
%71.3
%54.9

Codes

Color #734F21 in popluar color models

734F21
RGB1157933
HSL34°55.41%29.02%
HSB/HSV34°71.30%45.10%
CMYK0.00%31.30%71.30%
54.90%

Color #734F21 in popluar number systems.

HEX734F21
Decimal1157933
Binary11100111001111100001
Octal16311741

Shades and tints

Shades of #734F21

#734F21
(115,79,33)
#69481E
(105,72,30)
#5F411B
(95,65,27)
#553A18
(85,58,24)
#4B3315
(75,51,21)
#412C12
(65,44,18)
#37250F
(55,37,15)
#2D1E0C
(45,30,12)
#231709
(35,23,9)
#191006
(25,16,6)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #734F21

#734F21
(115,79,33)
#7F5F35
(127,95,53)
#8B6F49
(139,111,73)
#977F5D
(151,127,93)
#A38F71
(163,143,113)
#AF9F85
(175,159,133)
#BBAF99
(187,175,153)
#C7BFAD
(199,191,173)
#D3CFC1
(211,207,193)
#DFDFD5
(223,223,213)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734F21; }

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

This text font color is #734F21.


Background Color

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

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

This div background color is #734F21.


Border color

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

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

This div border color is #734F21.


Opacity

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

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

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

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

This text has shadow with #734F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734F21 on black background.


Color preview on white background

This text has color #734F21 on white background.



Black color preview on #734F21 background

This text has black color on #734F21 background.


White color preview on #734F21 background

This text has white color on #734F21 background.