COLOR #48767D

HEX: #48767D RGB: (72,118,125)

Color info

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

RGB color model

#48767D color RGB value is (72,118,125).

RGB: (72,118,125) (28%, 46%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 118 of 255 = 46%
B 125 of 255 = 49%

72
118
125

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

Portions of RGB colors in percentages

R + G + B = 72 + 118 + 125 = 315 (100%)
R 72 of 315 ~ 22.86%
G 118 of 315 ~ 37.46%
B 125 of 315 ~ 39.68'%

%22.86
%37.46
%39.68

CMYK color model

#48767D color CMYK value is (42,6,0,51).

  • cyan value is 42.40%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (42,6,0,51)
C42M6Y0K51 (42%, 6%, 0%, 51%)
(0.42 / 0.06 / 0.00 / 0.51)

CMYK percentages

%42.4
%5.6
%0
%50.98

Codes

Color #48767D in popluar color models

48 76 7D
RGB 72 118 125
HSL 188° 26.90% 38.63%
HSB/HSV 188° 42.40% 49.02%
CMYK 42.40% 5.60% 0.00%
50.98%

Color #48767D in popluar number systems.

HEX 48 76 7D
Decimal 72 118 125
Binary 1001000 1110110 1111101
Octal 110 166 175

Shades and tints

Shades of #48767D

#48767D
(72,118,125)
#426C72
(66,108,114)
#3C6267
(60,98,103)
#36585C
(54,88,92)
#304E51
(48,78,81)
#2A4446
(42,68,70)
#243A3B
(36,58,59)
#1E3030
(30,48,48)
#182625
(24,38,37)
#121C1A
(18,28,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #48767D

#48767D
(72,118,125)
#588288
(88,130,136)
#688E93
(104,142,147)
#789A9E
(120,154,158)
#88A6A9
(136,166,169)
#98B2B4
(152,178,180)
#A8BEBF
(168,190,191)
#B8CACA
(184,202,202)
#C8D6D5
(200,214,213)
#D8E2E0
(216,226,224)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48767D color. Also use rgb(72,118,125) instead hex code.

Text Font Color

.myTextColor { color: #48767D; }

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

This text font color is #48767D.

Background Color

.myBgColor { background-color: #48767D; }

<div style="background-color:#48767D">Inner text</div>

This div background color is #48767D.

Border color

.myBorderColor { border: 1px solid #48767D; }

<div style="border:3px solid #48767D">Div</div>

This div border color is #48767D.

Opacity

.myOpacity80 { color: #48767D; opacity: 0.8; }

<p style="color:#48767D;opacity:0.8;">80%</p>

Text with #48767D 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 #48767D;}

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

This text has shadow with #48767D color.


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

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

This text has shadow with #48767D primary color and red secondary color.


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

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

This text has shadow with #48767D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #48767D.

Preview

Color preview on black background

This text has color #48767D on black background.


Color preview on white background

This text has color #48767D on white background.


Black color preview on #48767D background

This text has black color on #48767D background.


White color preview on #48767D background

This text has white color on #48767D background.


Related colors

Complementary color

Complementary color for #hex is #B78982.


I love getcolorcode.com

Triadic colors

1 #7D4876 and #767D48 with #48767D are triadic colors.

2 #7D7648 and #76487D with #48767D are triadic colors.