COLOR #707B41

HEX: #707B41
RGB: (112,123,65)

Color info

#707B41 contains red, green and blue colors in about the same proportion. Web safe color of #707B41 is #666633 (or #663).

RGB color model

#707B41 color RGB value is (112,123,65).

  • red value is 112;
  • green value is 123;
  • blue value is 65.
RGB:
(112,123,65)
(44%,48%,25%)

RGB channels and saturation

R 112 of 255 = 44%
G 123 of 255 = 48%
B 65 of 255 = 25%

112
123
65

R + G + B ~ 39%. #707B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 123 + 65 = 300 (100%)
R 112 of 300 ~ 37.33%
G 123 of 300 ~ 41%
B 65 of 300 ~ 21.67%

%37.33
%41
%21.67

CMYK color model

#707B41 color CMYK value is (9,0,47,52).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 47.15%
  • key color value is 51.76%
CMYK:
(9,0,47,52)
C9M0Y47K52 
(9%,0%,47%,52%)
(0.09/0.00/0.47/0.52)	

CMYK percentages

%8.94
%0
%47.15
%51.76

Codes

Color #707B41 in popluar color models

707B41
RGB11212365
HSL71°30.85%36.86%
HSB/HSV71°47.15%48.24%
CMYK8.94%0.00%47.15%
51.76%

Color #707B41 in popluar number systems.

HEX707B41
Decimal11212365
Binary111000011110111000001
Octal160173101

Shades and tints

Shades of #707B41

#707B41
(112,123,65)
#66703C
(102,112,60)
#5C6537
(92,101,55)
#525A32
(82,90,50)
#484F2D
(72,79,45)
#3E4428
(62,68,40)
#343923
(52,57,35)
#2A2E1E
(42,46,30)
#202319
(32,35,25)
#161814
(22,24,20)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #707B41

#707B41
(112,123,65)
#7D8752
(125,135,82)
#8A9363
(138,147,99)
#979F74
(151,159,116)
#A4AB85
(164,171,133)
#B1B796
(177,183,150)
#BEC3A7
(190,195,167)
#CBCFB8
(203,207,184)
#D8DBC9
(216,219,201)
#E5E7DA
(229,231,218)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707B41 color. Also use rgb(112,123,65) instead hex code.

Text Font Color

.myTextColor { color: #707B41; }

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

This text font color is #707B41.


Background Color

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

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

This div background color is #707B41.


Border color

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

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

This div border color is #707B41.


Opacity

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

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

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

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

This text has shadow with #707B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707B41 on black background.


Color preview on white background

This text has color #707B41 on white background.



Black color preview on #707B41 background

This text has black color on #707B41 background.


White color preview on #707B41 background

This text has white color on #707B41 background.