COLOR #854A30

HEX: #854A30
RGB: (133,74,48)

Renk bilgisi

#854A30 contains mainly red and green colors. #854A30 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#854A30 color RGB value is (133,74,48).

  • kırmız ton 133;
  • yeşil ton 74;
  • mavi ton 48.
RGB:
(133,74,48)
(52%,29%,19%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 74 of 255 = 29%
B 48 of 255 = 19%

133
74
48

R + G + B ~ 33%. #854A30 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 74 + 48 = 255 (100%)
R 133 of 255 ~ 52.16%
G 74 of 255 ~ 29.02%
B 48 of 255 ~ 18.82%

%52.16
%29.02
%18.82

CMYK RENK MODELİ

#854A30 rengi CMYK tonu (0,44,64,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.36%
  • sarı tonu 63.91%
  • ana renk tonu 47.84%
CMYK:
(0,44,64,48)
C0M44Y64K48 
(0%,44%,64%,48%)
(0.00/0.44/0.64/0.48)	

CMYK yüzdeleri

%0
%44.36
%63.91
%47.84

Codes

Color #854A30 in popluar color models

854A30
RGB1337448
HSL18°46.96%35.49%
HSB/HSV18°63.91%52.16%
CMYK0.00%44.36%63.91%
47.84%

Color #854A30 in popluar number systems.

HEX854A30
Decimal1337448
Binary100001011001010110000
Octal20511260

Shades and tints

Shades of #854A30

#854A30
(133,74,48)
#79442C
(121,68,44)
#6D3E28
(109,62,40)
#613824
(97,56,36)
#553220
(85,50,32)
#492C1C
(73,44,28)
#3D2618
(61,38,24)
#312014
(49,32,20)
#251A10
(37,26,16)
#19140C
(25,20,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #854A30

#854A30
(133,74,48)
#905A42
(144,90,66)
#9B6A54
(155,106,84)
#A67A66
(166,122,102)
#B18A78
(177,138,120)
#BC9A8A
(188,154,138)
#C7AA9C
(199,170,156)
#D2BAAE
(210,186,174)
#DDCAC0
(221,202,192)
#E8DAD2
(232,218,210)
#F3EAE4
(243,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854A30 color. Also use rgb(133,74,48) instead hex code.

Text Font Color

.myTextColor { color: #854A30; }

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

This text font color is #854A30.


Background Color

.myBgColor { background-color: #854A30; }

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

This div background color is #854A30.


Border color

.myBorderColor { border: 1px solid #854A30; }

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

This div border color is #854A30.


Opacity

.myOpacity80 { color: #854A30; opacity: 0.8; }

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

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

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

This text has shadow with #854A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854A30 on black background.


Color preview on white background

This text has color #854A30 on white background.



Black color preview on #854A30 background

This text has black color on #854A30 background.


White color preview on #854A30 background

This text has white color on #854A30 background.