COLOR #53834C

HEX: #53834C
RGB: (83,131,76)

Color info

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

RGB color model

#53834C color RGB value is (83,131,76).

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

RGB channels and saturation

R 83 of 255 = 33%
G 131 of 255 = 51%
B 76 of 255 = 30%

83
131
76

R + G + B ~ 38%. #53834C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 131 + 76 = 290 (100%)
R 83 of 290 ~ 28.62%
G 131 of 290 ~ 45.17%
B 76 of 290 ~ 26.21%

%28.62
%45.17
%26.21

CMYK color model

#53834C color CMYK value is (37,0,42,49).

  • cyan value is 36.64%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 48.63%
CMYK:
(37,0,42,49)
C37M0Y42K49 
(37%,0%,42%,49%)
(0.37/0.00/0.42/0.49)	

CMYK percentages

%36.64
%0
%41.98
%48.63

Codes

Color #53834C in popluar color models

53834C
RGB8313176
HSL112°26.57%40.59%
HSB/HSV112°41.98%51.37%
CMYK36.64%0.00%41.98%
48.63%

Color #53834C in popluar number systems.

HEX53834C
Decimal8313176
Binary1010011100000111001100
Octal123203114

Shades and tints

Shades of #53834C

#53834C
(83,131,76)
#4C7846
(76,120,70)
#456D40
(69,109,64)
#3E623A
(62,98,58)
#375734
(55,87,52)
#304C2E
(48,76,46)
#294128
(41,65,40)
#223622
(34,54,34)
#1B2B1C
(27,43,28)
#142016
(20,32,22)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #53834C

#53834C
(83,131,76)
#628E5C
(98,142,92)
#71996C
(113,153,108)
#80A47C
(128,164,124)
#8FAF8C
(143,175,140)
#9EBA9C
(158,186,156)
#ADC5AC
(173,197,172)
#BCD0BC
(188,208,188)
#CBDBCC
(203,219,204)
#DAE6DC
(218,230,220)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53834C color. Also use rgb(83,131,76) instead hex code.

Text Font Color

.myTextColor { color: #53834C; }

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

This text font color is #53834C.


Background Color

.myBgColor { background-color: #53834C; }

<div style="background-color:#53834C">Inner text</div>

This div background color is #53834C.


Border color

.myBorderColor { border: 1px solid #53834C; }

<div style="border:3px solid #53834C">Div</div>

This div border color is #53834C.


Opacity

.myOpacity80 { color: #53834C; opacity: 0.8; }

<p style="color:#53834C;opacity:0.8;">80%</p>

Text with #53834C 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 #53834C;}

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

This text has shadow with #53834C color.

.textShadow {text-shadow: 3px 3px 1px #53834C, 3px 3px 1px red;}

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

This text has shadow with #53834C primary color and red secondary color.


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

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

This text has shadow with #53834C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53834C on black background.


Color preview on white background

This text has color #53834C on white background.



Black color preview on #53834C background

This text has black color on #53834C background.


White color preview on #53834C background

This text has white color on #53834C background.