COLOR #5D7B43

HEX: #5D7B43
RGB: (93,123,67)

Color info

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

RGB color model

#5D7B43 color RGB value is (93,123,67).

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

RGB channels and saturation

R 93 of 255 = 36%
G 123 of 255 = 48%
B 67 of 255 = 26%

93
123
67

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

Portions of RGB colors in percentages

R + G + B =
93 + 123 + 67 = 283 (100%)
R 93 of 283 ~ 32.86%
G 123 of 283 ~ 43.46%
B 67 of 283 ~ 23.67%

%32.86
%43.46
%23.67

CMYK color model

#5D7B43 color CMYK value is (24,0,46,52).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 51.76%
CMYK:
(24,0,46,52)
C24M0Y46K52 
(24%,0%,46%,52%)
(0.24/0.00/0.46/0.52)	

CMYK percentages

%24.39
%0
%45.53
%51.76

Codes

Color #5D7B43 in popluar color models

5D7B43
RGB9312367
HSL92°29.47%37.25%
HSB/HSV92°45.53%48.24%
CMYK24.39%0.00%45.53%
51.76%

Color #5D7B43 in popluar number systems.

HEX5D7B43
Decimal9312367
Binary101110111110111000011
Octal135173103

Shades and tints

Shades of #5D7B43

#5D7B43
(93,123,67)
#55703D
(85,112,61)
#4D6537
(77,101,55)
#455A31
(69,90,49)
#3D4F2B
(61,79,43)
#354425
(53,68,37)
#2D391F
(45,57,31)
#252E19
(37,46,25)
#1D2313
(29,35,19)
#15180D
(21,24,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #5D7B43

#5D7B43
(93,123,67)
#6B8754
(107,135,84)
#799365
(121,147,101)
#879F76
(135,159,118)
#95AB87
(149,171,135)
#A3B798
(163,183,152)
#B1C3A9
(177,195,169)
#BFCFBA
(191,207,186)
#CDDBCB
(205,219,203)
#DBE7DC
(219,231,220)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7B43; }

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

This text font color is #5D7B43.


Background Color

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

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

This div background color is #5D7B43.


Border color

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

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

This div border color is #5D7B43.


Opacity

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

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

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

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

This text has shadow with #5D7B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7B43 on black background.


Color preview on white background

This text has color #5D7B43 on white background.



Black color preview on #5D7B43 background

This text has black color on #5D7B43 background.


White color preview on #5D7B43 background

This text has white color on #5D7B43 background.