COLOR #503E25

HEX: #503E25
RGB: (80,62,37)

Color info

#503E25 contains red, green and blue colors in about the same proportion. Web safe color of #503E25 is #663333 (or #633).

RGB color model

#503E25 color RGB value is (80,62,37).

  • red value is 80;
  • green value is 62;
  • blue value is 37.
RGB:
(80,62,37)
(31%,24%,15%)

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 37 of 255 = 15%

80
62
37

R + G + B ~ 23%. #503E25 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 37 = 179 (100%)
R 80 of 179 ~ 44.69%
G 62 of 179 ~ 34.64%
B 37 of 179 ~ 20.67%

%44.69
%34.64
%20.67

CMYK color model

#503E25 color CMYK value is (0,23,54,69).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 53.75%
  • key color value is 68.63%
CMYK:
(0,23,54,69)
C0M23Y54K69 
(0%,23%,54%,69%)
(0.00/0.23/0.54/0.69)	

CMYK percentages

%0
%22.5
%53.75
%68.63

Codes

Color #503E25 in popluar color models

503E25
RGB806237
HSL35°36.75%22.94%
HSB/HSV35°53.75%31.37%
CMYK0.00%22.50%53.75%
68.63%

Color #503E25 in popluar number systems.

HEX503E25
Decimal806237
Binary1010000111110100101
Octal1207645

Shades and tints

Shades of #503E25

#503E25
(80,62,37)
#493922
(73,57,34)
#42341F
(66,52,31)
#3B2F1C
(59,47,28)
#342A19
(52,42,25)
#2D2516
(45,37,22)
#262013
(38,32,19)
#1F1B10
(31,27,16)
#18160D
(24,22,13)
#11110A
(17,17,10)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #503E25

#503E25
(80,62,37)
#5F4F38
(95,79,56)
#6E604B
(110,96,75)
#7D715E
(125,113,94)
#8C8271
(140,130,113)
#9B9384
(155,147,132)
#AAA497
(170,164,151)
#B9B5AA
(185,181,170)
#C8C6BD
(200,198,189)
#D7D7D0
(215,215,208)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503E25 color. Also use rgb(80,62,37) instead hex code.

Text Font Color

.myTextColor { color: #503E25; }

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

This text font color is #503E25.


Background Color

.myBgColor { background-color: #503E25; }

<div style="background-color:#503E25">Inner text</div>

This div background color is #503E25.


Border color

.myBorderColor { border: 1px solid #503E25; }

<div style="border:3px solid #503E25">Div</div>

This div border color is #503E25.


Opacity

.myOpacity80 { color: #503E25; opacity: 0.8; }

<p style="color:#503E25;opacity:0.8;">80%</p>

Text with #503E25 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 #503E25;}

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

This text has shadow with #503E25 color.

.textShadow {text-shadow: 3px 3px 1px #503E25, 3px 3px 1px red;}

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

This text has shadow with #503E25 primary color and red secondary color.


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

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

This text has shadow with #503E25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E25 on black background.


Color preview on white background

This text has color #503E25 on white background.



Black color preview on #503E25 background

This text has black color on #503E25 background.


White color preview on #503E25 background

This text has white color on #503E25 background.