COLOR #48615A

HEX: #48615A
RGB: (72,97,90)

Color info

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

RGB color model

#48615A color RGB value is (72,97,90).

  • red value is 72;
  • green value is 97;
  • blue value is 90.
RGB:
(72,97,90)
(28%,38%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 97 of 255 = 38%
B 90 of 255 = 35%

72
97
90

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

Portions of RGB colors in percentages

R + G + B =
72 + 97 + 90 = 259 (100%)
R 72 of 259 ~ 27.8%
G 97 of 259 ~ 37.45%
B 90 of 259 ~ 34.75%

%27.8
%37.45
%34.75

CMYK color model

#48615A color CMYK value is (26,0,7,62).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(26,0,7,62)
C26M0Y7K62 
(26%,0%,7%,62%)
(0.26/0.00/0.07/0.62)	

CMYK percentages

%25.77
%0
%7.22
%61.96

Codes

Color #48615A in popluar color models

48615A
RGB729790
HSL163°14.79%33.14%
HSB/HSV163°25.77%38.04%
CMYK25.77%0.00%7.22%
61.96%

Color #48615A in popluar number systems.

HEX48615A
Decimal729790
Binary100100011000011011010
Octal110141132

Shades and tints

Shades of #48615A

#48615A
(72,97,90)
#425952
(66,89,82)
#3C514A
(60,81,74)
#364942
(54,73,66)
#30413A
(48,65,58)
#2A3932
(42,57,50)
#24312A
(36,49,42)
#1E2922
(30,41,34)
#18211A
(24,33,26)
#121912
(18,25,18)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #48615A

#48615A
(72,97,90)
#586F69
(88,111,105)
#687D78
(104,125,120)
#788B87
(120,139,135)
#889996
(136,153,150)
#98A7A5
(152,167,165)
#A8B5B4
(168,181,180)
#B8C3C3
(184,195,195)
#C8D1D2
(200,209,210)
#D8DFE1
(216,223,225)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48615A color. Also use rgb(72,97,90) instead hex code.

Text Font Color

.myTextColor { color: #48615A; }

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

This text font color is #48615A.


Background Color

.myBgColor { background-color: #48615A; }

<div style="background-color:#48615A">Inner text</div>

This div background color is #48615A.


Border color

.myBorderColor { border: 1px solid #48615A; }

<div style="border:3px solid #48615A">Div</div>

This div border color is #48615A.


Opacity

.myOpacity80 { color: #48615A; opacity: 0.8; }

<p style="color:#48615A;opacity:0.8;">80%</p>

Text with #48615A 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 #48615A;}

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

This text has shadow with #48615A color.

.textShadow {text-shadow: 3px 3px 1px #48615A, 3px 3px 1px red;}

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

This text has shadow with #48615A primary color and red secondary color.


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

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

This text has shadow with #48615A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48615A on black background.


Color preview on white background

This text has color #48615A on white background.



Black color preview on #48615A background

This text has black color on #48615A background.


White color preview on #48615A background

This text has white color on #48615A background.