COLOR #7B8838

HEX: #7B8838
RGB: (123,136,56)

Color info

#7B8838 contains mainly red and green colors. Web safe color of #7B8838 is #669933 (or #693).

RGB color model

#7B8838 color RGB value is (123,136,56).

  • red value is 123;
  • green value is 136;
  • blue value is 56.
RGB:
(123,136,56)
(48%,53%,22%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 56 of 255 = 22%

123
136
56

R + G + B ~ 41%. #7B8838 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 56 = 315 (100%)
R 123 of 315 ~ 39.05%
G 136 of 315 ~ 43.17%
B 56 of 315 ~ 17.78%

%39.05
%43.17
%17.78

CMYK color model

#7B8838 color CMYK value is (10,0,59,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 46.67%
CMYK:
(10,0,59,47)
C10M0Y59K47 
(10%,0%,59%,47%)
(0.10/0.00/0.59/0.47)	

CMYK percentages

%9.56
%0
%58.82
%46.67

Codes

Color #7B8838 in popluar color models

7B8838
RGB12313656
HSL70°41.67%37.65%
HSB/HSV70°58.82%53.33%
CMYK9.56%0.00%58.82%
46.67%

Color #7B8838 in popluar number systems.

HEX7B8838
Decimal12313656
Binary111101110001000111000
Octal17321070

Shades and tints

Shades of #7B8838

#7B8838
(123,136,56)
#707C33
(112,124,51)
#65702E
(101,112,46)
#5A6429
(90,100,41)
#4F5824
(79,88,36)
#444C1F
(68,76,31)
#39401A
(57,64,26)
#2E3415
(46,52,21)
#232810
(35,40,16)
#181C0B
(24,28,11)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #7B8838

#7B8838
(123,136,56)
#87924A
(135,146,74)
#939C5C
(147,156,92)
#9FA66E
(159,166,110)
#ABB080
(171,176,128)
#B7BA92
(183,186,146)
#C3C4A4
(195,196,164)
#CFCEB6
(207,206,182)
#DBD8C8
(219,216,200)
#E7E2DA
(231,226,218)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B8838 color. Also use rgb(123,136,56) instead hex code.

Text Font Color

.myTextColor { color: #7B8838; }

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

This text font color is #7B8838.


Background Color

.myBgColor { background-color: #7B8838; }

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

This div background color is #7B8838.


Border color

.myBorderColor { border: 1px solid #7B8838; }

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

This div border color is #7B8838.


Opacity

.myOpacity80 { color: #7B8838; opacity: 0.8; }

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

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

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

This text has shadow with #7B8838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8838 on black background.


Color preview on white background

This text has color #7B8838 on white background.



Black color preview on #7B8838 background

This text has black color on #7B8838 background.


White color preview on #7B8838 background

This text has white color on #7B8838 background.