COLOR #5C6219

HEX: #5C6219
RGB: (92,98,25)

Color info

#5C6219 contains mainly red and green colors. Web safe color of #5C6219 is #666600 (or #660).

RGB color model

#5C6219 color RGB value is (92,98,25).

  • red value is 92;
  • green value is 98;
  • blue value is 25.
RGB:
(92,98,25)
(36%,38%,10%)

RGB channels and saturation

R 92 of 255 = 36%
G 98 of 255 = 38%
B 25 of 255 = 10%

92
98
25

R + G + B ~ 28%. #5C6219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 98 + 25 = 215 (100%)
R 92 of 215 ~ 42.79%
G 98 of 215 ~ 45.58%
B 25 of 215 ~ 11.63%

%42.79
%45.58
%11.63

CMYK color model

#5C6219 color CMYK value is (6,0,74,62).

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 61.57%
CMYK:
(6,0,74,62)
C6M0Y74K62 
(6%,0%,74%,62%)
(0.06/0.00/0.74/0.62)	

CMYK percentages

%6.12
%0
%74.49
%61.57

Codes

Color #5C6219 in popluar color models

5C6219
RGB929825
HSL65°59.35%24.12%
HSB/HSV65°74.49%38.43%
CMYK6.12%0.00%74.49%
61.57%

Color #5C6219 in popluar number systems.

HEX5C6219
Decimal929825
Binary1011100110001011001
Octal13414231

Shades and tints

Shades of #5C6219

#5C6219
(92,98,25)
#545A17
(84,90,23)
#4C5215
(76,82,21)
#444A13
(68,74,19)
#3C4211
(60,66,17)
#343A0F
(52,58,15)
#2C320D
(44,50,13)
#242A0B
(36,42,11)
#1C2209
(28,34,9)
#141A07
(20,26,7)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #5C6219

#5C6219
(92,98,25)
#6A702D
(106,112,45)
#787E41
(120,126,65)
#868C55
(134,140,85)
#949A69
(148,154,105)
#A2A87D
(162,168,125)
#B0B691
(176,182,145)
#BEC4A5
(190,196,165)
#CCD2B9
(204,210,185)
#DAE0CD
(218,224,205)
#E8EEE1
(232,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6219 color. Also use rgb(92,98,25) instead hex code.

Text Font Color

.myTextColor { color: #5C6219; }

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

This text font color is #5C6219.


Background Color

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

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

This div background color is #5C6219.


Border color

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

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

This div border color is #5C6219.


Opacity

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

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

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

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

This text has shadow with #5C6219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6219 on black background.


Color preview on white background

This text has color #5C6219 on white background.



Black color preview on #5C6219 background

This text has black color on #5C6219 background.


White color preview on #5C6219 background

This text has white color on #5C6219 background.