COLOR #485E4E

HEX: #485E4E
RGB: (72,94,78)

Color info

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

RGB color model

#485E4E color RGB value is (72,94,78).

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

RGB channels and saturation

R 72 of 255 = 28%
G 94 of 255 = 37%
B 78 of 255 = 31%

72
94
78

R + G + B ~ 32%. #485E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 94 + 78 = 244 (100%)
R 72 of 244 ~ 29.51%
G 94 of 244 ~ 38.52%
B 78 of 244 ~ 31.97%

%29.51
%38.52
%31.97

CMYK color model

#485E4E color CMYK value is (23,0,17,63).

  • cyan value is 23.40%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 63.14%
CMYK:
(23,0,17,63)
C23M0Y17K63 
(23%,0%,17%,63%)
(0.23/0.00/0.17/0.63)	

CMYK percentages

%23.4
%0
%17.02
%63.14

Codes

Color #485E4E in popluar color models

485E4E
RGB729478
HSL136°13.25%32.55%
HSB/HSV136°23.40%36.86%
CMYK23.40%0.00%17.02%
63.14%

Color #485E4E in popluar number systems.

HEX485E4E
Decimal729478
Binary100100010111101001110
Octal110136116

Shades and tints

Shades of #485E4E

#485E4E
(72,94,78)
#425647
(66,86,71)
#3C4E40
(60,78,64)
#364639
(54,70,57)
#303E32
(48,62,50)
#2A362B
(42,54,43)
#242E24
(36,46,36)
#1E261D
(30,38,29)
#181E16
(24,30,22)
#12160F
(18,22,15)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #485E4E

#485E4E
(72,94,78)
#586C5E
(88,108,94)
#687A6E
(104,122,110)
#78887E
(120,136,126)
#88968E
(136,150,142)
#98A49E
(152,164,158)
#A8B2AE
(168,178,174)
#B8C0BE
(184,192,190)
#C8CECE
(200,206,206)
#D8DCDE
(216,220,222)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485E4E; }

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

This text font color is #485E4E.


Background Color

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

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

This div background color is #485E4E.


Border color

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

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

This div border color is #485E4E.


Opacity

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

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

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

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

This text has shadow with #485E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485E4E on black background.


Color preview on white background

This text has color #485E4E on white background.



Black color preview on #485E4E background

This text has black color on #485E4E background.


White color preview on #485E4E background

This text has white color on #485E4E background.