COLOR #48777A

HEX: #48777A
RGB: (72,119,122)

Color info

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

RGB color model

#48777A color RGB value is (72,119,122).

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

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 122 of 255 = 48%

72
119
122

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

Portions of RGB colors in percentages

R + G + B =
72 + 119 + 122 = 313 (100%)
R 72 of 313 ~ 23%
G 119 of 313 ~ 38.02%
B 122 of 313 ~ 38.98%

%23
%38.02
%38.98

CMYK color model

#48777A color CMYK value is (41,2,0,52).

  • cyan value is 40.98%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(41,2,0,52)
C41M2Y0K52 
(41%,2%,0%,52%)
(0.41/0.02/0.00/0.52)	

CMYK percentages

%40.98
%2.46
%0
%52.16

Codes

Color #48777A in popluar color models

48777A
RGB72119122
HSL184°25.77%38.04%
HSB/HSV184°40.98%47.84%
CMYK40.98%2.46%0.00%
52.16%

Color #48777A in popluar number systems.

HEX48777A
Decimal72119122
Binary100100011101111111010
Octal110167172

Shades and tints

Shades of #48777A

#48777A
(72,119,122)
#426D6F
(66,109,111)
#3C6364
(60,99,100)
#365959
(54,89,89)
#304F4E
(48,79,78)
#2A4543
(42,69,67)
#243B38
(36,59,56)
#1E312D
(30,49,45)
#182722
(24,39,34)
#121D17
(18,29,23)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #48777A

#48777A
(72,119,122)
#588386
(88,131,134)
#688F92
(104,143,146)
#789B9E
(120,155,158)
#88A7AA
(136,167,170)
#98B3B6
(152,179,182)
#A8BFC2
(168,191,194)
#B8CBCE
(184,203,206)
#C8D7DA
(200,215,218)
#D8E3E6
(216,227,230)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48777A; }

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

This text font color is #48777A.


Background Color

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

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

This div background color is #48777A.


Border color

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

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

This div border color is #48777A.


Opacity

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

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

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

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

This text has shadow with #48777A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48777A on black background.


Color preview on white background

This text has color #48777A on white background.



Black color preview on #48777A background

This text has black color on #48777A background.


White color preview on #48777A background

This text has white color on #48777A background.