COLOR #483C0C

HEX: #483C0C
RGB: (72,60,12)

Color info

#483C0C contains mainly red and green colors. Web safe color of #483C0C is #333300 (or #330).

RGB color model

#483C0C color RGB value is (72,60,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 12 of 255 = 5%

72
60
12

R + G + B ~ 19%. #483C0C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 60 + 12 = 144 (100%)
R 72 of 144 ~ 50%
G 60 of 144 ~ 41.67%
B 12 of 144 ~ 8.33%

%50
%41.67

CMYK color model

#483C0C color CMYK value is (0,17,83,72).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(0,17,83,72)
C0M17Y83K72 
(0%,17%,83%,72%)
(0.00/0.17/0.83/0.72)	

CMYK percentages

%0
%16.67
%83.33
%71.76

Codes

Color #483C0C in popluar color models

483C0C
RGB726012
HSL48°71.43%16.47%
HSB/HSV48°83.33%28.24%
CMYK0.00%16.67%83.33%
71.76%

Color #483C0C in popluar number systems.

HEX483C0C
Decimal726012
Binary10010001111001100
Octal1107414

Shades and tints

Shades of #483C0C

#483C0C
(72,60,12)
#42370B
(66,55,11)
#3C320A
(60,50,10)
#362D09
(54,45,9)
#302808
(48,40,8)
#2A2307
(42,35,7)
#241E06
(36,30,6)
#1E1905
(30,25,5)
#181404
(24,20,4)
#120F03
(18,15,3)
#0C0A02
(12,10,2)
#000000
(0,0,0)

Tints of #483C0C

#483C0C
(72,60,12)
#584D22
(88,77,34)
#685E38
(104,94,56)
#786F4E
(120,111,78)
#888064
(136,128,100)
#98917A
(152,145,122)
#A8A290
(168,162,144)
#B8B3A6
(184,179,166)
#C8C4BC
(200,196,188)
#D8D5D2
(216,213,210)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C0C; }

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

This text font color is #483C0C.


Background Color

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

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

This div background color is #483C0C.


Border color

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

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

This div border color is #483C0C.


Opacity

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

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

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

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

This text has shadow with #483C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483C0C on black background.


Color preview on white background

This text has color #483C0C on white background.



Black color preview on #483C0C background

This text has black color on #483C0C background.


White color preview on #483C0C background

This text has white color on #483C0C background.