COLOR #481D65

HEX: #481D65
RGB: (72,29,101)

Renk bilgisi

#481D65 contains mainly red and blue colors. #481D65 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#481D65 color RGB value is (72,29,101).

  • kırmız ton 72;
  • yeşil ton 29;
  • mavi ton 101.
RGB:
(72,29,101)
(28%,11%,40%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 29 of 255 = 11%
B 101 of 255 = 40%

72
29
101

R + G + B ~ 26%. #481D65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 29 + 101 = 202 (100%)
R 72 of 202 ~ 35.64%
G 29 of 202 ~ 14.36%
B 101 of 202 ~ 50%

%35.64
%14.36
%50

CMYK RENK MODELİ

#481D65 rengi CMYK tonu (29,71,0,60).

  • camgöbeği tonu 28.71%
  • eflatun tonu 71.29%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(29,71,0,60)
C29M71Y0K60 
(29%,71%,0%,60%)
(0.29/0.71/0.00/0.60)	

CMYK yüzdeleri

%28.71
%71.29
%0
%60.39

Codes

Color #481D65 in popluar color models

481D65
RGB7229101
HSL276°55.38%25.49%
HSB/HSV276°71.29%39.61%
CMYK28.71%71.29%0.00%
60.39%

Color #481D65 in popluar number systems.

HEX481D65
Decimal7229101
Binary1001000111011100101
Octal11035145

Shades and tints

Shades of #481D65

#481D65
(72,29,101)
#421B5C
(66,27,92)
#3C1953
(60,25,83)
#36174A
(54,23,74)
#301541
(48,21,65)
#2A1338
(42,19,56)
#24112F
(36,17,47)
#1E0F26
(30,15,38)
#180D1D
(24,13,29)
#120B14
(18,11,20)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #481D65

#481D65
(72,29,101)
#583173
(88,49,115)
#684581
(104,69,129)
#78598F
(120,89,143)
#886D9D
(136,109,157)
#9881AB
(152,129,171)
#A895B9
(168,149,185)
#B8A9C7
(184,169,199)
#C8BDD5
(200,189,213)
#D8D1E3
(216,209,227)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481D65 color. Also use rgb(72,29,101) instead hex code.

Text Font Color

.myTextColor { color: #481D65; }

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

This text font color is #481D65.


Background Color

.myBgColor { background-color: #481D65; }

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

This div background color is #481D65.


Border color

.myBorderColor { border: 1px solid #481D65; }

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

This div border color is #481D65.


Opacity

.myOpacity80 { color: #481D65; opacity: 0.8; }

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

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

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

This text has shadow with #481D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D65 on black background.


Color preview on white background

This text has color #481D65 on white background.



Black color preview on #481D65 background

This text has black color on #481D65 background.


White color preview on #481D65 background

This text has white color on #481D65 background.