COLOR #48727A

HEX: #48727A
RGB: (72,114,122)

Color info

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

RGB color model

#48727A color RGB value is (72,114,122).

  • red value is 72;
  • green value is 114;
  • blue value is 122.
RGB:
(72,114,122)
(28%,45%,48%)

RGB channels and saturation

R 72 of 255 = 28%
G 114 of 255 = 45%
B 122 of 255 = 48%

72
114
122

R + G + B ~ 40%. #48727A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 114 + 122 = 308 (100%)
R 72 of 308 ~ 23.38%
G 114 of 308 ~ 37.01%
B 122 of 308 ~ 39.61%

%23.38
%37.01
%39.61

CMYK color model

#48727A color CMYK value is (41,7,0,52).

  • cyan value is 40.98%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(41,7,0,52)
C41M7Y0K52 
(41%,7%,0%,52%)
(0.41/0.07/0.00/0.52)	

CMYK percentages

%40.98
%6.56
%0
%52.16

Codes

Color #48727A in popluar color models

48727A
RGB72114122
HSL190°25.77%38.04%
HSB/HSV190°40.98%47.84%
CMYK40.98%6.56%0.00%
52.16%

Color #48727A in popluar number systems.

HEX48727A
Decimal72114122
Binary100100011100101111010
Octal110162172

Shades and tints

Shades of #48727A

#48727A
(72,114,122)
#42686F
(66,104,111)
#3C5E64
(60,94,100)
#365459
(54,84,89)
#304A4E
(48,74,78)
#2A4043
(42,64,67)
#243638
(36,54,56)
#1E2C2D
(30,44,45)
#182222
(24,34,34)
#121817
(18,24,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #48727A

#48727A
(72,114,122)
#587E86
(88,126,134)
#688A92
(104,138,146)
#78969E
(120,150,158)
#88A2AA
(136,162,170)
#98AEB6
(152,174,182)
#A8BAC2
(168,186,194)
#B8C6CE
(184,198,206)
#C8D2DA
(200,210,218)
#D8DEE6
(216,222,230)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48727A color. Also use rgb(72,114,122) instead hex code.

Text Font Color

.myTextColor { color: #48727A; }

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

This text font color is #48727A.


Background Color

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

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

This div background color is #48727A.


Border color

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

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

This div border color is #48727A.


Opacity

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

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

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

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

This text has shadow with #48727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48727A on black background.


Color preview on white background

This text has color #48727A on white background.



Black color preview on #48727A background

This text has black color on #48727A background.


White color preview on #48727A background

This text has white color on #48727A background.