COLOR #53835B

HEX: #53835B
RGB: (83,131,91)

Color info

#53835B contains red, green and blue colors in about the same proportion. Web safe color of #53835B is #669966 (or #696).

RGB color model

#53835B color RGB value is (83,131,91).

  • red value is 83;
  • green value is 131;
  • blue value is 91.
RGB:
(83,131,91)
(33%,51%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 131 of 255 = 51%
B 91 of 255 = 36%

83
131
91

R + G + B ~ 40%. #53835B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 131 + 91 = 305 (100%)
R 83 of 305 ~ 27.21%
G 131 of 305 ~ 42.95%
B 91 of 305 ~ 29.84%

%27.21
%42.95
%29.84

CMYK color model

#53835B color CMYK value is (37,0,31,49).

  • cyan value is 36.64%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(37,0,31,49)
C37M0Y31K49 
(37%,0%,31%,49%)
(0.37/0.00/0.31/0.49)	

CMYK percentages

%36.64
%0
%30.53
%48.63

Codes

Color #53835B in popluar color models

53835B
RGB8313191
HSL130°22.43%41.96%
HSB/HSV130°36.64%51.37%
CMYK36.64%0.00%30.53%
48.63%

Color #53835B in popluar number systems.

HEX53835B
Decimal8313191
Binary1010011100000111011011
Octal123203133

Shades and tints

Shades of #53835B

#53835B
(83,131,91)
#4C7853
(76,120,83)
#456D4B
(69,109,75)
#3E6243
(62,98,67)
#37573B
(55,87,59)
#304C33
(48,76,51)
#29412B
(41,65,43)
#223623
(34,54,35)
#1B2B1B
(27,43,27)
#142013
(20,32,19)
#0D150B
(13,21,11)
#000000
(0,0,0)

Tints of #53835B

#53835B
(83,131,91)
#628E69
(98,142,105)
#719977
(113,153,119)
#80A485
(128,164,133)
#8FAF93
(143,175,147)
#9EBAA1
(158,186,161)
#ADC5AF
(173,197,175)
#BCD0BD
(188,208,189)
#CBDBCB
(203,219,203)
#DAE6D9
(218,230,217)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53835B color. Also use rgb(83,131,91) instead hex code.

Text Font Color

.myTextColor { color: #53835B; }

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

This text font color is #53835B.


Background Color

.myBgColor { background-color: #53835B; }

<div style="background-color:#53835B">Inner text</div>

This div background color is #53835B.


Border color

.myBorderColor { border: 1px solid #53835B; }

<div style="border:3px solid #53835B">Div</div>

This div border color is #53835B.


Opacity

.myOpacity80 { color: #53835B; opacity: 0.8; }

<p style="color:#53835B;opacity:0.8;">80%</p>

Text with #53835B 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 #53835B;}

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

This text has shadow with #53835B color.

.textShadow {text-shadow: 3px 3px 1px #53835B, 3px 3px 1px red;}

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

This text has shadow with #53835B primary color and red secondary color.


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

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

This text has shadow with #53835B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53835B on black background.


Color preview on white background

This text has color #53835B on white background.



Black color preview on #53835B background

This text has black color on #53835B background.


White color preview on #53835B background

This text has white color on #53835B background.