COLOR #483D2D

HEX: #483D2D
RGB: (72,61,45)

Color info

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

RGB color model

#483D2D color RGB value is (72,61,45).

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

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 45 of 255 = 18%

72
61
45

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

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 45 = 178 (100%)
R 72 of 178 ~ 40.45%
G 61 of 178 ~ 34.27%
B 45 of 178 ~ 25.28%

%40.45
%34.27
%25.28

CMYK color model

#483D2D color CMYK value is (0,15,38,72).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 37.50%
  • key color value is 71.76%
CMYK:
(0,15,38,72)
C0M15Y38K72 
(0%,15%,38%,72%)
(0.00/0.15/0.38/0.72)	

CMYK percentages

%0
%15.28
%37.5
%71.76

Codes

Color #483D2D in popluar color models

483D2D
RGB726145
HSL36°23.08%22.94%
HSB/HSV36°37.50%28.24%
CMYK0.00%15.28%37.50%
71.76%

Color #483D2D in popluar number systems.

HEX483D2D
Decimal726145
Binary1001000111101101101
Octal1107555

Shades and tints

Shades of #483D2D

#483D2D
(72,61,45)
#423829
(66,56,41)
#3C3325
(60,51,37)
#362E21
(54,46,33)
#30291D
(48,41,29)
#2A2419
(42,36,25)
#241F15
(36,31,21)
#1E1A11
(30,26,17)
#18150D
(24,21,13)
#121009
(18,16,9)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #483D2D

#483D2D
(72,61,45)
#584E40
(88,78,64)
#685F53
(104,95,83)
#787066
(120,112,102)
#888179
(136,129,121)
#98928C
(152,146,140)
#A8A39F
(168,163,159)
#B8B4B2
(184,180,178)
#C8C5C5
(200,197,197)
#D8D6D8
(216,214,216)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483D2D; }

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

This text font color is #483D2D.


Background Color

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

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

This div background color is #483D2D.


Border color

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

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

This div border color is #483D2D.


Opacity

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

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

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

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

This text has shadow with #483D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D2D on black background.


Color preview on white background

This text has color #483D2D on white background.



Black color preview on #483D2D background

This text has black color on #483D2D background.


White color preview on #483D2D background

This text has white color on #483D2D background.