COLOR #88483D

HEX: #88483D
RGB: (136,72,61)

Color info

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

RGB color model

#88483D color RGB value is (136,72,61).

  • red value is 136;
  • green value is 72;
  • blue value is 61.
RGB:
(136,72,61)
(53%,28%,24%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 61 of 255 = 24%

136
72
61

R + G + B ~ 35%. #88483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 72 + 61 = 269 (100%)
R 136 of 269 ~ 50.56%
G 72 of 269 ~ 26.77%
B 61 of 269 ~ 22.68%

%50.56
%26.77
%22.68

CMYK color model

#88483D color CMYK value is (0,47,55,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 55.15%
  • key color value is 46.67%
CMYK:
(0,47,55,47)
C0M47Y55K47 
(0%,47%,55%,47%)
(0.00/0.47/0.55/0.47)	

CMYK percentages

%0
%47.06
%55.15
%46.67

Codes

Color #88483D in popluar color models

88483D
RGB1367261
HSL38.07%38.63%
HSB/HSV55.15%53.33%
CMYK0.00%47.06%55.15%
46.67%

Color #88483D in popluar number systems.

HEX88483D
Decimal1367261
Binary100010001001000111101
Octal21011075

Shades and tints

Shades of #88483D

#88483D
(136,72,61)
#7C4238
(124,66,56)
#703C33
(112,60,51)
#64362E
(100,54,46)
#583029
(88,48,41)
#4C2A24
(76,42,36)
#40241F
(64,36,31)
#341E1A
(52,30,26)
#281815
(40,24,21)
#1C1210
(28,18,16)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #88483D

#88483D
(136,72,61)
#92584E
(146,88,78)
#9C685F
(156,104,95)
#A67870
(166,120,112)
#B08881
(176,136,129)
#BA9892
(186,152,146)
#C4A8A3
(196,168,163)
#CEB8B4
(206,184,180)
#D8C8C5
(216,200,197)
#E2D8D6
(226,216,214)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88483D color. Also use rgb(136,72,61) instead hex code.

Text Font Color

.myTextColor { color: #88483D; }

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

This text font color is #88483D.


Background Color

.myBgColor { background-color: #88483D; }

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

This div background color is #88483D.


Border color

.myBorderColor { border: 1px solid #88483D; }

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

This div border color is #88483D.


Opacity

.myOpacity80 { color: #88483D; opacity: 0.8; }

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

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

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

This text has shadow with #88483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88483D on black background.


Color preview on white background

This text has color #88483D on white background.



Black color preview on #88483D background

This text has black color on #88483D background.


White color preview on #88483D background

This text has white color on #88483D background.