COLOR #53250B

HEX: #53250B
RGB: (83,37,11)

Color info

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

RGB color model

#53250B color RGB value is (83,37,11).

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

RGB channels and saturation

R 83 of 255 = 33%
G 37 of 255 = 15%
B 11 of 255 = 4%

83
37
11

R + G + B ~ 17%. #53250B is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 37 + 11 = 131 (100%)
R 83 of 131 ~ 63.36%
G 37 of 131 ~ 28.24%
B 11 of 131 ~ 8.4%

%63.36
%28.24

CMYK color model

#53250B color CMYK value is (0,55,87,67).

  • cyan value is 0.00%
  • magenta value is 55.42%
  • yellow value is 86.75%
  • key color value is 67.45%
CMYK:
(0,55,87,67)
C0M55Y87K67 
(0%,55%,87%,67%)
(0.00/0.55/0.87/0.67)	

CMYK percentages

%0
%55.42
%86.75
%67.45

Codes

Color #53250B in popluar color models

53250B
RGB833711
HSL22°76.60%18.43%
HSB/HSV22°86.75%32.55%
CMYK0.00%55.42%86.75%
67.45%

Color #53250B in popluar number systems.

HEX53250B
Decimal833711
Binary10100111001011011
Octal1234513

Shades and tints

Shades of #53250B

#53250B
(83,37,11)
#4C220A
(76,34,10)
#451F09
(69,31,9)
#3E1C08
(62,28,8)
#371907
(55,25,7)
#301606
(48,22,6)
#291305
(41,19,5)
#221004
(34,16,4)
#1B0D03
(27,13,3)
#140A02
(20,10,2)
#0D0701
(13,7,1)
#000000
(0,0,0)

Tints of #53250B

#53250B
(83,37,11)
#623821
(98,56,33)
#714B37
(113,75,55)
#805E4D
(128,94,77)
#8F7163
(143,113,99)
#9E8479
(158,132,121)
#AD978F
(173,151,143)
#BCAAA5
(188,170,165)
#CBBDBB
(203,189,187)
#DAD0D1
(218,208,209)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53250B; }

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

This text font color is #53250B.


Background Color

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

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

This div background color is #53250B.


Border color

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

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

This div border color is #53250B.


Opacity

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

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

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

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

This text has shadow with #53250B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53250B on black background.


Color preview on white background

This text has color #53250B on white background.



Black color preview on #53250B background

This text has black color on #53250B background.


White color preview on #53250B background

This text has white color on #53250B background.