COLOR #483336

HEX: #483336
RGB: (72,51,54)

Color info

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

RGB color model

#483336 color RGB value is (72,51,54).

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

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 54 of 255 = 21%

72
51
54

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

Portions of RGB colors in percentages

R + G + B =
72 + 51 + 54 = 177 (100%)
R 72 of 177 ~ 40.68%
G 51 of 177 ~ 28.81%
B 54 of 177 ~ 30.51%

%40.68
%28.81
%30.51

CMYK color model

#483336 color CMYK value is (0,29,25,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 25.00%
  • key color value is 71.76%
CMYK:
(0,29,25,72)
C0M29Y25K72 
(0%,29%,25%,72%)
(0.00/0.29/0.25/0.72)	

CMYK percentages

%0
%29.17
%25
%71.76

Codes

Color #483336 in popluar color models

483336
RGB725154
HSL351°17.07%24.12%
HSB/HSV351°29.17%28.24%
CMYK0.00%29.17%25.00%
71.76%

Color #483336 in popluar number systems.

HEX483336
Decimal725154
Binary1001000110011110110
Octal1106366

Shades and tints

Shades of #483336

#483336
(72,51,54)
#422F32
(66,47,50)
#3C2B2E
(60,43,46)
#36272A
(54,39,42)
#302326
(48,35,38)
#2A1F22
(42,31,34)
#241B1E
(36,27,30)
#1E171A
(30,23,26)
#181316
(24,19,22)
#120F12
(18,15,18)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #483336

#483336
(72,51,54)
#584548
(88,69,72)
#68575A
(104,87,90)
#78696C
(120,105,108)
#887B7E
(136,123,126)
#988D90
(152,141,144)
#A89FA2
(168,159,162)
#B8B1B4
(184,177,180)
#C8C3C6
(200,195,198)
#D8D5D8
(216,213,216)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483336; }

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

This text font color is #483336.


Background Color

.myBgColor { background-color: #483336; }

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

This div background color is #483336.


Border color

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

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

This div border color is #483336.


Opacity

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

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

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

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

This text has shadow with #483336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483336 on black background.


Color preview on white background

This text has color #483336 on white background.



Black color preview on #483336 background

This text has black color on #483336 background.


White color preview on #483336 background

This text has white color on #483336 background.