COLOR #853430

HEX: #853430
RGB: (133,52,48)

Color info

#853430 contains mainly red color. Web safe color of #853430 is #993333 (or #933).

RGB color model

#853430 color RGB value is (133,52,48).

  • red value is 133;
  • green value is 52;
  • blue value is 48.
RGB:
(133,52,48)
(52%,20%,19%)

RGB channels and saturation

R 133 of 255 = 52%
G 52 of 255 = 20%
B 48 of 255 = 19%

133
52
48

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

Portions of RGB colors in percentages

R + G + B =
133 + 52 + 48 = 233 (100%)
R 133 of 233 ~ 57.08%
G 52 of 233 ~ 22.32%
B 48 of 233 ~ 20.6%

%57.08
%22.32
%20.6

CMYK color model

#853430 color CMYK value is (0,61,64,48).

  • cyan value is 0.00%
  • magenta value is 60.90%
  • yellow value is 63.91%
  • key color value is 47.84%
CMYK:
(0,61,64,48)
C0M61Y64K48 
(0%,61%,64%,48%)
(0.00/0.61/0.64/0.48)	

CMYK percentages

%0
%60.9
%63.91
%47.84

Codes

Color #853430 in popluar color models

853430
RGB1335248
HSL46.96%35.49%
HSB/HSV63.91%52.16%
CMYK0.00%60.90%63.91%
47.84%

Color #853430 in popluar number systems.

HEX853430
Decimal1335248
Binary10000101110100110000
Octal2056460

Shades and tints

Shades of #853430

#853430
(133,52,48)
#79302C
(121,48,44)
#6D2C28
(109,44,40)
#612824
(97,40,36)
#552420
(85,36,32)
#49201C
(73,32,28)
#3D1C18
(61,28,24)
#311814
(49,24,20)
#251410
(37,20,16)
#19100C
(25,16,12)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #853430

#853430
(133,52,48)
#904642
(144,70,66)
#9B5854
(155,88,84)
#A66A66
(166,106,102)
#B17C78
(177,124,120)
#BC8E8A
(188,142,138)
#C7A09C
(199,160,156)
#D2B2AE
(210,178,174)
#DDC4C0
(221,196,192)
#E8D6D2
(232,214,210)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853430; }

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

This text font color is #853430.


Background Color

.myBgColor { background-color: #853430; }

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

This div background color is #853430.


Border color

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

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

This div border color is #853430.


Opacity

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

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

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

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

This text has shadow with #853430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853430 on black background.


Color preview on white background

This text has color #853430 on white background.



Black color preview on #853430 background

This text has black color on #853430 background.


White color preview on #853430 background

This text has white color on #853430 background.