COLOR #485441

HEX: #485441
RGB: (72,84,65)

Color info

#485441 contains red, green and blue colors in about the same proportion. Web safe color of #485441 is #336633 (or #363).

RGB color model

#485441 color RGB value is (72,84,65).

  • red value is 72;
  • green value is 84;
  • blue value is 65.
RGB:
(72,84,65)
(28%,33%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 65 of 255 = 25%

72
84
65

R + G + B ~ 29%. #485441 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 65 = 221 (100%)
R 72 of 221 ~ 32.58%
G 84 of 221 ~ 38.01%
B 65 of 221 ~ 29.41%

%32.58
%38.01
%29.41

CMYK color model

#485441 color CMYK value is (14,0,23,67).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 67.06%
CMYK:
(14,0,23,67)
C14M0Y23K67 
(14%,0%,23%,67%)
(0.14/0.00/0.23/0.67)	

CMYK percentages

%14.29
%0
%22.62
%67.06

Codes

Color #485441 in popluar color models

485441
RGB728465
HSL98°12.75%29.22%
HSB/HSV98°22.62%32.94%
CMYK14.29%0.00%22.62%
67.06%

Color #485441 in popluar number systems.

HEX485441
Decimal728465
Binary100100010101001000001
Octal110124101

Shades and tints

Shades of #485441

#485441
(72,84,65)
#424D3C
(66,77,60)
#3C4637
(60,70,55)
#363F32
(54,63,50)
#30382D
(48,56,45)
#2A3128
(42,49,40)
#242A23
(36,42,35)
#1E231E
(30,35,30)
#181C19
(24,28,25)
#121514
(18,21,20)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #485441

#485441
(72,84,65)
#586352
(88,99,82)
#687263
(104,114,99)
#788174
(120,129,116)
#889085
(136,144,133)
#989F96
(152,159,150)
#A8AEA7
(168,174,167)
#B8BDB8
(184,189,184)
#C8CCC9
(200,204,201)
#D8DBDA
(216,219,218)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485441 color. Also use rgb(72,84,65) instead hex code.

Text Font Color

.myTextColor { color: #485441; }

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

This text font color is #485441.


Background Color

.myBgColor { background-color: #485441; }

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

This div background color is #485441.


Border color

.myBorderColor { border: 1px solid #485441; }

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

This div border color is #485441.


Opacity

.myOpacity80 { color: #485441; opacity: 0.8; }

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

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

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

This text has shadow with #485441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485441 on black background.


Color preview on white background

This text has color #485441 on white background.



Black color preview on #485441 background

This text has black color on #485441 background.


White color preview on #485441 background

This text has white color on #485441 background.