COLOR #735330

HEX: #735330
RGB: (115,83,48)

Color info

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

RGB color model

#735330 color RGB value is (115,83,48).

  • red value is 115;
  • green value is 83;
  • blue value is 48.
RGB:
(115,83,48)
(45%,33%,19%)

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 48 of 255 = 19%

115
83
48

R + G + B ~ 32%. #735330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 48 = 246 (100%)
R 115 of 246 ~ 46.75%
G 83 of 246 ~ 33.74%
B 48 of 246 ~ 19.51%

%46.75
%33.74
%19.51

CMYK color model

#735330 color CMYK value is (0,28,58,55).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 58.26%
  • key color value is 54.90%
CMYK:
(0,28,58,55)
C0M28Y58K55 
(0%,28%,58%,55%)
(0.00/0.28/0.58/0.55)	

CMYK percentages

%0
%27.83
%58.26
%54.9

Codes

Color #735330 in popluar color models

735330
RGB1158348
HSL31°41.10%31.96%
HSB/HSV31°58.26%45.10%
CMYK0.00%27.83%58.26%
54.90%

Color #735330 in popluar number systems.

HEX735330
Decimal1158348
Binary11100111010011110000
Octal16312360

Shades and tints

Shades of #735330

#735330
(115,83,48)
#694C2C
(105,76,44)
#5F4528
(95,69,40)
#553E24
(85,62,36)
#4B3720
(75,55,32)
#41301C
(65,48,28)
#372918
(55,41,24)
#2D2214
(45,34,20)
#231B10
(35,27,16)
#19140C
(25,20,12)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #735330

#735330
(115,83,48)
#7F6242
(127,98,66)
#8B7154
(139,113,84)
#978066
(151,128,102)
#A38F78
(163,143,120)
#AF9E8A
(175,158,138)
#BBAD9C
(187,173,156)
#C7BCAE
(199,188,174)
#D3CBC0
(211,203,192)
#DFDAD2
(223,218,210)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735330 color. Also use rgb(115,83,48) instead hex code.

Text Font Color

.myTextColor { color: #735330; }

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

This text font color is #735330.


Background Color

.myBgColor { background-color: #735330; }

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

This div background color is #735330.


Border color

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

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

This div border color is #735330.


Opacity

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

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

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

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

This text has shadow with #735330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735330 on black background.


Color preview on white background

This text has color #735330 on white background.



Black color preview on #735330 background

This text has black color on #735330 background.


White color preview on #735330 background

This text has white color on #735330 background.