COLOR #481D40

HEX: #481D40
RGB: (72,29,64)

Renk bilgisi

#481D40 contains red, green and blue colors in about the same proportion. #481D40 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#481D40 color RGB value is (72,29,64).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 29 of 255 = 11%
B 64 of 255 = 25%

72
29
64

R + G + B ~ 21%. #481D40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 29 + 64 = 165 (100%)
R 72 of 165 ~ 43.64%
G 29 of 165 ~ 17.58%
B 64 of 165 ~ 38.79%

%43.64
%17.58
%38.79

CMYK RENK MODELİ

#481D40 rengi CMYK tonu (0,60,11,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.72%
  • sarı tonu 11.11%
  • ana renk tonu 71.76%
CMYK:
(0,60,11,72)
C0M60Y11K72 
(0%,60%,11%,72%)
(0.00/0.60/0.11/0.72)	

CMYK yüzdeleri

%0
%59.72
%11.11
%71.76

Codes

Color #481D40 in popluar color models

481D40
RGB722964
HSL311°42.57%19.80%
HSB/HSV311°59.72%28.24%
CMYK0.00%59.72%11.11%
71.76%

Color #481D40 in popluar number systems.

HEX481D40
Decimal722964
Binary1001000111011000000
Octal11035100

Shades and tints

Shades of #481D40

#481D40
(72,29,64)
#421B3B
(66,27,59)
#3C1936
(60,25,54)
#361731
(54,23,49)
#30152C
(48,21,44)
#2A1327
(42,19,39)
#241122
(36,17,34)
#1E0F1D
(30,15,29)
#180D18
(24,13,24)
#120B13
(18,11,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #481D40

#481D40
(72,29,64)
#583151
(88,49,81)
#684562
(104,69,98)
#785973
(120,89,115)
#886D84
(136,109,132)
#988195
(152,129,149)
#A895A6
(168,149,166)
#B8A9B7
(184,169,183)
#C8BDC8
(200,189,200)
#D8D1D9
(216,209,217)
#E8E5EA
(232,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481D40; }

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

This text font color is #481D40.


Background Color

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

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

This div background color is #481D40.


Border color

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

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

This div border color is #481D40.


Opacity

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

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

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

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

This text has shadow with #481D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D40 on black background.


Color preview on white background

This text has color #481D40 on white background.



Black color preview on #481D40 background

This text has black color on #481D40 background.


White color preview on #481D40 background

This text has white color on #481D40 background.