COLOR #48602C

HEX: #48602C RGB: (72,96,44)

Color info

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

RGB color model

#48602C color RGB value is (72,96,44).

RGB: (72,96,44) (28%, 38%, 17%)

RGB channels and saturation

R 72 of 255 = 28%
G 96 of 255 = 38%
B 44 of 255 = 17%

72
96
44

R + G + B ~ 28%. #48602C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 96 + 44 = 212 (100%)
R 72 of 212 ~ 33.96%
G 96 of 212 ~ 45.28%
B 44 of 212 ~ 20.75'%

%33.96
%45.28
%20.75

CMYK color model

#48602C color CMYK value is (25,0,54,62).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 62.35%

CMYK: (25,0,54,62)
C25M0Y54K62 (25%, 0%, 54%, 62%)
(0.25 / 0.00 / 0.54 / 0.62)

CMYK percentages

%25
%0
%54.17
%62.35

Codes

Color #48602C in popluar color models

48 60 2C
RGB 72 96 44
HSL 88° 37.14% 27.45%
HSB/HSV 88° 54.17% 37.65%
CMYK 25.00% 0.00% 54.17%
62.35%

Color #48602C in popluar number systems.

HEX 48 60 2C
Decimal 72 96 44
Binary 1001000 1100000 101100
Octal 110 140 54

Shades and tints

Shades of #48602C

#48602C
(72,96,44)
#425828
(66,88,40)
#3C5024
(60,80,36)
#364820
(54,72,32)
#30401C
(48,64,28)
#2A3818
(42,56,24)
#243014
(36,48,20)
#1E2810
(30,40,16)
#18200C
(24,32,12)
#121808
(18,24,8)
#0C1004
(12,16,4)
#000000
(0,0,0)

Tints of #48602C

#48602C
(72,96,44)
#586E3F
(88,110,63)
#687C52
(104,124,82)
#788A65
(120,138,101)
#889878
(136,152,120)
#98A68B
(152,166,139)
#A8B49E
(168,180,158)
#B8C2B1
(184,194,177)
#C8D0C4
(200,208,196)
#D8DED7
(216,222,215)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48602C color. Also use rgb(72,96,44) instead hex code.

Text Font Color

.myTextColor { color: #48602C; }

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

This text font color is #48602C.

Background Color

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

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

This div background color is #48602C.

Border color

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

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

This div border color is #48602C.

Opacity

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

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

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

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

This text has shadow with #48602C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48602C.

Preview

Color preview on black background

This text has color #48602C on black background.


Color preview on white background

This text has color #48602C on white background.


Black color preview on #48602C background

This text has black color on #48602C background.


White color preview on #48602C background

This text has white color on #48602C background.


Related colors

Complementary color

Complementary color for #hex is #B79FD3.


I love getcolorcode.com

Triadic colors

1 #2C4860 and #602C48 with #48602C are triadic colors.

2 #2C6048 and #60482C with #48602C are triadic colors.