COLOR #825073

HEX: #825073
RGB: (130,80,115)

Renk bilgisi

#825073 contains red, green and blue colors in about the same proportion. #825073 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#825073 color RGB value is (130,80,115).

  • kırmız ton 130;
  • yeşil ton 80;
  • mavi ton 115.
RGB:
(130,80,115)
(51%,31%,45%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 80 of 255 = 31%
B 115 of 255 = 45%

130
80
115

R + G + B ~ 42%. #825073 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 80 + 115 = 325 (100%)
R 130 of 325 ~ 40%
G 80 of 325 ~ 24.62%
B 115 of 325 ~ 35.38%

%40
%24.62
%35.38

CMYK RENK MODELİ

#825073 rengi CMYK tonu (0,38,12,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.46%
  • sarı tonu 11.54%
  • ana renk tonu 49.02%
CMYK:
(0,38,12,49)
C0M38Y12K49 
(0%,38%,12%,49%)
(0.00/0.38/0.12/0.49)	

CMYK yüzdeleri

%0
%38.46
%11.54
%49.02

Codes

Color #825073 in popluar color models

825073
RGB13080115
HSL318°23.81%41.18%
HSB/HSV318°38.46%50.98%
CMYK0.00%38.46%11.54%
49.02%

Color #825073 in popluar number systems.

HEX825073
Decimal13080115
Binary1000001010100001110011
Octal202120163

Shades and tints

Shades of #825073

#825073
(130,80,115)
#774969
(119,73,105)
#6C425F
(108,66,95)
#613B55
(97,59,85)
#56344B
(86,52,75)
#4B2D41
(75,45,65)
#402637
(64,38,55)
#351F2D
(53,31,45)
#2A1823
(42,24,35)
#1F1119
(31,17,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #825073

#825073
(130,80,115)
#8D5F7F
(141,95,127)
#986E8B
(152,110,139)
#A37D97
(163,125,151)
#AE8CA3
(174,140,163)
#B99BAF
(185,155,175)
#C4AABB
(196,170,187)
#CFB9C7
(207,185,199)
#DAC8D3
(218,200,211)
#E5D7DF
(229,215,223)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825073 color. Also use rgb(130,80,115) instead hex code.

Text Font Color

.myTextColor { color: #825073; }

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

This text font color is #825073.


Background Color

.myBgColor { background-color: #825073; }

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

This div background color is #825073.


Border color

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

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

This div border color is #825073.


Opacity

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

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

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

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

This text has shadow with #825073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825073 on black background.


Color preview on white background

This text has color #825073 on white background.



Black color preview on #825073 background

This text has black color on #825073 background.


White color preview on #825073 background

This text has white color on #825073 background.