COLOR #756030

HEX: #756030
RGB: (117,96,48)

Color info

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

RGB color model

#756030 color RGB value is (117,96,48).

  • red value is 117;
  • green value is 96;
  • blue value is 48.
RGB:
(117,96,48)
(46%,38%,19%)

RGB channels and saturation

R 117 of 255 = 46%
G 96 of 255 = 38%
B 48 of 255 = 19%

117
96
48

R + G + B ~ 34%. #756030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 96 + 48 = 261 (100%)
R 117 of 261 ~ 44.83%
G 96 of 261 ~ 36.78%
B 48 of 261 ~ 18.39%

%44.83
%36.78
%18.39

CMYK color model

#756030 color CMYK value is (0,18,59,54).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 58.97%
  • key color value is 54.12%
CMYK:
(0,18,59,54)
C0M18Y59K54 
(0%,18%,59%,54%)
(0.00/0.18/0.59/0.54)	

CMYK percentages

%0
%17.95
%58.97
%54.12

Codes

Color #756030 in popluar color models

756030
RGB1179648
HSL42°41.82%32.35%
HSB/HSV42°58.97%45.88%
CMYK0.00%17.95%58.97%
54.12%

Color #756030 in popluar number systems.

HEX756030
Decimal1179648
Binary11101011100000110000
Octal16514060

Shades and tints

Shades of #756030

#756030
(117,96,48)
#6B582C
(107,88,44)
#615028
(97,80,40)
#574824
(87,72,36)
#4D4020
(77,64,32)
#43381C
(67,56,28)
#393018
(57,48,24)
#2F2814
(47,40,20)
#252010
(37,32,16)
#1B180C
(27,24,12)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #756030

#756030
(117,96,48)
#816E42
(129,110,66)
#8D7C54
(141,124,84)
#998A66
(153,138,102)
#A59878
(165,152,120)
#B1A68A
(177,166,138)
#BDB49C
(189,180,156)
#C9C2AE
(201,194,174)
#D5D0C0
(213,208,192)
#E1DED2
(225,222,210)
#EDECE4
(237,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756030 color. Also use rgb(117,96,48) instead hex code.

Text Font Color

.myTextColor { color: #756030; }

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

This text font color is #756030.


Background Color

.myBgColor { background-color: #756030; }

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

This div background color is #756030.


Border color

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

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

This div border color is #756030.


Opacity

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

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

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

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

This text has shadow with #756030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756030 on black background.


Color preview on white background

This text has color #756030 on white background.



Black color preview on #756030 background

This text has black color on #756030 background.


White color preview on #756030 background

This text has white color on #756030 background.