COLOR #5C784B

HEX: #5C784B
RGB: (92,120,75)

Color info

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

RGB color model

#5C784B color RGB value is (92,120,75).

  • red value is 92;
  • green value is 120;
  • blue value is 75.
RGB:
(92,120,75)
(36%,47%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 75 of 255 = 29%

92
120
75

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

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 75 = 287 (100%)
R 92 of 287 ~ 32.06%
G 120 of 287 ~ 41.81%
B 75 of 287 ~ 26.13%

%32.06
%41.81
%26.13

CMYK color model

#5C784B color CMYK value is (23,0,38,53).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK:
(23,0,38,53)
C23M0Y38K53 
(23%,0%,38%,53%)
(0.23/0.00/0.38/0.53)	

CMYK percentages

%23.33
%0
%37.5
%52.94

Codes

Color #5C784B in popluar color models

5C784B
RGB9212075
HSL97°23.08%38.24%
HSB/HSV97°37.50%47.06%
CMYK23.33%0.00%37.50%
52.94%

Color #5C784B in popluar number systems.

HEX5C784B
Decimal9212075
Binary101110011110001001011
Octal134170113

Shades and tints

Shades of #5C784B

#5C784B
(92,120,75)
#546E45
(84,110,69)
#4C643F
(76,100,63)
#445A39
(68,90,57)
#3C5033
(60,80,51)
#34462D
(52,70,45)
#2C3C27
(44,60,39)
#243221
(36,50,33)
#1C281B
(28,40,27)
#141E15
(20,30,21)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #5C784B

#5C784B
(92,120,75)
#6A845B
(106,132,91)
#78906B
(120,144,107)
#869C7B
(134,156,123)
#94A88B
(148,168,139)
#A2B49B
(162,180,155)
#B0C0AB
(176,192,171)
#BECCBB
(190,204,187)
#CCD8CB
(204,216,203)
#DAE4DB
(218,228,219)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C784B color. Also use rgb(92,120,75) instead hex code.

Text Font Color

.myTextColor { color: #5C784B; }

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

This text font color is #5C784B.


Background Color

.myBgColor { background-color: #5C784B; }

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

This div background color is #5C784B.


Border color

.myBorderColor { border: 1px solid #5C784B; }

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

This div border color is #5C784B.


Opacity

.myOpacity80 { color: #5C784B; opacity: 0.8; }

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

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

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

This text has shadow with #5C784B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C784B on black background.


Color preview on white background

This text has color #5C784B on white background.



Black color preview on #5C784B background

This text has black color on #5C784B background.


White color preview on #5C784B background

This text has white color on #5C784B background.