COLOR #48620C

HEX: #48620C
RGB: (72,98,12)

Color info

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

RGB color model

#48620C color RGB value is (72,98,12).

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

RGB channels and saturation

R 72 of 255 = 28%
G 98 of 255 = 38%
B 12 of 255 = 5%

72
98
12

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

Portions of RGB colors in percentages

R + G + B =
72 + 98 + 12 = 182 (100%)
R 72 of 182 ~ 39.56%
G 98 of 182 ~ 53.85%
B 12 of 182 ~ 6.59%

%39.56
%53.85

CMYK color model

#48620C color CMYK value is (27,0,88,62).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 87.76%
  • key color value is 61.57%
CMYK:
(27,0,88,62)
C27M0Y88K62 
(27%,0%,88%,62%)
(0.27/0.00/0.88/0.62)	

CMYK percentages

%26.53
%0
%87.76
%61.57

Codes

Color #48620C in popluar color models

48620C
RGB729812
HSL78°78.18%21.57%
HSB/HSV78°87.76%38.43%
CMYK26.53%0.00%87.76%
61.57%

Color #48620C in popluar number systems.

HEX48620C
Decimal729812
Binary100100011000101100
Octal11014214

Shades and tints

Shades of #48620C

#48620C
(72,98,12)
#425A0B
(66,90,11)
#3C520A
(60,82,10)
#364A09
(54,74,9)
#304208
(48,66,8)
#2A3A07
(42,58,7)
#243206
(36,50,6)
#1E2A05
(30,42,5)
#182204
(24,34,4)
#121A03
(18,26,3)
#0C1202
(12,18,2)
#000000
(0,0,0)

Tints of #48620C

#48620C
(72,98,12)
#587022
(88,112,34)
#687E38
(104,126,56)
#788C4E
(120,140,78)
#889A64
(136,154,100)
#98A87A
(152,168,122)
#A8B690
(168,182,144)
#B8C4A6
(184,196,166)
#C8D2BC
(200,210,188)
#D8E0D2
(216,224,210)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48620C; }

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

This text font color is #48620C.


Background Color

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

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

This div background color is #48620C.


Border color

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

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

This div border color is #48620C.


Opacity

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

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

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

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

This text has shadow with #48620C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48620C on black background.


Color preview on white background

This text has color #48620C on white background.



Black color preview on #48620C background

This text has black color on #48620C background.


White color preview on #48620C background

This text has white color on #48620C background.