COLOR #788533

HEX: #788533
RGB: (120,133,51)

Color info

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

RGB color model

#788533 color RGB value is (120,133,51).

  • red value is 120;
  • green value is 133;
  • blue value is 51.
RGB:
(120,133,51)
(47%,52%,20%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 51 of 255 = 20%

120
133
51

R + G + B ~ 40%. #788533 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 51 = 304 (100%)
R 120 of 304 ~ 39.47%
G 133 of 304 ~ 43.75%
B 51 of 304 ~ 16.78%

%39.47
%43.75
%16.78

CMYK color model

#788533 color CMYK value is (10,0,62,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 61.65%
  • key color value is 47.84%
CMYK:
(10,0,62,48)
C10M0Y62K48 
(10%,0%,62%,48%)
(0.10/0.00/0.62/0.48)	

CMYK percentages

%9.77
%0
%61.65
%47.84

Codes

Color #788533 in popluar color models

788533
RGB12013351
HSL70°44.57%36.08%
HSB/HSV70°61.65%52.16%
CMYK9.77%0.00%61.65%
47.84%

Color #788533 in popluar number systems.

HEX788533
Decimal12013351
Binary111100010000101110011
Octal17020563

Shades and tints

Shades of #788533

#788533
(120,133,51)
#6E792F
(110,121,47)
#646D2B
(100,109,43)
#5A6127
(90,97,39)
#505523
(80,85,35)
#46491F
(70,73,31)
#3C3D1B
(60,61,27)
#323117
(50,49,23)
#282513
(40,37,19)
#1E190F
(30,25,15)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #788533

#788533
(120,133,51)
#849045
(132,144,69)
#909B57
(144,155,87)
#9CA669
(156,166,105)
#A8B17B
(168,177,123)
#B4BC8D
(180,188,141)
#C0C79F
(192,199,159)
#CCD2B1
(204,210,177)
#D8DDC3
(216,221,195)
#E4E8D5
(228,232,213)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788533 color. Also use rgb(120,133,51) instead hex code.

Text Font Color

.myTextColor { color: #788533; }

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

This text font color is #788533.


Background Color

.myBgColor { background-color: #788533; }

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

This div background color is #788533.


Border color

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

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

This div border color is #788533.


Opacity

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

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

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

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

This text has shadow with #788533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788533 on black background.


Color preview on white background

This text has color #788533 on white background.



Black color preview on #788533 background

This text has black color on #788533 background.


White color preview on #788533 background

This text has white color on #788533 background.