COLOR #483C25

HEX: #483C25
RGB: (72,60,37)

Color info

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

RGB color model

#483C25 color RGB value is (72,60,37).

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

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 37 of 255 = 15%

72
60
37

R + G + B ~ 22%. #483C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 37 = 169 (100%)
R 72 of 169 ~ 42.6%
G 60 of 169 ~ 35.5%
B 37 of 169 ~ 21.89%

%42.6
%35.5
%21.89

CMYK color model

#483C25 color CMYK value is (0,17,49,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(0,17,49,72)
C0M17Y49K72 
(0%,17%,49%,72%)
(0.00/0.17/0.49/0.72)	

CMYK percentages

%0
%16.67
%48.61
%71.76

Codes

Color #483C25 in popluar color models

483C25
RGB726037
HSL39°32.11%21.37%
HSB/HSV39°48.61%28.24%
CMYK0.00%16.67%48.61%
71.76%

Color #483C25 in popluar number systems.

HEX483C25
Decimal726037
Binary1001000111100100101
Octal1107445

Shades and tints

Shades of #483C25

#483C25
(72,60,37)
#423722
(66,55,34)
#3C321F
(60,50,31)
#362D1C
(54,45,28)
#302819
(48,40,25)
#2A2316
(42,35,22)
#241E13
(36,30,19)
#1E1910
(30,25,16)
#18140D
(24,20,13)
#120F0A
(18,15,10)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #483C25

#483C25
(72,60,37)
#584D38
(88,77,56)
#685E4B
(104,94,75)
#786F5E
(120,111,94)
#888071
(136,128,113)
#989184
(152,145,132)
#A8A297
(168,162,151)
#B8B3AA
(184,179,170)
#C8C4BD
(200,196,189)
#D8D5D0
(216,213,208)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C25; }

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

This text font color is #483C25.


Background Color

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

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

This div background color is #483C25.


Border color

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

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

This div border color is #483C25.


Opacity

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

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

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

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

This text has shadow with #483C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C25 on black background.


Color preview on white background

This text has color #483C25 on white background.



Black color preview on #483C25 background

This text has black color on #483C25 background.


White color preview on #483C25 background

This text has white color on #483C25 background.