COLOR #53845D

HEX: #53845D RGB: (83,132,93)

Color info

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

RGB color model

#53845D color RGB value is (83,132,93).

RGB: (83,132,93) (33%, 52%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 132 of 255 = 52%
B 93 of 255 = 36%

83
132
93

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

Portions of RGB colors in percentages

R + G + B = 83 + 132 + 93 = 308 (100%)
R 83 of 308 ~ 26.95%
G 132 of 308 ~ 42.86%
B 93 of 308 ~ 30.19'%

%26.95
%42.86
%30.19

CMYK color model

#53845D color CMYK value is (37,0,30,48).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 48.24%
CMYK: (37,0,30,48) C37M0Y30K48 (37%,0%,30%,48%) (0.37/0.00/0.30/0.48) 

CMYK percentages

%37.12
%0
%29.55
%48.24

Codes

Color #53845D in popluar color models

53 84 5D
RGB 83 132 93
HSL 132° 22.79% 42.16%
HSB/HSV 132° 37.12% 51.76%
CMYK 37.12% 0.00% 29.55%
48.24%

Color #53845D in popluar number systems.

HEX 53 84 5D
Decimal 83 132 93
Binary 1010011 10000100 1011101
Octal 123 204 135

Shades and tints

Shades of #53845D

#53845D
(83,132,93)
#4C7855
(76,120,85)
#456C4D
(69,108,77)
#3E6045
(62,96,69)
#37543D
(55,84,61)
#304835
(48,72,53)
#293C2D
(41,60,45)
#223025
(34,48,37)
#1B241D
(27,36,29)
#141815
(20,24,21)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #53845D

#53845D
(83,132,93)
#628F6B
(98,143,107)
#719A79
(113,154,121)
#80A587
(128,165,135)
#8FB095
(143,176,149)
#9EBBA3
(158,187,163)
#ADC6B1
(173,198,177)
#BCD1BF
(188,209,191)
#CBDCCD
(203,220,205)
#DAE7DB
(218,231,219)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53845D; }

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

This text font color is #53845D.

Background Color

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

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

This div background color is #53845D.

Border color

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

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

This div border color is #53845D.

Opacity

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

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

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

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

This text has shadow with #53845D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53845D.

Preview

Color preview on black background

This text has color #53845D on black background.


Color preview on white background

This text has color #53845D on white background.


Black color preview on #53845D background

This text has black color on #53845D background.


White color preview on #53845D background

This text has white color on #53845D background.


Related colors

Complementary color

Complementary color for #hex is #AC7BA2.


I love getcolorcode.com

Triadic colors

1 #5D5384 and #845D53 with #53845D are triadic colors.

2 #5D8453 and #84535D with #53845D are triadic colors.