COLOR #483F46

HEX: #483F46
RGB: (72,63,70)

Color info

#483F46 contains red, green and blue colors in about the same proportion. Web safe color of #483F46 is #333333 (or #333).

RGB color model

#483F46 color RGB value is (72,63,70).

  • red value is 72;
  • green value is 63;
  • blue value is 70.
RGB:
(72,63,70)
(28%,25%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 70 of 255 = 27%

72
63
70

R + G + B ~ 27%. #483F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 63 + 70 = 205 (100%)
R 72 of 205 ~ 35.12%
G 63 of 205 ~ 30.73%
B 70 of 205 ~ 34.15%

%35.12
%30.73
%34.15

CMYK color model

#483F46 color CMYK value is (0,13,3,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(0,13,3,72)
C0M13Y3K72 
(0%,13%,3%,72%)
(0.00/0.13/0.03/0.72)	

CMYK percentages

%0
%12.5
%2.78
%71.76

Codes

Color #483F46 in popluar color models

483F46
RGB726370
HSL313°6.67%26.47%
HSB/HSV313°12.50%28.24%
CMYK0.00%12.50%2.78%
71.76%

Color #483F46 in popluar number systems.

HEX483F46
Decimal726370
Binary10010001111111000110
Octal11077106

Shades and tints

Shades of #483F46

#483F46
(72,63,70)
#423A40
(66,58,64)
#3C353A
(60,53,58)
#363034
(54,48,52)
#302B2E
(48,43,46)
#2A2628
(42,38,40)
#242122
(36,33,34)
#1E1C1C
(30,28,28)
#181716
(24,23,22)
#121210
(18,18,16)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #483F46

#483F46
(72,63,70)
#585056
(88,80,86)
#686166
(104,97,102)
#787276
(120,114,118)
#888386
(136,131,134)
#989496
(152,148,150)
#A8A5A6
(168,165,166)
#B8B6B6
(184,182,182)
#C8C7C6
(200,199,198)
#D8D8D6
(216,216,214)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F46 color. Also use rgb(72,63,70) instead hex code.

Text Font Color

.myTextColor { color: #483F46; }

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

This text font color is #483F46.


Background Color

.myBgColor { background-color: #483F46; }

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

This div background color is #483F46.


Border color

.myBorderColor { border: 1px solid #483F46; }

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

This div border color is #483F46.


Opacity

.myOpacity80 { color: #483F46; opacity: 0.8; }

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

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

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

This text has shadow with #483F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483F46 on black background.


Color preview on white background

This text has color #483F46 on white background.



Black color preview on #483F46 background

This text has black color on #483F46 background.


White color preview on #483F46 background

This text has white color on #483F46 background.