COLOR #852E34

HEX: #852E34
RGB: (133,46,52)

Renk bilgisi

#852E34 contains mainly red color. #852E34 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#852E34 color RGB value is (133,46,52).

  • kırmız ton 133;
  • yeşil ton 46;
  • mavi ton 52.
RGB:
(133,46,52)
(52%,18%,20%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 46 of 255 = 18%
B 52 of 255 = 20%

133
46
52

R + G + B ~ 30%. #852E34 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 46 + 52 = 231 (100%)
R 133 of 231 ~ 57.58%
G 46 of 231 ~ 19.91%
B 52 of 231 ~ 22.51%

%57.58
%19.91
%22.51

CMYK RENK MODELİ

#852E34 rengi CMYK tonu (0,65,61,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 65.41%
  • sarı tonu 60.90%
  • ana renk tonu 47.84%
CMYK:
(0,65,61,48)
C0M65Y61K48 
(0%,65%,61%,48%)
(0.00/0.65/0.61/0.48)	

CMYK yüzdeleri

%0
%65.41
%60.9
%47.84

Codes

Color #852E34 in popluar color models

852E34
RGB1334652
HSL356°48.60%35.10%
HSB/HSV356°65.41%52.16%
CMYK0.00%65.41%60.90%
47.84%

Color #852E34 in popluar number systems.

HEX852E34
Decimal1334652
Binary10000101101110110100
Octal2055664

Shades and tints

Shades of #852E34

#852E34
(133,46,52)
#792A30
(121,42,48)
#6D262C
(109,38,44)
#612228
(97,34,40)
#551E24
(85,30,36)
#491A20
(73,26,32)
#3D161C
(61,22,28)
#311218
(49,18,24)
#250E14
(37,14,20)
#190A10
(25,10,16)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #852E34

#852E34
(133,46,52)
#904146
(144,65,70)
#9B5458
(155,84,88)
#A6676A
(166,103,106)
#B17A7C
(177,122,124)
#BC8D8E
(188,141,142)
#C7A0A0
(199,160,160)
#D2B3B2
(210,179,178)
#DDC6C4
(221,198,196)
#E8D9D6
(232,217,214)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852E34 color. Also use rgb(133,46,52) instead hex code.

Text Font Color

.myTextColor { color: #852E34; }

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

This text font color is #852E34.


Background Color

.myBgColor { background-color: #852E34; }

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

This div background color is #852E34.


Border color

.myBorderColor { border: 1px solid #852E34; }

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

This div border color is #852E34.


Opacity

.myOpacity80 { color: #852E34; opacity: 0.8; }

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

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

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

This text has shadow with #852E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852E34 on black background.


Color preview on white background

This text has color #852E34 on white background.



Black color preview on #852E34 background

This text has black color on #852E34 background.


White color preview on #852E34 background

This text has white color on #852E34 background.