COLOR #73377D

HEX: #73377D
RGB: (115,55,125)

Renk bilgisi

#73377D contains mainly red and blue colors. #73377D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#73377D color RGB value is (115,55,125).

  • kırmız ton 115;
  • yeşil ton 55;
  • mavi ton 125.
RGB:
(115,55,125)
(45%,22%,49%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 55 of 255 = 22%
B 125 of 255 = 49%

115
55
125

R + G + B ~ 39%. #73377D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 55 + 125 = 295 (100%)
R 115 of 295 ~ 38.98%
G 55 of 295 ~ 18.64%
B 125 of 295 ~ 42.37%

%38.98
%18.64
%42.37

CMYK RENK MODELİ

#73377D rengi CMYK tonu (8,56,0,51).

  • camgöbeği tonu 8.00%
  • eflatun tonu 56.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(8,56,0,51)
C8M56Y0K51 
(8%,56%,0%,51%)
(0.08/0.56/0.00/0.51)	

CMYK yüzdeleri

%8
%56
%0
%50.98

Codes

Color #73377D in popluar color models

73377D
RGB11555125
HSL291°38.89%35.29%
HSB/HSV291°56.00%49.02%
CMYK8.00%56.00%0.00%
50.98%

Color #73377D in popluar number systems.

HEX73377D
Decimal11555125
Binary11100111101111111101
Octal16367175

Shades and tints

Shades of #73377D

#73377D
(115,55,125)
#693272
(105,50,114)
#5F2D67
(95,45,103)
#55285C
(85,40,92)
#4B2351
(75,35,81)
#411E46
(65,30,70)
#37193B
(55,25,59)
#2D1430
(45,20,48)
#230F25
(35,15,37)
#190A1A
(25,10,26)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #73377D

#73377D
(115,55,125)
#7F4988
(127,73,136)
#8B5B93
(139,91,147)
#976D9E
(151,109,158)
#A37FA9
(163,127,169)
#AF91B4
(175,145,180)
#BBA3BF
(187,163,191)
#C7B5CA
(199,181,202)
#D3C7D5
(211,199,213)
#DFD9E0
(223,217,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73377D color. Also use rgb(115,55,125) instead hex code.

Text Font Color

.myTextColor { color: #73377D; }

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

This text font color is #73377D.


Background Color

.myBgColor { background-color: #73377D; }

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

This div background color is #73377D.


Border color

.myBorderColor { border: 1px solid #73377D; }

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

This div border color is #73377D.


Opacity

.myOpacity80 { color: #73377D; opacity: 0.8; }

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

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

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

This text has shadow with #73377D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73377D on black background.


Color preview on white background

This text has color #73377D on white background.



Black color preview on #73377D background

This text has black color on #73377D background.


White color preview on #73377D background

This text has white color on #73377D background.