COLOR #B47D75

HEX: #B47D75
RGB: (180,125,117)

Renk bilgisi

#B47D75 contains mainly red and green colors. #B47D75 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B47D75 color RGB value is (180,125,117).

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

RGB bağlantıları ve doygunluk

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

180
125
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 125 + 117 = 422 (100%)
R 180 of 422 ~ 42.65%
G 125 of 422 ~ 29.62%
B 117 of 422 ~ 27.73%

%42.65
%29.62
%27.73

CMYK RENK MODELİ

#B47D75 rengi CMYK tonu (0,31,35,29).

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

CMYK yüzdeleri

%0
%30.56
%35
%29.41

Codes

Color #B47D75 in popluar color models

B47D75
RGB180125117
HSL29.58%58.24%
HSB/HSV35.00%70.59%
CMYK0.00%30.56%35.00%
29.41%

Color #B47D75 in popluar number systems.

HEXB47D75
Decimal180125117
Binary1011010011111011110101
Octal264175165

Shades and tints

Shades of #B47D75

#B47D75
(180,125,117)
#A4726B
(164,114,107)
#946761
(148,103,97)
#845C57
(132,92,87)
#74514D
(116,81,77)
#644643
(100,70,67)
#543B39
(84,59,57)
#44302F
(68,48,47)
#342525
(52,37,37)
#241A1B
(36,26,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #B47D75

#B47D75
(180,125,117)
#BA8881
(186,136,129)
#C0938D
(192,147,141)
#C69E99
(198,158,153)
#CCA9A5
(204,169,165)
#D2B4B1
(210,180,177)
#D8BFBD
(216,191,189)
#DECAC9
(222,202,201)
#E4D5D5
(228,213,213)
#EAE0E1
(234,224,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B47D75; }

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

This text font color is #B47D75.


Background Color

.myBgColor { background-color: #B47D75; }

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

This div background color is #B47D75.


Border color

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

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

This div border color is #B47D75.


Opacity

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

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

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

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

This text has shadow with #B47D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B47D75 on black background.


Color preview on white background

This text has color #B47D75 on white background.



Black color preview on #B47D75 background

This text has black color on #B47D75 background.


White color preview on #B47D75 background

This text has white color on #B47D75 background.