COLOR #441D13

HEX: #441D13
RGB: (68,29,19)

Renk bilgisi

#441D13 contains red, green and blue colors in about the same proportion. #441D13 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#441D13 color RGB value is (68,29,19).

  • kırmız ton 68;
  • yeşil ton 29;
  • mavi ton 19.
RGB:
(68,29,19)
(27%,11%,7%)

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 29 of 255 = 11%
B 19 of 255 = 7%

68
29
19

R + G + B ~ 15%. #441D13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 29 + 19 = 116 (100%)
R 68 of 116 ~ 58.62%
G 29 of 116 ~ 25%
B 19 of 116 ~ 16.38%

%58.62
%25
%16.38

CMYK RENK MODELİ

#441D13 rengi CMYK tonu (0,57,72,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.35%
  • sarı tonu 72.06%
  • ana renk tonu 73.33%
CMYK:
(0,57,72,73)
C0M57Y72K73 
(0%,57%,72%,73%)
(0.00/0.57/0.72/0.73)	

CMYK yüzdeleri

%0
%57.35
%72.06
%73.33

Codes

Color #441D13 in popluar color models

441D13
RGB682919
HSL12°56.32%17.06%
HSB/HSV12°72.06%26.67%
CMYK0.00%57.35%72.06%
73.33%

Color #441D13 in popluar number systems.

HEX441D13
Decimal682919
Binary10001001110110011
Octal1043523

Shades and tints

Shades of #441D13

#441D13
(68,29,19)
#3E1B12
(62,27,18)
#381911
(56,25,17)
#321710
(50,23,16)
#2C150F
(44,21,15)
#26130E
(38,19,14)
#20110D
(32,17,13)
#1A0F0C
(26,15,12)
#140D0B
(20,13,11)
#0E0B0A
(14,11,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #441D13

#441D13
(68,29,19)
#553128
(85,49,40)
#66453D
(102,69,61)
#775952
(119,89,82)
#886D67
(136,109,103)
#99817C
(153,129,124)
#AA9591
(170,149,145)
#BBA9A6
(187,169,166)
#CCBDBB
(204,189,187)
#DDD1D0
(221,209,208)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #441D13 color. Also use rgb(68,29,19) instead hex code.

Text Font Color

.myTextColor { color: #441D13; }

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

This text font color is #441D13.


Background Color

.myBgColor { background-color: #441D13; }

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

This div background color is #441D13.


Border color

.myBorderColor { border: 1px solid #441D13; }

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

This div border color is #441D13.


Opacity

.myOpacity80 { color: #441D13; opacity: 0.8; }

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

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

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

This text has shadow with #441D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D13 on black background.


Color preview on white background

This text has color #441D13 on white background.



Black color preview on #441D13 background

This text has black color on #441D13 background.


White color preview on #441D13 background

This text has white color on #441D13 background.