COLOR #483D2C

HEX: #483D2C
RGB: (72,61,44)

Color info

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

RGB color model

#483D2C color RGB value is (72,61,44).

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

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 44 of 255 = 17%

72
61
44

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

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 44 = 177 (100%)
R 72 of 177 ~ 40.68%
G 61 of 177 ~ 34.46%
B 44 of 177 ~ 24.86%

%40.68
%34.46
%24.86

CMYK color model

#483D2C color CMYK value is (0,15,39,72).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(0,15,39,72)
C0M15Y39K72 
(0%,15%,39%,72%)
(0.00/0.15/0.39/0.72)	

CMYK percentages

%0
%15.28
%38.89
%71.76

Codes

Color #483D2C in popluar color models

483D2C
RGB726144
HSL36°24.14%22.75%
HSB/HSV36°38.89%28.24%
CMYK0.00%15.28%38.89%
71.76%

Color #483D2C in popluar number systems.

HEX483D2C
Decimal726144
Binary1001000111101101100
Octal1107554

Shades and tints

Shades of #483D2C

#483D2C
(72,61,44)
#423828
(66,56,40)
#3C3324
(60,51,36)
#362E20
(54,46,32)
#30291C
(48,41,28)
#2A2418
(42,36,24)
#241F14
(36,31,20)
#1E1A10
(30,26,16)
#18150C
(24,21,12)
#121008
(18,16,8)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #483D2C

#483D2C
(72,61,44)
#584E3F
(88,78,63)
#685F52
(104,95,82)
#787065
(120,112,101)
#888178
(136,129,120)
#98928B
(152,146,139)
#A8A39E
(168,163,158)
#B8B4B1
(184,180,177)
#C8C5C4
(200,197,196)
#D8D6D7
(216,214,215)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D2C color. Also use rgb(72,61,44) instead hex code.

Text Font Color

.myTextColor { color: #483D2C; }

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

This text font color is #483D2C.


Background Color

.myBgColor { background-color: #483D2C; }

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

This div background color is #483D2C.


Border color

.myBorderColor { border: 1px solid #483D2C; }

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

This div border color is #483D2C.


Opacity

.myOpacity80 { color: #483D2C; opacity: 0.8; }

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

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

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

This text has shadow with #483D2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D2C on black background.


Color preview on white background

This text has color #483D2C on white background.



Black color preview on #483D2C background

This text has black color on #483D2C background.


White color preview on #483D2C background

This text has white color on #483D2C background.