COLOR #503B35

HEX: #503B35
RGB: (80,59,53)

Renk bilgisi

#503B35 contains red, green and blue colors in about the same proportion. #503B35 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#503B35 color RGB value is (80,59,53).

  • kırmız ton 80;
  • yeşil ton 59;
  • mavi ton 53.
RGB:
(80,59,53)
(31%,23%,21%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 59 of 255 = 23%
B 53 of 255 = 21%

80
59
53

R + G + B ~ 25%. #503B35 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 59 + 53 = 192 (100%)
R 80 of 192 ~ 41.67%
G 59 of 192 ~ 30.73%
B 53 of 192 ~ 27.6%

%41.67
%30.73
%27.6

CMYK RENK MODELİ

#503B35 rengi CMYK tonu (0,26,34,69).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.25%
  • sarı tonu 33.75%
  • ana renk tonu 68.63%
CMYK:
(0,26,34,69)
C0M26Y34K69 
(0%,26%,34%,69%)
(0.00/0.26/0.34/0.69)	

CMYK yüzdeleri

%0
%26.25
%33.75
%68.63

Codes

Color #503B35 in popluar color models

503B35
RGB805953
HSL13°20.30%26.08%
HSB/HSV13°33.75%31.37%
CMYK0.00%26.25%33.75%
68.63%

Color #503B35 in popluar number systems.

HEX503B35
Decimal805953
Binary1010000111011110101
Octal1207365

Shades and tints

Shades of #503B35

#503B35
(80,59,53)
#493631
(73,54,49)
#42312D
(66,49,45)
#3B2C29
(59,44,41)
#342725
(52,39,37)
#2D2221
(45,34,33)
#261D1D
(38,29,29)
#1F1819
(31,24,25)
#181315
(24,19,21)
#110E11
(17,14,17)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #503B35

#503B35
(80,59,53)
#5F4C47
(95,76,71)
#6E5D59
(110,93,89)
#7D6E6B
(125,110,107)
#8C7F7D
(140,127,125)
#9B908F
(155,144,143)
#AAA1A1
(170,161,161)
#B9B2B3
(185,178,179)
#C8C3C5
(200,195,197)
#D7D4D7
(215,212,215)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B35 color. Also use rgb(80,59,53) instead hex code.

Text Font Color

.myTextColor { color: #503B35; }

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

This text font color is #503B35.


Background Color

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

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

This div background color is #503B35.


Border color

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

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

This div border color is #503B35.


Opacity

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

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

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

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

This text has shadow with #503B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B35 on black background.


Color preview on white background

This text has color #503B35 on white background.



Black color preview on #503B35 background

This text has black color on #503B35 background.


White color preview on #503B35 background

This text has white color on #503B35 background.