COLOR #483233

HEX: #483233
RGB: (72,50,51)

Color info

#483233 contains red, green and blue colors in about the same proportion. Web safe color of #483233 is #333333 (or #333).

RGB color model

#483233 color RGB value is (72,50,51).

  • red value is 72;
  • green value is 50;
  • blue value is 51.
RGB:
(72,50,51)
(28%,20%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 51 of 255 = 20%

72
50
51

R + G + B ~ 23%. #483233 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 51 = 173 (100%)
R 72 of 173 ~ 41.62%
G 50 of 173 ~ 28.9%
B 51 of 173 ~ 29.48%

%41.62
%28.9
%29.48

CMYK color model

#483233 color CMYK value is (0,31,29,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,31,29,72)
C0M31Y29K72 
(0%,31%,29%,72%)
(0.00/0.31/0.29/0.72)	

CMYK percentages

%0
%30.56
%29.17
%71.76

Codes

Color #483233 in popluar color models

483233
RGB725051
HSL357°18.03%23.92%
HSB/HSV357°30.56%28.24%
CMYK0.00%30.56%29.17%
71.76%

Color #483233 in popluar number systems.

HEX483233
Decimal725051
Binary1001000110010110011
Octal1106263

Shades and tints

Shades of #483233

#483233
(72,50,51)
#422E2F
(66,46,47)
#3C2A2B
(60,42,43)
#362627
(54,38,39)
#302223
(48,34,35)
#2A1E1F
(42,30,31)
#241A1B
(36,26,27)
#1E1617
(30,22,23)
#181213
(24,18,19)
#120E0F
(18,14,15)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483233

#483233
(72,50,51)
#584445
(88,68,69)
#685657
(104,86,87)
#786869
(120,104,105)
#887A7B
(136,122,123)
#988C8D
(152,140,141)
#A89E9F
(168,158,159)
#B8B0B1
(184,176,177)
#C8C2C3
(200,194,195)
#D8D4D5
(216,212,213)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483233 color. Also use rgb(72,50,51) instead hex code.

Text Font Color

.myTextColor { color: #483233; }

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

This text font color is #483233.


Background Color

.myBgColor { background-color: #483233; }

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

This div background color is #483233.


Border color

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

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

This div border color is #483233.


Opacity

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

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

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

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

This text has shadow with #483233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483233 on black background.


Color preview on white background

This text has color #483233 on white background.



Black color preview on #483233 background

This text has black color on #483233 background.


White color preview on #483233 background

This text has white color on #483233 background.