COLOR #84752A

HEX: #84752A
RGB: (132,117,42)

Renk bilgisi

#84752A contains mainly red and green colors. #84752A ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#84752A color RGB value is (132,117,42).

  • kırmız ton 132;
  • yeşil ton 117;
  • mavi ton 42.
RGB:
(132,117,42)
(52%,46%,16%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 117 of 255 = 46%
B 42 of 255 = 16%

132
117
42

R + G + B ~ 38%. #84752A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 117 + 42 = 291 (100%)
R 132 of 291 ~ 45.36%
G 117 of 291 ~ 40.21%
B 42 of 291 ~ 14.43%

%45.36
%40.21
%14.43

CMYK RENK MODELİ

#84752A rengi CMYK tonu (0,11,68,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.36%
  • sarı tonu 68.18%
  • ana renk tonu 48.24%
CMYK:
(0,11,68,48)
C0M11Y68K48 
(0%,11%,68%,48%)
(0.00/0.11/0.68/0.48)	

CMYK yüzdeleri

%0
%11.36
%68.18
%48.24

Codes

Color #84752A in popluar color models

84752A
RGB13211742
HSL50°51.72%34.12%
HSB/HSV50°68.18%51.76%
CMYK0.00%11.36%68.18%
48.24%

Color #84752A in popluar number systems.

HEX84752A
Decimal13211742
Binary100001001110101101010
Octal20416552

Shades and tints

Shades of #84752A

#84752A
(132,117,42)
#786B27
(120,107,39)
#6C6124
(108,97,36)
#605721
(96,87,33)
#544D1E
(84,77,30)
#48431B
(72,67,27)
#3C3918
(60,57,24)
#302F15
(48,47,21)
#242512
(36,37,18)
#181B0F
(24,27,15)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #84752A

#84752A
(132,117,42)
#8F813D
(143,129,61)
#9A8D50
(154,141,80)
#A59963
(165,153,99)
#B0A576
(176,165,118)
#BBB189
(187,177,137)
#C6BD9C
(198,189,156)
#D1C9AF
(209,201,175)
#DCD5C2
(220,213,194)
#E7E1D5
(231,225,213)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84752A color. Also use rgb(132,117,42) instead hex code.

Text Font Color

.myTextColor { color: #84752A; }

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

This text font color is #84752A.


Background Color

.myBgColor { background-color: #84752A; }

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

This div background color is #84752A.


Border color

.myBorderColor { border: 1px solid #84752A; }

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

This div border color is #84752A.


Opacity

.myOpacity80 { color: #84752A; opacity: 0.8; }

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

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

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

This text has shadow with #84752A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84752A on black background.


Color preview on white background

This text has color #84752A on white background.



Black color preview on #84752A background

This text has black color on #84752A background.


White color preview on #84752A background

This text has white color on #84752A background.