COLOR #483425

HEX: #483425
RGB: (72,52,37)

Color info

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

RGB color model

#483425 color RGB value is (72,52,37).

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

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 37 of 255 = 15%

72
52
37

R + G + B ~ 21%. #483425 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 37 = 161 (100%)
R 72 of 161 ~ 44.72%
G 52 of 161 ~ 32.3%
B 37 of 161 ~ 22.98%

%44.72
%32.3
%22.98

CMYK color model

#483425 color CMYK value is (0,28,49,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(0,28,49,72)
C0M28Y49K72 
(0%,28%,49%,72%)
(0.00/0.28/0.49/0.72)	

CMYK percentages

%0
%27.78
%48.61
%71.76

Codes

Color #483425 in popluar color models

483425
RGB725237
HSL26°32.11%21.37%
HSB/HSV26°48.61%28.24%
CMYK0.00%27.78%48.61%
71.76%

Color #483425 in popluar number systems.

HEX483425
Decimal725237
Binary1001000110100100101
Octal1106445

Shades and tints

Shades of #483425

#483425
(72,52,37)
#423022
(66,48,34)
#3C2C1F
(60,44,31)
#36281C
(54,40,28)
#302419
(48,36,25)
#2A2016
(42,32,22)
#241C13
(36,28,19)
#1E1810
(30,24,16)
#18140D
(24,20,13)
#12100A
(18,16,10)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #483425

#483425
(72,52,37)
#584638
(88,70,56)
#68584B
(104,88,75)
#786A5E
(120,106,94)
#887C71
(136,124,113)
#988E84
(152,142,132)
#A8A097
(168,160,151)
#B8B2AA
(184,178,170)
#C8C4BD
(200,196,189)
#D8D6D0
(216,214,208)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483425; }

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

This text font color is #483425.


Background Color

.myBgColor { background-color: #483425; }

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

This div background color is #483425.


Border color

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

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

This div border color is #483425.


Opacity

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

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

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

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

This text has shadow with #483425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483425 on black background.


Color preview on white background

This text has color #483425 on white background.



Black color preview on #483425 background

This text has black color on #483425 background.


White color preview on #483425 background

This text has white color on #483425 background.