COLOR #5D7C43

HEX: #5D7C43
RGB: (93,124,67)

Color info

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

RGB color model

#5D7C43 color RGB value is (93,124,67).

  • red value is 93;
  • green value is 124;
  • blue value is 67.
RGB:
(93,124,67)
(36%,49%,26%)

RGB channels and saturation

R 93 of 255 = 36%
G 124 of 255 = 49%
B 67 of 255 = 26%

93
124
67

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

Portions of RGB colors in percentages

R + G + B =
93 + 124 + 67 = 284 (100%)
R 93 of 284 ~ 32.75%
G 124 of 284 ~ 43.66%
B 67 of 284 ~ 23.59%

%32.75
%43.66
%23.59

CMYK color model

#5D7C43 color CMYK value is (25,0,46,51).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 45.97%
  • key color value is 51.37%
CMYK:
(25,0,46,51)
C25M0Y46K51 
(25%,0%,46%,51%)
(0.25/0.00/0.46/0.51)	

CMYK percentages

%25
%0
%45.97
%51.37

Codes

Color #5D7C43 in popluar color models

5D7C43
RGB9312467
HSL93°29.84%37.45%
HSB/HSV93°45.97%48.63%
CMYK25.00%0.00%45.97%
51.37%

Color #5D7C43 in popluar number systems.

HEX5D7C43
Decimal9312467
Binary101110111111001000011
Octal135174103

Shades and tints

Shades of #5D7C43

#5D7C43
(93,124,67)
#55713D
(85,113,61)
#4D6637
(77,102,55)
#455B31
(69,91,49)
#3D502B
(61,80,43)
#354525
(53,69,37)
#2D3A1F
(45,58,31)
#252F19
(37,47,25)
#1D2413
(29,36,19)
#15190D
(21,25,13)
#0D0E07
(13,14,7)
#000000
(0,0,0)

Tints of #5D7C43

#5D7C43
(93,124,67)
#6B8754
(107,135,84)
#799265
(121,146,101)
#879D76
(135,157,118)
#95A887
(149,168,135)
#A3B398
(163,179,152)
#B1BEA9
(177,190,169)
#BFC9BA
(191,201,186)
#CDD4CB
(205,212,203)
#DBDFDC
(219,223,220)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7C43 color. Also use rgb(93,124,67) instead hex code.

Text Font Color

.myTextColor { color: #5D7C43; }

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

This text font color is #5D7C43.


Background Color

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

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

This div background color is #5D7C43.


Border color

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

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

This div border color is #5D7C43.


Opacity

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

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

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

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

This text has shadow with #5D7C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7C43 on black background.


Color preview on white background

This text has color #5D7C43 on white background.



Black color preview on #5D7C43 background

This text has black color on #5D7C43 background.


White color preview on #5D7C43 background

This text has white color on #5D7C43 background.