COLOR #48645B

HEX: #48645B RGB: (72,100,91)

Color info

#48645B contains red, green and blue colors in about the same proportion. Web safe color of #48645B is #336666 (or #366).

RGB color model

#48645B color RGB value is (72,100,91).

RGB: (72,100,91) (28%, 39%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 100 of 255 = 39%
B 91 of 255 = 36%

72
100
91

R + G + B ~ 34%. #48645B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 100 + 91 = 263 (100%)
R 72 of 263 ~ 27.38%
G 100 of 263 ~ 38.02%
B 91 of 263 ~ 34.6'%

%27.38
%38.02
%34.6

CMYK color model

#48645B color CMYK value is (28,0,9,61).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 60.78%

CMYK: (28,0,9,61)
C28M0Y9K61 (28%, 0%, 9%, 61%)
(0.28 / 0.00 / 0.09 / 0.61)

CMYK percentages

%28
%0
%9
%60.78

Codes

Color #48645B in popluar color models

48 64 5B
RGB 72 100 91
HSL 161° 16.28% 33.73%
HSB/HSV 161° 28.00% 39.22%
CMYK 28.00% 0.00% 9.00%
60.78%

Color #48645B in popluar number systems.

HEX 48 64 5B
Decimal 72 100 91
Binary 1001000 1100100 1011011
Octal 110 144 133

Shades and tints

Shades of #48645B

#48645B
(72,100,91)
#425B53
(66,91,83)
#3C524B
(60,82,75)
#364943
(54,73,67)
#30403B
(48,64,59)
#2A3733
(42,55,51)
#242E2B
(36,46,43)
#1E2523
(30,37,35)
#181C1B
(24,28,27)
#121313
(18,19,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #48645B

#48645B
(72,100,91)
#587269
(88,114,105)
#688077
(104,128,119)
#788E85
(120,142,133)
#889C93
(136,156,147)
#98AAA1
(152,170,161)
#A8B8AF
(168,184,175)
#B8C6BD
(184,198,189)
#C8D4CB
(200,212,203)
#D8E2D9
(216,226,217)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48645B color. Also use rgb(72,100,91) instead hex code.

Text Font Color

.myTextColor { color: #48645B; }

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

This text font color is #48645B.

Background Color

.myBgColor { background-color: #48645B; }

<div style="background-color:#48645B">Inner text</div>

This div background color is #48645B.

Border color

.myBorderColor { border: 1px solid #48645B; }

<div style="border:3px solid #48645B">Div</div>

This div border color is #48645B.

Opacity

.myOpacity80 { color: #48645B; opacity: 0.8; }

<p style="color:#48645B;opacity:0.8;">80%</p>

Text with #48645B 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 #48645B;}

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

This text has shadow with #48645B color.


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

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

This text has shadow with #48645B primary color and red secondary color.


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

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

This text has shadow with #48645B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48645B.

Preview

Color preview on black background

This text has color #48645B on black background.


Color preview on white background

This text has color #48645B on white background.


Black color preview on #48645B background

This text has black color on #48645B background.


White color preview on #48645B background

This text has white color on #48645B background.


Related colors

Complementary color

Complementary color for #hex is #B79BA4.


I love getcolorcode.com

Triadic colors

1 #5B4864 and #645B48 with #48645B are triadic colors.

2 #5B6448 and #64485B with #48645B are triadic colors.