COLOR #5D651E

HEX: #5D651E
RGB: (93,101,30)

Color info

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

RGB color model

#5D651E color RGB value is (93,101,30).

  • red value is 93;
  • green value is 101;
  • blue value is 30.
RGB:
(93,101,30)
(36%,40%,12%)

RGB channels and saturation

R 93 of 255 = 36%
G 101 of 255 = 40%
B 30 of 255 = 12%

93
101
30

R + G + B ~ 29%. #5D651E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 101 + 30 = 224 (100%)
R 93 of 224 ~ 41.52%
G 101 of 224 ~ 45.09%
B 30 of 224 ~ 13.39%

%41.52
%45.09
%13.39

CMYK color model

#5D651E color CMYK value is (8,0,70,60).

  • cyan value is 7.92%
  • magenta value is 0.00%
  • yellow value is 70.30%
  • key color value is 60.39%
CMYK:
(8,0,70,60)
C8M0Y70K60 
(8%,0%,70%,60%)
(0.08/0.00/0.70/0.60)	

CMYK percentages

%7.92
%0
%70.3
%60.39

Codes

Color #5D651E in popluar color models

5D651E
RGB9310130
HSL67°54.20%25.69%
HSB/HSV67°70.30%39.61%
CMYK7.92%0.00%70.30%
60.39%

Color #5D651E in popluar number systems.

HEX5D651E
Decimal9310130
Binary1011101110010111110
Octal13514536

Shades and tints

Shades of #5D651E

#5D651E
(93,101,30)
#555C1C
(85,92,28)
#4D531A
(77,83,26)
#454A18
(69,74,24)
#3D4116
(61,65,22)
#353814
(53,56,20)
#2D2F12
(45,47,18)
#252610
(37,38,16)
#1D1D0E
(29,29,14)
#15140C
(21,20,12)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #5D651E

#5D651E
(93,101,30)
#6B7332
(107,115,50)
#798146
(121,129,70)
#878F5A
(135,143,90)
#959D6E
(149,157,110)
#A3AB82
(163,171,130)
#B1B996
(177,185,150)
#BFC7AA
(191,199,170)
#CDD5BE
(205,213,190)
#DBE3D2
(219,227,210)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D651E color. Also use rgb(93,101,30) instead hex code.

Text Font Color

.myTextColor { color: #5D651E; }

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

This text font color is #5D651E.


Background Color

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

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

This div background color is #5D651E.


Border color

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

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

This div border color is #5D651E.


Opacity

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

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

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

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

This text has shadow with #5D651E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D651E on black background.


Color preview on white background

This text has color #5D651E on white background.



Black color preview on #5D651E background

This text has black color on #5D651E background.


White color preview on #5D651E background

This text has white color on #5D651E background.