COLOR #483238

HEX: #483238
RGB: (72,50,56)

Color info

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

RGB color model

#483238 color RGB value is (72,50,56).

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

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 56 of 255 = 22%

72
50
56

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

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 56 = 178 (100%)
R 72 of 178 ~ 40.45%
G 50 of 178 ~ 28.09%
B 56 of 178 ~ 31.46%

%40.45
%28.09
%31.46

CMYK color model

#483238 color CMYK value is (0,31,22,72).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(0,31,22,72)
C0M31Y22K72 
(0%,31%,22%,72%)
(0.00/0.31/0.22/0.72)	

CMYK percentages

%0
%30.56
%22.22
%71.76

Codes

Color #483238 in popluar color models

483238
RGB725056
HSL344°18.03%23.92%
HSB/HSV344°30.56%28.24%
CMYK0.00%30.56%22.22%
71.76%

Color #483238 in popluar number systems.

HEX483238
Decimal725056
Binary1001000110010111000
Octal1106270

Shades and tints

Shades of #483238

#483238
(72,50,56)
#422E33
(66,46,51)
#3C2A2E
(60,42,46)
#362629
(54,38,41)
#302224
(48,34,36)
#2A1E1F
(42,30,31)
#241A1A
(36,26,26)
#1E1615
(30,22,21)
#181210
(24,18,16)
#120E0B
(18,14,11)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #483238

#483238
(72,50,56)
#58444A
(88,68,74)
#68565C
(104,86,92)
#78686E
(120,104,110)
#887A80
(136,122,128)
#988C92
(152,140,146)
#A89EA4
(168,158,164)
#B8B0B6
(184,176,182)
#C8C2C8
(200,194,200)
#D8D4DA
(216,212,218)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483238; }

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

This text font color is #483238.


Background Color

.myBgColor { background-color: #483238; }

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

This div background color is #483238.


Border color

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

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

This div border color is #483238.


Opacity

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

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

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

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

This text has shadow with #483238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483238 on black background.


Color preview on white background

This text has color #483238 on white background.



Black color preview on #483238 background

This text has black color on #483238 background.


White color preview on #483238 background

This text has white color on #483238 background.