COLOR #485E74

HEX: #485E74
RGB: (72,94,116)

Color info

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

RGB color model

#485E74 color RGB value is (72,94,116).

  • red value is 72;
  • green value is 94;
  • blue value is 116.
RGB:
(72,94,116)
(28%,37%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 94 of 255 = 37%
B 116 of 255 = 45%

72
94
116

R + G + B ~ 37%. #485E74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 94 + 116 = 282 (100%)
R 72 of 282 ~ 25.53%
G 94 of 282 ~ 33.33%
B 116 of 282 ~ 41.13%

%25.53
%33.33
%41.13

CMYK color model

#485E74 color CMYK value is (38,19,0,55).

  • cyan value is 37.93%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,19,0,55)
C38M19Y0K55 
(38%,19%,0%,55%)
(0.38/0.19/0.00/0.55)	

CMYK percentages

%37.93
%18.97
%0
%54.51

Codes

Color #485E74 in popluar color models

485E74
RGB7294116
HSL210°23.40%36.86%
HSB/HSV210°37.93%45.49%
CMYK37.93%18.97%0.00%
54.51%

Color #485E74 in popluar number systems.

HEX485E74
Decimal7294116
Binary100100010111101110100
Octal110136164

Shades and tints

Shades of #485E74

#485E74
(72,94,116)
#42566A
(66,86,106)
#3C4E60
(60,78,96)
#364656
(54,70,86)
#303E4C
(48,62,76)
#2A3642
(42,54,66)
#242E38
(36,46,56)
#1E262E
(30,38,46)
#181E24
(24,30,36)
#12161A
(18,22,26)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #485E74

#485E74
(72,94,116)
#586C80
(88,108,128)
#687A8C
(104,122,140)
#788898
(120,136,152)
#8896A4
(136,150,164)
#98A4B0
(152,164,176)
#A8B2BC
(168,178,188)
#B8C0C8
(184,192,200)
#C8CED4
(200,206,212)
#D8DCE0
(216,220,224)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485E74 color. Also use rgb(72,94,116) instead hex code.

Text Font Color

.myTextColor { color: #485E74; }

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

This text font color is #485E74.


Background Color

.myBgColor { background-color: #485E74; }

<div style="background-color:#485E74">Inner text</div>

This div background color is #485E74.


Border color

.myBorderColor { border: 1px solid #485E74; }

<div style="border:3px solid #485E74">Div</div>

This div border color is #485E74.


Opacity

.myOpacity80 { color: #485E74; opacity: 0.8; }

<p style="color:#485E74;opacity:0.8;">80%</p>

Text with #485E74 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 #485E74;}

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

This text has shadow with #485E74 color.

.textShadow {text-shadow: 3px 3px 1px #485E74, 3px 3px 1px red;}

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

This text has shadow with #485E74 primary color and red secondary color.


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

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

This text has shadow with #485E74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485E74 on black background.


Color preview on white background

This text has color #485E74 on white background.



Black color preview on #485E74 background

This text has black color on #485E74 background.


White color preview on #485E74 background

This text has white color on #485E74 background.