COLOR #707A35

HEX: #707A35
RGB: (112,122,53)

Color info

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

RGB color model

#707A35 color RGB value is (112,122,53).

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

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 53 of 255 = 21%

112
122
53

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

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 53 = 287 (100%)
R 112 of 287 ~ 39.02%
G 122 of 287 ~ 42.51%
B 53 of 287 ~ 18.47%

%39.02
%42.51
%18.47

CMYK color model

#707A35 color CMYK value is (8,0,57,52).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 56.56%
  • key color value is 52.16%
CMYK:
(8,0,57,52)
C8M0Y57K52 
(8%,0%,57%,52%)
(0.08/0.00/0.57/0.52)	

CMYK percentages

%8.2
%0
%56.56
%52.16

Codes

Color #707A35 in popluar color models

707A35
RGB11212253
HSL69°39.43%34.31%
HSB/HSV69°56.56%47.84%
CMYK8.20%0.00%56.56%
52.16%

Color #707A35 in popluar number systems.

HEX707A35
Decimal11212253
Binary11100001111010110101
Octal16017265

Shades and tints

Shades of #707A35

#707A35
(112,122,53)
#666F31
(102,111,49)
#5C642D
(92,100,45)
#525929
(82,89,41)
#484E25
(72,78,37)
#3E4321
(62,67,33)
#34381D
(52,56,29)
#2A2D19
(42,45,25)
#202215
(32,34,21)
#161711
(22,23,17)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #707A35

#707A35
(112,122,53)
#7D8647
(125,134,71)
#8A9259
(138,146,89)
#979E6B
(151,158,107)
#A4AA7D
(164,170,125)
#B1B68F
(177,182,143)
#BEC2A1
(190,194,161)
#CBCEB3
(203,206,179)
#D8DAC5
(216,218,197)
#E5E6D7
(229,230,215)
#F2F2E9
(242,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707A35; }

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

This text font color is #707A35.


Background Color

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

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

This div background color is #707A35.


Border color

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

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

This div border color is #707A35.


Opacity

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

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

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

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

This text has shadow with #707A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707A35 on black background.


Color preview on white background

This text has color #707A35 on white background.



Black color preview on #707A35 background

This text has black color on #707A35 background.


White color preview on #707A35 background

This text has white color on #707A35 background.