COLOR #752521

HEX: #752521
RGB: (117,37,33)

Renk bilgisi

#752521 contains mainly red color. #752521 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#752521 color RGB value is (117,37,33).

  • kırmız ton 117;
  • yeşil ton 37;
  • mavi ton 33.
RGB:
(117,37,33)
(46%,15%,13%)

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 37 of 255 = 15%
B 33 of 255 = 13%

117
37
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 37 + 33 = 187 (100%)
R 117 of 187 ~ 62.57%
G 37 of 187 ~ 19.79%
B 33 of 187 ~ 17.65%

%62.57
%19.79
%17.65

CMYK RENK MODELİ

#752521 rengi CMYK tonu (0,68,72,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 68.38%
  • sarı tonu 71.79%
  • ana renk tonu 54.12%
CMYK:
(0,68,72,54)
C0M68Y72K54 
(0%,68%,72%,54%)
(0.00/0.68/0.72/0.54)	

CMYK yüzdeleri

%0
%68.38
%71.79
%54.12

Codes

Color #752521 in popluar color models

752521
RGB1173733
HSL56.00%29.41%
HSB/HSV71.79%45.88%
CMYK0.00%68.38%71.79%
54.12%

Color #752521 in popluar number systems.

HEX752521
Decimal1173733
Binary1110101100101100001
Octal1654541

Shades and tints

Shades of #752521

#752521
(117,37,33)
#6B221E
(107,34,30)
#611F1B
(97,31,27)
#571C18
(87,28,24)
#4D1915
(77,25,21)
#431612
(67,22,18)
#39130F
(57,19,15)
#2F100C
(47,16,12)
#250D09
(37,13,9)
#1B0A06
(27,10,6)
#110703
(17,7,3)
#000000
(0,0,0)

Tints of #752521

#752521
(117,37,33)
#813835
(129,56,53)
#8D4B49
(141,75,73)
#995E5D
(153,94,93)
#A57171
(165,113,113)
#B18485
(177,132,133)
#BD9799
(189,151,153)
#C9AAAD
(201,170,173)
#D5BDC1
(213,189,193)
#E1D0D5
(225,208,213)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752521 color. Also use rgb(117,37,33) instead hex code.

Text Font Color

.myTextColor { color: #752521; }

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

This text font color is #752521.


Background Color

.myBgColor { background-color: #752521; }

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

This div background color is #752521.


Border color

.myBorderColor { border: 1px solid #752521; }

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

This div border color is #752521.


Opacity

.myOpacity80 { color: #752521; opacity: 0.8; }

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

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

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

This text has shadow with #752521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752521 on black background.


Color preview on white background

This text has color #752521 on white background.



Black color preview on #752521 background

This text has black color on #752521 background.


White color preview on #752521 background

This text has white color on #752521 background.