COLOR #53854D

HEX: #53854D
RGB: (83,133,77)

Color info

#53854D contains red, green and blue colors in about the same proportion. Web safe color of #53854D is #669933 (or #693).

RGB color model

#53854D color RGB value is (83,133,77).

  • red value is 83;
  • green value is 133;
  • blue value is 77.
RGB:
(83,133,77)
(33%,52%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 133 of 255 = 52%
B 77 of 255 = 30%

83
133
77

R + G + B ~ 38%. #53854D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 133 + 77 = 293 (100%)
R 83 of 293 ~ 28.33%
G 133 of 293 ~ 45.39%
B 77 of 293 ~ 26.28%

%28.33
%45.39
%26.28

CMYK color model

#53854D color CMYK value is (38,0,42,48).

  • cyan value is 37.59%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 47.84%
CMYK:
(38,0,42,48)
C38M0Y42K48 
(38%,0%,42%,48%)
(0.38/0.00/0.42/0.48)	

CMYK percentages

%37.59
%0
%42.11
%47.84

Codes

Color #53854D in popluar color models

53854D
RGB8313377
HSL114°26.67%41.18%
HSB/HSV114°42.11%52.16%
CMYK37.59%0.00%42.11%
47.84%

Color #53854D in popluar number systems.

HEX53854D
Decimal8313377
Binary1010011100001011001101
Octal123205115

Shades and tints

Shades of #53854D

#53854D
(83,133,77)
#4C7946
(76,121,70)
#456D3F
(69,109,63)
#3E6138
(62,97,56)
#375531
(55,85,49)
#30492A
(48,73,42)
#293D23
(41,61,35)
#22311C
(34,49,28)
#1B2515
(27,37,21)
#14190E
(20,25,14)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #53854D

#53854D
(83,133,77)
#62905D
(98,144,93)
#719B6D
(113,155,109)
#80A67D
(128,166,125)
#8FB18D
(143,177,141)
#9EBC9D
(158,188,157)
#ADC7AD
(173,199,173)
#BCD2BD
(188,210,189)
#CBDDCD
(203,221,205)
#DAE8DD
(218,232,221)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53854D color. Also use rgb(83,133,77) instead hex code.

Text Font Color

.myTextColor { color: #53854D; }

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

This text font color is #53854D.


Background Color

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

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

This div background color is #53854D.


Border color

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

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

This div border color is #53854D.


Opacity

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

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

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

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

This text has shadow with #53854D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53854D on black background.


Color preview on white background

This text has color #53854D on white background.



Black color preview on #53854D background

This text has black color on #53854D background.


White color preview on #53854D background

This text has white color on #53854D background.