COLOR #441D00

HEX: #441D00
RGB: (68,29,0)

Renk bilgisi

#441D00 contains only red and green colors. #441D00 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#441D00 color RGB value is (68,29,0).

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

RGB bağlantıları ve doygunluk

R 68 of 255 = 27%
G 29 of 255 = 11%
B 0 of 255 = 0%

68
29
0

R + G + B ~ 13%. #441D00 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
68 + 29 + 0 = 97 (100%)
R 68 of 97 ~ 70.1%
G 29 of 97 ~ 29.9%
B 0 of 97 ~ 0%

%70.1
%29.9

CMYK RENK MODELİ

#441D00 rengi CMYK tonu (0,57,100,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.35%
  • sarı tonu 100.00%
  • ana renk tonu 73.33%
CMYK:
(0,57,100,73)
C0M57Y100K73 
(0%,57%,100%,73%)
(0.00/0.57/1.00/0.73)	

CMYK yüzdeleri

%0
%57.35
%100
%73.33

Codes

Color #441D00 in popluar color models

441D00
RGB68290
HSL26°100.00%13.33%
HSB/HSV26°100.00%26.67%
CMYK0.00%57.35%100.00%
73.33%

Color #441D00 in popluar number systems.

HEX441D00
Decimal68290
Binary1000100111010
Octal104350

Shades and tints

Shades of #441D00

#441D00
(68,29,0)
#3E1B00
(62,27,0)
#381900
(56,25,0)
#321700
(50,23,0)
#2C1500
(44,21,0)
#261300
(38,19,0)
#201100
(32,17,0)
#1A0F00
(26,15,0)
#140D00
(20,13,0)
#0E0B00
(14,11,0)
#080900
(8,9,0)
#000000
(0,0,0)

Tints of #441D00

#441D00
(68,29,0)
#553117
(85,49,23)
#66452E
(102,69,46)
#775945
(119,89,69)
#886D5C
(136,109,92)
#998173
(153,129,115)
#AA958A
(170,149,138)
#BBA9A1
(187,169,161)
#CCBDB8
(204,189,184)
#DDD1CF
(221,209,207)
#EEE5E6
(238,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #441D00; }

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

This text font color is #441D00.


Background Color

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

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

This div background color is #441D00.


Border color

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

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

This div border color is #441D00.


Opacity

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

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

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

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

This text has shadow with #441D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #441D00 on black background.


Color preview on white background

This text has color #441D00 on white background.



Black color preview on #441D00 background

This text has black color on #441D00 background.


White color preview on #441D00 background

This text has white color on #441D00 background.