COLOR #53785D

HEX: #53785D
RGB: (83,120,93)

Color info

#53785D contains red, green and blue colors in about the same proportion. Web safe color of #53785D is #666666 (or #666).

RGB color model

#53785D color RGB value is (83,120,93).

  • red value is 83;
  • green value is 120;
  • blue value is 93.
RGB:
(83,120,93)
(33%,47%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 120 of 255 = 47%
B 93 of 255 = 36%

83
120
93

R + G + B ~ 39%. #53785D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 120 + 93 = 296 (100%)
R 83 of 296 ~ 28.04%
G 120 of 296 ~ 40.54%
B 93 of 296 ~ 31.42%

%28.04
%40.54
%31.42

CMYK color model

#53785D color CMYK value is (31,0,23,53).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(31,0,23,53)
C31M0Y23K53 
(31%,0%,23%,53%)
(0.31/0.00/0.23/0.53)	

CMYK percentages

%30.83
%0
%22.5
%52.94

Codes

Color #53785D in popluar color models

53785D
RGB8312093
HSL136°18.23%39.80%
HSB/HSV136°30.83%47.06%
CMYK30.83%0.00%22.50%
52.94%

Color #53785D in popluar number systems.

HEX53785D
Decimal8312093
Binary101001111110001011101
Octal123170135

Shades and tints

Shades of #53785D

#53785D
(83,120,93)
#4C6E55
(76,110,85)
#45644D
(69,100,77)
#3E5A45
(62,90,69)
#37503D
(55,80,61)
#304635
(48,70,53)
#293C2D
(41,60,45)
#223225
(34,50,37)
#1B281D
(27,40,29)
#141E15
(20,30,21)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #53785D

#53785D
(83,120,93)
#62846B
(98,132,107)
#719079
(113,144,121)
#809C87
(128,156,135)
#8FA895
(143,168,149)
#9EB4A3
(158,180,163)
#ADC0B1
(173,192,177)
#BCCCBF
(188,204,191)
#CBD8CD
(203,216,205)
#DAE4DB
(218,228,219)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53785D color. Also use rgb(83,120,93) instead hex code.

Text Font Color

.myTextColor { color: #53785D; }

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

This text font color is #53785D.


Background Color

.myBgColor { background-color: #53785D; }

<div style="background-color:#53785D">Inner text</div>

This div background color is #53785D.


Border color

.myBorderColor { border: 1px solid #53785D; }

<div style="border:3px solid #53785D">Div</div>

This div border color is #53785D.


Opacity

.myOpacity80 { color: #53785D; opacity: 0.8; }

<p style="color:#53785D;opacity:0.8;">80%</p>

Text with #53785D 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 #53785D;}

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

This text has shadow with #53785D color.

.textShadow {text-shadow: 3px 3px 1px #53785D, 3px 3px 1px red;}

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

This text has shadow with #53785D primary color and red secondary color.


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

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

This text has shadow with #53785D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53785D on black background.


Color preview on white background

This text has color #53785D on white background.



Black color preview on #53785D background

This text has black color on #53785D background.


White color preview on #53785D background

This text has white color on #53785D background.