COLOR #461D29

HEX: #461D29
RGB: (70,29,41)

Renk bilgisi

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

RGB renk modeli

#461D29 color RGB value is (70,29,41).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 29 of 255 = 11%
B 41 of 255 = 16%

70
29
41

R + G + B ~ 18%. #461D29 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 29 + 41 = 140 (100%)
R 70 of 140 ~ 50%
G 29 of 140 ~ 20.71%
B 41 of 140 ~ 29.29%

%50
%20.71
%29.29

CMYK RENK MODELİ

#461D29 rengi CMYK tonu (0,59,41,73).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.57%
  • sarı tonu 41.43%
  • ana renk tonu 72.55%
CMYK:
(0,59,41,73)
C0M59Y41K73 
(0%,59%,41%,73%)
(0.00/0.59/0.41/0.73)	

CMYK yüzdeleri

%0
%58.57
%41.43
%72.55

Codes

Color #461D29 in popluar color models

461D29
RGB702941
HSL342°41.41%19.41%
HSB/HSV342°58.57%27.45%
CMYK0.00%58.57%41.43%
72.55%

Color #461D29 in popluar number systems.

HEX461D29
Decimal702941
Binary100011011101101001
Octal1063551

Shades and tints

Shades of #461D29

#461D29
(70,29,41)
#401B26
(64,27,38)
#3A1923
(58,25,35)
#341720
(52,23,32)
#2E151D
(46,21,29)
#28131A
(40,19,26)
#221117
(34,17,23)
#1C0F14
(28,15,20)
#160D11
(22,13,17)
#100B0E
(16,11,14)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #461D29

#461D29
(70,29,41)
#56313C
(86,49,60)
#66454F
(102,69,79)
#765962
(118,89,98)
#866D75
(134,109,117)
#968188
(150,129,136)
#A6959B
(166,149,155)
#B6A9AE
(182,169,174)
#C6BDC1
(198,189,193)
#D6D1D4
(214,209,212)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461D29 color. Also use rgb(70,29,41) instead hex code.

Text Font Color

.myTextColor { color: #461D29; }

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

This text font color is #461D29.


Background Color

.myBgColor { background-color: #461D29; }

<div style="background-color:#461D29">Inner text</div>

This div background color is #461D29.


Border color

.myBorderColor { border: 1px solid #461D29; }

<div style="border:3px solid #461D29">Div</div>

This div border color is #461D29.


Opacity

.myOpacity80 { color: #461D29; opacity: 0.8; }

<p style="color:#461D29;opacity:0.8;">80%</p>

Text with #461D29 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 #461D29;}

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

This text has shadow with #461D29 color.

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

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

This text has shadow with #461D29 primary color and red secondary color.


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

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

This text has shadow with #461D29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461D29 on black background.


Color preview on white background

This text has color #461D29 on white background.



Black color preview on #461D29 background

This text has black color on #461D29 background.


White color preview on #461D29 background

This text has white color on #461D29 background.