COLOR #48640C

HEX: #48640C
RGB: (72,100,12)

Color info

#48640C contains mainly red and green colors. Web safe color of #48640C is #336600 (or #360).

RGB color model

#48640C color RGB value is (72,100,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 12 of 255 = 5%

72
100
12

R + G + B ~ 24%. #48640C is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 100 + 12 = 184 (100%)
R 72 of 184 ~ 39.13%
G 100 of 184 ~ 54.35%
B 12 of 184 ~ 6.52%

%39.13
%54.35

CMYK color model

#48640C color CMYK value is (28,0,88,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 88.00%
  • key color value is 60.78%
CMYK: (28,0,88,61) C28M0Y88K61 (28%,0%,88%,61%) (0.28/0.00/0.88/0.61)

CMYK percentages

%28
%0
%88
%60.78

Codes

Color #48640C in popluar color models

48640C
RGB7210012
HSL79°78.57%21.96%
HSB/HSV79°88.00%39.22%
CMYK28.00%0.00%88.00%
60.78%

Color #48640C in popluar number systems.

HEX48640C
Decimal7210012
Binary100100011001001100
Octal11014414

Shades and tints

Shades of #48640C

#48640C
(72,100,12)
#425B0B
(66,91,11)
#3C520A
(60,82,10)
#364909
(54,73,9)
#304008
(48,64,8)
#2A3707
(42,55,7)
#242E06
(36,46,6)
#1E2505
(30,37,5)
#181C04
(24,28,4)
#121303
(18,19,3)
#0C0A02
(12,10,2)
#000000
(0,0,0)

Tints of #48640C

#48640C
(72,100,12)
#587222
(88,114,34)
#688038
(104,128,56)
#788E4E
(120,142,78)
#889C64
(136,156,100)
#98AA7A
(152,170,122)
#A8B890
(168,184,144)
#B8C6A6
(184,198,166)
#C8D4BC
(200,212,188)
#D8E2D2
(216,226,210)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48640C color. Also use rgb(72,100,12) instead hex code.

Text Font Color

.myTextColor { color: #48640C; }

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

This text font color is #48640C.


Background Color

.myBgColor { background-color: #48640C; }

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

This div background color is #48640C.


Border color

.myBorderColor { border: 1px solid #48640C; }

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

This div border color is #48640C.


Opacity

.myOpacity80 { color: #48640C; opacity: 0.8; }

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

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

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

This text has shadow with #48640C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #48640C on black background.


Color preview on white background

This text has color #48640C on white background.



Black color preview on #48640C background

This text has black color on #48640C background.


White color preview on #48640C background

This text has white color on #48640C background.