COLOR #707B2B

HEX: #707B2B RGB: (112,123,43)

Color info

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

RGB color model

#707B2B color RGB value is (112,123,43).

RGB: (112,123,43) (44%, 48%, 17%)

RGB channels and saturation

R 112 of 255 = 44%
G 123 of 255 = 48%
B 43 of 255 = 17%

112
123
43

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

Portions of RGB colors in percentages

R + G + B = 112 + 123 + 43 = 278 (100%)
R 112 of 278 ~ 40.29%
G 123 of 278 ~ 44.24%
B 43 of 278 ~ 15.47'%

%40.29
%44.24
%15.47

CMYK color model

#707B2B color CMYK value is (9,0,65,52).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 65.04%
  • key color value is 51.76%
CMYK: (9,0,65,52) C9M0Y65K52 (9%,0%,65%,52%) (0.09/0.00/0.65/0.52) 

CMYK percentages

%8.94
%0
%65.04
%51.76

Codes

Color #707B2B in popluar color models

70 7B 2B
RGB 112 123 43
HSL 68° 48.19% 32.55%
HSB/HSV 68° 65.04% 48.24%
CMYK 8.94% 0.00% 65.04%
51.76%

Color #707B2B in popluar number systems.

HEX 70 7B 2B
Decimal 112 123 43
Binary 1110000 1111011 101011
Octal 160 173 53

Shades and tints

Shades of #707B2B

#707B2B
(112,123,43)
#667028
(102,112,40)
#5C6525
(92,101,37)
#525A22
(82,90,34)
#484F1F
(72,79,31)
#3E441C
(62,68,28)
#343919
(52,57,25)
#2A2E16
(42,46,22)
#202313
(32,35,19)
#161810
(22,24,16)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #707B2B

#707B2B
(112,123,43)
#7D873E
(125,135,62)
#8A9351
(138,147,81)
#979F64
(151,159,100)
#A4AB77
(164,171,119)
#B1B78A
(177,183,138)
#BEC39D
(190,195,157)
#CBCFB0
(203,207,176)
#D8DBC3
(216,219,195)
#E5E7D6
(229,231,214)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707B2B; }

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

This text font color is #707B2B.

Background Color

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

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

This div background color is #707B2B.

Border color

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

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

This div border color is #707B2B.

Opacity

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

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

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

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

This text has shadow with #707B2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707B2B.

Preview

Color preview on black background

This text has color #707B2B on black background.


Color preview on white background

This text has color #707B2B on white background.


Black color preview on #707B2B background

This text has black color on #707B2B background.


White color preview on #707B2B background

This text has white color on #707B2B background.


Related colors

Complementary color

Complementary color for #hex is #8F84D4.


I love getcolorcode.com

Triadic colors

1 #2B707B and #7B2B70 with #707B2B are triadic colors.

2 #2B7B70 and #7B702B with #707B2B are triadic colors.