COLOR #5D6B1C

HEX: #5D6B1C
RGB: (93,107,28)

Color info

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

RGB color model

#5D6B1C color RGB value is (93,107,28).

  • red value is 93;
  • green value is 107;
  • blue value is 28.
RGB:
(93,107,28)
(36%,42%,11%)

RGB channels and saturation

R 93 of 255 = 36%
G 107 of 255 = 42%
B 28 of 255 = 11%

93
107
28

R + G + B ~ 30%. #5D6B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 107 + 28 = 228 (100%)
R 93 of 228 ~ 40.79%
G 107 of 228 ~ 46.93%
B 28 of 228 ~ 12.28%

%40.79
%46.93
%12.28

CMYK color model

#5D6B1C color CMYK value is (13,0,74,58).

  • cyan value is 13.08%
  • magenta value is 0.00%
  • yellow value is 73.83%
  • key color value is 58.04%
CMYK:
(13,0,74,58)
C13M0Y74K58 
(13%,0%,74%,58%)
(0.13/0.00/0.74/0.58)	

CMYK percentages

%13.08
%0
%73.83
%58.04

Codes

Color #5D6B1C in popluar color models

5D6B1C
RGB9310728
HSL71°58.52%26.47%
HSB/HSV71°73.83%41.96%
CMYK13.08%0.00%73.83%
58.04%

Color #5D6B1C in popluar number systems.

HEX5D6B1C
Decimal9310728
Binary1011101110101111100
Octal13515334

Shades and tints

Shades of #5D6B1C

#5D6B1C
(93,107,28)
#55621A
(85,98,26)
#4D5918
(77,89,24)
#455016
(69,80,22)
#3D4714
(61,71,20)
#353E12
(53,62,18)
#2D3510
(45,53,16)
#252C0E
(37,44,14)
#1D230C
(29,35,12)
#151A0A
(21,26,10)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #5D6B1C

#5D6B1C
(93,107,28)
#6B7830
(107,120,48)
#798544
(121,133,68)
#879258
(135,146,88)
#959F6C
(149,159,108)
#A3AC80
(163,172,128)
#B1B994
(177,185,148)
#BFC6A8
(191,198,168)
#CDD3BC
(205,211,188)
#DBE0D0
(219,224,208)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6B1C color. Also use rgb(93,107,28) instead hex code.

Text Font Color

.myTextColor { color: #5D6B1C; }

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

This text font color is #5D6B1C.


Background Color

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

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

This div background color is #5D6B1C.


Border color

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

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

This div border color is #5D6B1C.


Opacity

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

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

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

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

This text has shadow with #5D6B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6B1C on black background.


Color preview on white background

This text has color #5D6B1C on white background.



Black color preview on #5D6B1C background

This text has black color on #5D6B1C background.


White color preview on #5D6B1C background

This text has white color on #5D6B1C background.