COLOR #53380B

HEX: #53380B
RGB: (83,56,11)

Color info

#53380B contains mainly red and green colors. Web safe color of #53380B is #663300 (or #630).

RGB color model

#53380B color RGB value is (83,56,11).

  • red value is 83;
  • green value is 56;
  • blue value is 11.
RGB:
(83,56,11)
(33%,22%,4%)

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 11 of 255 = 4%

83
56
11

R + G + B ~ 20%. #53380B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 11 = 150 (100%)
R 83 of 150 ~ 55.33%
G 56 of 150 ~ 37.33%
B 11 of 150 ~ 7.33%

%55.33
%37.33

CMYK color model

#53380B color CMYK value is (0,33,87,67).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 86.75%
  • key color value is 67.45%
CMYK:
(0,33,87,67)
C0M33Y87K67 
(0%,33%,87%,67%)
(0.00/0.33/0.87/0.67)	

CMYK percentages

%0
%32.53
%86.75
%67.45

Codes

Color #53380B in popluar color models

53380B
RGB835611
HSL38°76.60%18.43%
HSB/HSV38°86.75%32.55%
CMYK0.00%32.53%86.75%
67.45%

Color #53380B in popluar number systems.

HEX53380B
Decimal835611
Binary10100111110001011
Octal1237013

Shades and tints

Shades of #53380B

#53380B
(83,56,11)
#4C330A
(76,51,10)
#452E09
(69,46,9)
#3E2908
(62,41,8)
#372407
(55,36,7)
#301F06
(48,31,6)
#291A05
(41,26,5)
#221504
(34,21,4)
#1B1003
(27,16,3)
#140B02
(20,11,2)
#0D0601
(13,6,1)
#000000
(0,0,0)

Tints of #53380B

#53380B
(83,56,11)
#624A21
(98,74,33)
#715C37
(113,92,55)
#806E4D
(128,110,77)
#8F8063
(143,128,99)
#9E9279
(158,146,121)
#ADA48F
(173,164,143)
#BCB6A5
(188,182,165)
#CBC8BB
(203,200,187)
#DADAD1
(218,218,209)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53380B color. Also use rgb(83,56,11) instead hex code.

Text Font Color

.myTextColor { color: #53380B; }

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

This text font color is #53380B.


Background Color

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

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

This div background color is #53380B.


Border color

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

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

This div border color is #53380B.


Opacity

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

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

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

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

This text has shadow with #53380B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53380B on black background.


Color preview on white background

This text has color #53380B on white background.



Black color preview on #53380B background

This text has black color on #53380B background.


White color preview on #53380B background

This text has white color on #53380B background.