COLOR #707330

HEX: #707330
RGB: (112,115,48)

Color info

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

RGB color model

#707330 color RGB value is (112,115,48).

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

RGB channels and saturation

R 112 of 255 = 44%
G 115 of 255 = 45%
B 48 of 255 = 19%

112
115
48

R + G + B ~ 36%. #707330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 115 + 48 = 275 (100%)
R 112 of 275 ~ 40.73%
G 115 of 275 ~ 41.82%
B 48 of 275 ~ 17.45%

%40.73
%41.82
%17.45

CMYK color model

#707330 color CMYK value is (3,0,58,55).

  • cyan value is 2.61%
  • magenta value is 0.00%
  • yellow value is 58.26%
  • key color value is 54.90%
CMYK:
(3,0,58,55)
C3M0Y58K55 
(3%,0%,58%,55%)
(0.03/0.00/0.58/0.55)	

CMYK percentages

%2.61
%0
%58.26
%54.9

Codes

Color #707330 in popluar color models

707330
RGB11211548
HSL63°41.10%31.96%
HSB/HSV63°58.26%45.10%
CMYK2.61%0.00%58.26%
54.90%

Color #707330 in popluar number systems.

HEX707330
Decimal11211548
Binary11100001110011110000
Octal16016360

Shades and tints

Shades of #707330

#707330
(112,115,48)
#66692C
(102,105,44)
#5C5F28
(92,95,40)
#525524
(82,85,36)
#484B20
(72,75,32)
#3E411C
(62,65,28)
#343718
(52,55,24)
#2A2D14
(42,45,20)
#202310
(32,35,16)
#16190C
(22,25,12)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #707330

#707330
(112,115,48)
#7D7F42
(125,127,66)
#8A8B54
(138,139,84)
#979766
(151,151,102)
#A4A378
(164,163,120)
#B1AF8A
(177,175,138)
#BEBB9C
(190,187,156)
#CBC7AE
(203,199,174)
#D8D3C0
(216,211,192)
#E5DFD2
(229,223,210)
#F2EBE4
(242,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707330; }

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

This text font color is #707330.


Background Color

.myBgColor { background-color: #707330; }

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

This div background color is #707330.


Border color

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

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

This div border color is #707330.


Opacity

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

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

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

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

This text has shadow with #707330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707330 on black background.


Color preview on white background

This text has color #707330 on white background.



Black color preview on #707330 background

This text has black color on #707330 background.


White color preview on #707330 background

This text has white color on #707330 background.