COLOR #707C35

HEX: #707C35
RGB: (112,124,53)

Color info

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

RGB color model

#707C35 color RGB value is (112,124,53).

  • red value is 112;
  • green value is 124;
  • blue value is 53.
RGB:
(112,124,53)
(44%,49%,21%)

RGB channels and saturation

R 112 of 255 = 44%
G 124 of 255 = 49%
B 53 of 255 = 21%

112
124
53

R + G + B ~ 38%. #707C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 124 + 53 = 289 (100%)
R 112 of 289 ~ 38.75%
G 124 of 289 ~ 42.91%
B 53 of 289 ~ 18.34%

%38.75
%42.91
%18.34

CMYK color model

#707C35 color CMYK value is (10,0,57,51).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 51.37%
CMYK:
(10,0,57,51)
C10M0Y57K51 
(10%,0%,57%,51%)
(0.10/0.00/0.57/0.51)	

CMYK percentages

%9.68
%0
%57.26
%51.37

Codes

Color #707C35 in popluar color models

707C35
RGB11212453
HSL70°40.11%34.71%
HSB/HSV70°57.26%48.63%
CMYK9.68%0.00%57.26%
51.37%

Color #707C35 in popluar number systems.

HEX707C35
Decimal11212453
Binary11100001111100110101
Octal16017465

Shades and tints

Shades of #707C35

#707C35
(112,124,53)
#667131
(102,113,49)
#5C662D
(92,102,45)
#525B29
(82,91,41)
#485025
(72,80,37)
#3E4521
(62,69,33)
#343A1D
(52,58,29)
#2A2F19
(42,47,25)
#202415
(32,36,21)
#161911
(22,25,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #707C35

#707C35
(112,124,53)
#7D8747
(125,135,71)
#8A9259
(138,146,89)
#979D6B
(151,157,107)
#A4A87D
(164,168,125)
#B1B38F
(177,179,143)
#BEBEA1
(190,190,161)
#CBC9B3
(203,201,179)
#D8D4C5
(216,212,197)
#E5DFD7
(229,223,215)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707C35 color. Also use rgb(112,124,53) instead hex code.

Text Font Color

.myTextColor { color: #707C35; }

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

This text font color is #707C35.


Background Color

.myBgColor { background-color: #707C35; }

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

This div background color is #707C35.


Border color

.myBorderColor { border: 1px solid #707C35; }

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

This div border color is #707C35.


Opacity

.myOpacity80 { color: #707C35; opacity: 0.8; }

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

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

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

This text has shadow with #707C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707C35 on black background.


Color preview on white background

This text has color #707C35 on white background.



Black color preview on #707C35 background

This text has black color on #707C35 background.


White color preview on #707C35 background

This text has white color on #707C35 background.