COLOR #483D35

HEX: #483D35
RGB: (72,61,53)

Color info

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

RGB color model

#483D35 color RGB value is (72,61,53).

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

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 53 of 255 = 21%

72
61
53

R + G + B ~ 24%. #483D35 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 53 = 186 (100%)
R 72 of 186 ~ 38.71%
G 61 of 186 ~ 32.8%
B 53 of 186 ~ 28.49%

%38.71
%32.8
%28.49

CMYK color model

#483D35 color CMYK value is (0,15,26,72).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 26.39%
  • key color value is 71.76%
CMYK:
(0,15,26,72)
C0M15Y26K72 
(0%,15%,26%,72%)
(0.00/0.15/0.26/0.72)	

CMYK percentages

%0
%15.28
%26.39
%71.76

Codes

Color #483D35 in popluar color models

483D35
RGB726153
HSL25°15.20%24.51%
HSB/HSV25°26.39%28.24%
CMYK0.00%15.28%26.39%
71.76%

Color #483D35 in popluar number systems.

HEX483D35
Decimal726153
Binary1001000111101110101
Octal1107565

Shades and tints

Shades of #483D35

#483D35
(72,61,53)
#423831
(66,56,49)
#3C332D
(60,51,45)
#362E29
(54,46,41)
#302925
(48,41,37)
#2A2421
(42,36,33)
#241F1D
(36,31,29)
#1E1A19
(30,26,25)
#181515
(24,21,21)
#121011
(18,16,17)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #483D35

#483D35
(72,61,53)
#584E47
(88,78,71)
#685F59
(104,95,89)
#78706B
(120,112,107)
#88817D
(136,129,125)
#98928F
(152,146,143)
#A8A3A1
(168,163,161)
#B8B4B3
(184,180,179)
#C8C5C5
(200,197,197)
#D8D6D7
(216,214,215)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483D35; }

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

This text font color is #483D35.


Background Color

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

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

This div background color is #483D35.


Border color

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

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

This div border color is #483D35.


Opacity

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

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

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

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

This text has shadow with #483D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D35 on black background.


Color preview on white background

This text has color #483D35 on white background.



Black color preview on #483D35 background

This text has black color on #483D35 background.


White color preview on #483D35 background

This text has white color on #483D35 background.