COLOR #B47D7D

HEX: #B47D7D
RGB: (180,125,125)

Renk bilgisi

#B47D7D contains red, green and blue colors in about the same proportion. #B47D7D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B47D7D color RGB value is (180,125,125).

  • kırmız ton 180;
  • yeşil ton 125;
  • mavi ton 125.
RGB:
(180,125,125)
(71%,49%,49%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 125 of 255 = 49%
B 125 of 255 = 49%

180
125
125

R + G + B ~ 56%. #B47D7D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 125 + 125 = 430 (100%)
R 180 of 430 ~ 41.86%
G 125 of 430 ~ 29.07%
B 125 of 430 ~ 29.07%

%41.86
%29.07
%29.07

CMYK RENK MODELİ

#B47D7D rengi CMYK tonu (0,31,31,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.56%
  • sarı tonu 30.56%
  • ana renk tonu 29.41%
CMYK:
(0,31,31,29)
C0M31Y31K29 
(0%,31%,31%,29%)
(0.00/0.31/0.31/0.29)	

CMYK yüzdeleri

%0
%30.56
%30.56
%29.41

Codes

Color #B47D7D in popluar color models

B47D7D
RGB180125125
HSL26.83%59.80%
HSB/HSV30.56%70.59%
CMYK0.00%30.56%30.56%
29.41%

Color #B47D7D in popluar number systems.

HEXB47D7D
Decimal180125125
Binary1011010011111011111101
Octal264175175

Shades and tints

Shades of #B47D7D

#B47D7D
(180,125,125)
#A47272
(164,114,114)
#946767
(148,103,103)
#845C5C
(132,92,92)
#745151
(116,81,81)
#644646
(100,70,70)
#543B3B
(84,59,59)
#443030
(68,48,48)
#342525
(52,37,37)
#241A1A
(36,26,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B47D7D

#B47D7D
(180,125,125)
#BA8888
(186,136,136)
#C09393
(192,147,147)
#C69E9E
(198,158,158)
#CCA9A9
(204,169,169)
#D2B4B4
(210,180,180)
#D8BFBF
(216,191,191)
#DECACA
(222,202,202)
#E4D5D5
(228,213,213)
#EAE0E0
(234,224,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B47D7D color. Also use rgb(180,125,125) instead hex code.

Text Font Color

.myTextColor { color: #B47D7D; }

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

This text font color is #B47D7D.


Background Color

.myBgColor { background-color: #B47D7D; }

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

This div background color is #B47D7D.


Border color

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

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

This div border color is #B47D7D.


Opacity

.myOpacity80 { color: #B47D7D; opacity: 0.8; }

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

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

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

This text has shadow with #B47D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47D7D on black background.


Color preview on white background

This text has color #B47D7D on white background.



Black color preview on #B47D7D background

This text has black color on #B47D7D background.


White color preview on #B47D7D background

This text has white color on #B47D7D background.