COLOR #5D734B

HEX: #5D734B
RGB: (93,115,75)

Color info

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

RGB color model

#5D734B color RGB value is (93,115,75).

  • red value is 93;
  • green value is 115;
  • blue value is 75.
RGB:
(93,115,75)
(36%,45%,29%)

RGB channels and saturation

R 93 of 255 = 36%
G 115 of 255 = 45%
B 75 of 255 = 29%

93
115
75

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

Portions of RGB colors in percentages

R + G + B =
93 + 115 + 75 = 283 (100%)
R 93 of 283 ~ 32.86%
G 115 of 283 ~ 40.64%
B 75 of 283 ~ 26.5%

%32.86
%40.64
%26.5

CMYK color model

#5D734B color CMYK value is (19,0,35,55).

  • cyan value is 19.13%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 54.90%
CMYK:
(19,0,35,55)
C19M0Y35K55 
(19%,0%,35%,55%)
(0.19/0.00/0.35/0.55)	

CMYK percentages

%19.13
%0
%34.78
%54.9

Codes

Color #5D734B in popluar color models

5D734B
RGB9311575
HSL93°21.05%37.25%
HSB/HSV93°34.78%45.10%
CMYK19.13%0.00%34.78%
54.90%

Color #5D734B in popluar number systems.

HEX5D734B
Decimal9311575
Binary101110111100111001011
Octal135163113

Shades and tints

Shades of #5D734B

#5D734B
(93,115,75)
#556945
(85,105,69)
#4D5F3F
(77,95,63)
#455539
(69,85,57)
#3D4B33
(61,75,51)
#35412D
(53,65,45)
#2D3727
(45,55,39)
#252D21
(37,45,33)
#1D231B
(29,35,27)
#151915
(21,25,21)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #5D734B

#5D734B
(93,115,75)
#6B7F5B
(107,127,91)
#798B6B
(121,139,107)
#87977B
(135,151,123)
#95A38B
(149,163,139)
#A3AF9B
(163,175,155)
#B1BBAB
(177,187,171)
#BFC7BB
(191,199,187)
#CDD3CB
(205,211,203)
#DBDFDB
(219,223,219)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D734B color. Also use rgb(93,115,75) instead hex code.

Text Font Color

.myTextColor { color: #5D734B; }

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

This text font color is #5D734B.


Background Color

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

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

This div background color is #5D734B.


Border color

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

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

This div border color is #5D734B.


Opacity

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

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

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

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

This text has shadow with #5D734B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D734B on black background.


Color preview on white background

This text has color #5D734B on white background.



Black color preview on #5D734B background

This text has black color on #5D734B background.


White color preview on #5D734B background

This text has white color on #5D734B background.