COLOR #1D471D

HEX: #1D471D
RGB: (29,71,29)

Renk bilgisi

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

RGB renk modeli

#1D471D color RGB value is (29,71,29).

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

RGB bağlantıları ve doygunluk

R 29 of 255 = 11%
G 71 of 255 = 28%
B 29 of 255 = 11%

29
71
29

R + G + B ~ 17%. #1D471D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
29 + 71 + 29 = 129 (100%)
R 29 of 129 ~ 22.48%
G 71 of 129 ~ 55.04%
B 29 of 129 ~ 22.48%

%22.48
%55.04
%22.48

CMYK RENK MODELİ

#1D471D rengi CMYK tonu (59,0,59,72).

  • camgöbeği tonu 59.15%
  • eflatun tonu 0.00%
  • sarı tonu 59.15%
  • ana renk tonu 72.16%
CMYK:
(59,0,59,72)
C59M0Y59K72 
(59%,0%,59%,72%)
(0.59/0.00/0.59/0.72)	

CMYK yüzdeleri

%59.15
%0
%59.15
%72.16

Codes

Color #1D471D in popluar color models

1D471D
RGB297129
HSL120°42.00%19.61%
HSB/HSV120°59.15%27.84%
CMYK59.15%0.00%59.15%
72.16%

Color #1D471D in popluar number systems.

HEX1D471D
Decimal297129
Binary11101100011111101
Octal3510735

Shades and tints

Shades of #1D471D

#1D471D
(29,71,29)
#1B411B
(27,65,27)
#193B19
(25,59,25)
#173517
(23,53,23)
#152F15
(21,47,21)
#132913
(19,41,19)
#112311
(17,35,17)
#0F1D0F
(15,29,15)
#0D170D
(13,23,13)
#0B110B
(11,17,11)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D471D

#1D471D
(29,71,29)
#315731
(49,87,49)
#456745
(69,103,69)
#597759
(89,119,89)
#6D876D
(109,135,109)
#819781
(129,151,129)
#95A795
(149,167,149)
#A9B7A9
(169,183,169)
#BDC7BD
(189,199,189)
#D1D7D1
(209,215,209)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D471D color. Also use rgb(29,71,29) instead hex code.

Text Font Color

.myTextColor { color: #1D471D; }

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

This text font color is #1D471D.


Background Color

.myBgColor { background-color: #1D471D; }

<div style="background-color:#1D471D">Inner text</div>

This div background color is #1D471D.


Border color

.myBorderColor { border: 1px solid #1D471D; }

<div style="border:3px solid #1D471D">Div</div>

This div border color is #1D471D.


Opacity

.myOpacity80 { color: #1D471D; opacity: 0.8; }

<p style="color:#1D471D;opacity:0.8;">80%</p>

Text with #1D471D 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 #1D471D;}

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

This text has shadow with #1D471D color.

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

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

This text has shadow with #1D471D primary color and red secondary color.


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

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

This text has shadow with #1D471D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D471D on black background.


Color preview on white background

This text has color #1D471D on white background.



Black color preview on #1D471D background

This text has black color on #1D471D background.


White color preview on #1D471D background

This text has white color on #1D471D background.