COLOR #483D34

HEX: #483D34
RGB: (72,61,52)

Color info

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

RGB color model

#483D34 color RGB value is (72,61,52).

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

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 52 of 255 = 20%

72
61
52

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

Portions of RGB colors in percentages

R + G + B =
72 + 61 + 52 = 185 (100%)
R 72 of 185 ~ 38.92%
G 61 of 185 ~ 32.97%
B 52 of 185 ~ 28.11%

%38.92
%32.97
%28.11

CMYK color model

#483D34 color CMYK value is (0,15,28,72).

  • cyan value is 0.00%
  • magenta value is 15.28%
  • yellow value is 27.78%
  • key color value is 71.76%
CMYK:
(0,15,28,72)
C0M15Y28K72 
(0%,15%,28%,72%)
(0.00/0.15/0.28/0.72)	

CMYK percentages

%0
%15.28
%27.78
%71.76

Codes

Color #483D34 in popluar color models

483D34
RGB726152
HSL27°16.13%24.31%
HSB/HSV27°27.78%28.24%
CMYK0.00%15.28%27.78%
71.76%

Color #483D34 in popluar number systems.

HEX483D34
Decimal726152
Binary1001000111101110100
Octal1107564

Shades and tints

Shades of #483D34

#483D34
(72,61,52)
#423830
(66,56,48)
#3C332C
(60,51,44)
#362E28
(54,46,40)
#302924
(48,41,36)
#2A2420
(42,36,32)
#241F1C
(36,31,28)
#1E1A18
(30,26,24)
#181514
(24,21,20)
#121010
(18,16,16)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #483D34

#483D34
(72,61,52)
#584E46
(88,78,70)
#685F58
(104,95,88)
#78706A
(120,112,106)
#88817C
(136,129,124)
#98928E
(152,146,142)
#A8A3A0
(168,163,160)
#B8B4B2
(184,180,178)
#C8C5C4
(200,197,196)
#D8D6D6
(216,214,214)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483D34; }

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

This text font color is #483D34.


Background Color

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

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

This div background color is #483D34.


Border color

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

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

This div border color is #483D34.


Opacity

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

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

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

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

This text has shadow with #483D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483D34 on black background.


Color preview on white background

This text has color #483D34 on white background.



Black color preview on #483D34 background

This text has black color on #483D34 background.


White color preview on #483D34 background

This text has white color on #483D34 background.