COLOR #53883B

HEX: #53883B
RGB: (83,136,59)

Color info

#53883B contains mainly red and green colors. Web safe color of #53883B is #669933 (or #693).

RGB color model

#53883B color RGB value is (83,136,59).

  • red value is 83;
  • green value is 136;
  • blue value is 59.
RGB:
(83,136,59)
(33%,53%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 59 of 255 = 23%

83
136
59

R + G + B ~ 36%. #53883B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 59 = 278 (100%)
R 83 of 278 ~ 29.86%
G 136 of 278 ~ 48.92%
B 59 of 278 ~ 21.22%

%29.86
%48.92
%21.22

CMYK color model

#53883B color CMYK value is (39,0,57,47).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 56.62%
  • key color value is 46.67%
CMYK:
(39,0,57,47)
C39M0Y57K47 
(39%,0%,57%,47%)
(0.39/0.00/0.57/0.47)	

CMYK percentages

%38.97
%0
%56.62
%46.67

Codes

Color #53883B in popluar color models

53883B
RGB8313659
HSL101°39.49%38.24%
HSB/HSV101°56.62%53.33%
CMYK38.97%0.00%56.62%
46.67%

Color #53883B in popluar number systems.

HEX53883B
Decimal8313659
Binary101001110001000111011
Octal12321073

Shades and tints

Shades of #53883B

#53883B
(83,136,59)
#4C7C36
(76,124,54)
#457031
(69,112,49)
#3E642C
(62,100,44)
#375827
(55,88,39)
#304C22
(48,76,34)
#29401D
(41,64,29)
#223418
(34,52,24)
#1B2813
(27,40,19)
#141C0E
(20,28,14)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #53883B

#53883B
(83,136,59)
#62924C
(98,146,76)
#719C5D
(113,156,93)
#80A66E
(128,166,110)
#8FB07F
(143,176,127)
#9EBA90
(158,186,144)
#ADC4A1
(173,196,161)
#BCCEB2
(188,206,178)
#CBD8C3
(203,216,195)
#DAE2D4
(218,226,212)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53883B color. Also use rgb(83,136,59) instead hex code.

Text Font Color

.myTextColor { color: #53883B; }

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

This text font color is #53883B.


Background Color

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

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

This div background color is #53883B.


Border color

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

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

This div border color is #53883B.


Opacity

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

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

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

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

This text has shadow with #53883B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53883B on black background.


Color preview on white background

This text has color #53883B on white background.



Black color preview on #53883B background

This text has black color on #53883B background.


White color preview on #53883B background

This text has white color on #53883B background.