COLOR #707438

HEX: #707438
RGB: (112,116,56)

Color info

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

RGB color model

#707438 color RGB value is (112,116,56).

  • red value is 112;
  • green value is 116;
  • blue value is 56.
RGB:
(112,116,56)
(44%,45%,22%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 56 of 255 = 22%

112
116
56

R + G + B ~ 37%. #707438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 56 = 284 (100%)
R 112 of 284 ~ 39.44%
G 116 of 284 ~ 40.85%
B 56 of 284 ~ 19.72%

%39.44
%40.85
%19.72

CMYK color model

#707438 color CMYK value is (3,0,52,55).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 51.72%
  • key color value is 54.51%
CMYK:
(3,0,52,55)
C3M0Y52K55 
(3%,0%,52%,55%)
(0.03/0.00/0.52/0.55)	

CMYK percentages

%3.45
%0
%51.72
%54.51

Codes

Color #707438 in popluar color models

707438
RGB11211656
HSL64°34.88%33.73%
HSB/HSV64°51.72%45.49%
CMYK3.45%0.00%51.72%
54.51%

Color #707438 in popluar number systems.

HEX707438
Decimal11211656
Binary11100001110100111000
Octal16016470

Shades and tints

Shades of #707438

#707438
(112,116,56)
#666A33
(102,106,51)
#5C602E
(92,96,46)
#525629
(82,86,41)
#484C24
(72,76,36)
#3E421F
(62,66,31)
#34381A
(52,56,26)
#2A2E15
(42,46,21)
#202410
(32,36,16)
#161A0B
(22,26,11)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #707438

#707438
(112,116,56)
#7D804A
(125,128,74)
#8A8C5C
(138,140,92)
#97986E
(151,152,110)
#A4A480
(164,164,128)
#B1B092
(177,176,146)
#BEBCA4
(190,188,164)
#CBC8B6
(203,200,182)
#D8D4C8
(216,212,200)
#E5E0DA
(229,224,218)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707438 color. Also use rgb(112,116,56) instead hex code.

Text Font Color

.myTextColor { color: #707438; }

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

This text font color is #707438.


Background Color

.myBgColor { background-color: #707438; }

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

This div background color is #707438.


Border color

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

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

This div border color is #707438.


Opacity

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

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

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

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

This text has shadow with #707438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707438 on black background.


Color preview on white background

This text has color #707438 on white background.



Black color preview on #707438 background

This text has black color on #707438 background.


White color preview on #707438 background

This text has white color on #707438 background.