COLOR #48662D

HEX: #48662D
RGB: (72,102,45)

Color info

#48662D contains red, green and blue colors in about the same proportion. Web safe color of #48662D is #336633 (or #363).

RGB color model

#48662D color RGB value is (72,102,45).

  • red value is 72;
  • green value is 102;
  • blue value is 45.
RGB:
(72,102,45)
(28%,40%,18%)

RGB channels and saturation

R 72 of 255 = 28%
G 102 of 255 = 40%
B 45 of 255 = 18%

72
102
45

R + G + B ~ 29%. #48662D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 102 + 45 = 219 (100%)
R 72 of 219 ~ 32.88%
G 102 of 219 ~ 46.58%
B 45 of 219 ~ 20.55%

%32.88
%46.58
%20.55

CMYK color model

#48662D color CMYK value is (29,0,56,60).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 60.00%
CMYK:
(29,0,56,60)
C29M0Y56K60 
(29%,0%,56%,60%)
(0.29/0.00/0.56/0.60)	

CMYK percentages

%29.41
%0
%55.88
%60

Codes

Color #48662D in popluar color models

48662D
RGB7210245
HSL92°38.78%28.82%
HSB/HSV92°55.88%40.00%
CMYK29.41%0.00%55.88%
60.00%

Color #48662D in popluar number systems.

HEX48662D
Decimal7210245
Binary10010001100110101101
Octal11014655

Shades and tints

Shades of #48662D

#48662D
(72,102,45)
#425D29
(66,93,41)
#3C5425
(60,84,37)
#364B21
(54,75,33)
#30421D
(48,66,29)
#2A3919
(42,57,25)
#243015
(36,48,21)
#1E2711
(30,39,17)
#181E0D
(24,30,13)
#121509
(18,21,9)
#0C0C05
(12,12,5)
#000000
(0,0,0)

Tints of #48662D

#48662D
(72,102,45)
#587340
(88,115,64)
#688053
(104,128,83)
#788D66
(120,141,102)
#889A79
(136,154,121)
#98A78C
(152,167,140)
#A8B49F
(168,180,159)
#B8C1B2
(184,193,178)
#C8CEC5
(200,206,197)
#D8DBD8
(216,219,216)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48662D color. Also use rgb(72,102,45) instead hex code.

Text Font Color

.myTextColor { color: #48662D; }

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

This text font color is #48662D.


Background Color

.myBgColor { background-color: #48662D; }

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

This div background color is #48662D.


Border color

.myBorderColor { border: 1px solid #48662D; }

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

This div border color is #48662D.


Opacity

.myOpacity80 { color: #48662D; opacity: 0.8; }

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

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

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

This text has shadow with #48662D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48662D on black background.


Color preview on white background

This text has color #48662D on white background.



Black color preview on #48662D background

This text has black color on #48662D background.


White color preview on #48662D background

This text has white color on #48662D background.