COLOR #B49534

HEX: #B49534
RGB: (180,149,52)

Renk bilgisi

#B49534 contains mainly red and green colors. #B49534 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#B49534 color RGB value is (180,149,52).

  • kırmız ton 180;
  • yeşil ton 149;
  • mavi ton 52.
RGB:
(180,149,52)
(71%,58%,20%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 149 of 255 = 58%
B 52 of 255 = 20%

180
149
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 149 + 52 = 381 (100%)
R 180 of 381 ~ 47.24%
G 149 of 381 ~ 39.11%
B 52 of 381 ~ 13.65%

%47.24
%39.11
%13.65

CMYK RENK MODELİ

#B49534 rengi CMYK tonu (0,17,71,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.22%
  • sarı tonu 71.11%
  • ana renk tonu 29.41%
CMYK:
(0,17,71,29)
C0M17Y71K29 
(0%,17%,71%,29%)
(0.00/0.17/0.71/0.29)	

CMYK yüzdeleri

%0
%17.22
%71.11
%29.41

Codes

Color #B49534 in popluar color models

B49534
RGB18014952
HSL45°55.17%45.49%
HSB/HSV45°71.11%70.59%
CMYK0.00%17.22%71.11%
29.41%

Color #B49534 in popluar number systems.

HEXB49534
Decimal18014952
Binary1011010010010101110100
Octal26422564

Shades and tints

Shades of #B49534

#B49534
(180,149,52)
#A48830
(164,136,48)
#947B2C
(148,123,44)
#846E28
(132,110,40)
#746124
(116,97,36)
#645420
(100,84,32)
#54471C
(84,71,28)
#443A18
(68,58,24)
#342D14
(52,45,20)
#242010
(36,32,16)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B49534

#B49534
(180,149,52)
#BA9E46
(186,158,70)
#C0A758
(192,167,88)
#C6B06A
(198,176,106)
#CCB97C
(204,185,124)
#D2C28E
(210,194,142)
#D8CBA0
(216,203,160)
#DED4B2
(222,212,178)
#E4DDC4
(228,221,196)
#EAE6D6
(234,230,214)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B49534; }

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

This text font color is #B49534.


Background Color

.myBgColor { background-color: #B49534; }

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

This div background color is #B49534.


Border color

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

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

This div border color is #B49534.


Opacity

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

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

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

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

This text has shadow with #B49534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B49534 on black background.


Color preview on white background

This text has color #B49534 on white background.



Black color preview on #B49534 background

This text has black color on #B49534 background.


White color preview on #B49534 background

This text has white color on #B49534 background.