COLOR #483E3F

HEX: #483E3F
RGB: (72,62,63)

Color info

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

RGB color model

#483E3F color RGB value is (72,62,63).

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

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 63 of 255 = 25%

72
62
63

R + G + B ~ 26%. #483E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 62 + 63 = 197 (100%)
R 72 of 197 ~ 36.55%
G 62 of 197 ~ 31.47%
B 63 of 197 ~ 31.98%

%36.55
%31.47
%31.98

CMYK color model

#483E3F color CMYK value is (0,14,13,72).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,14,13,72)
C0M14Y13K72 
(0%,14%,13%,72%)
(0.00/0.14/0.13/0.72)	

CMYK percentages

%0
%13.89
%12.5
%71.76

Codes

Color #483E3F in popluar color models

483E3F
RGB726263
HSL354°7.46%26.27%
HSB/HSV354°13.89%28.24%
CMYK0.00%13.89%12.50%
71.76%

Color #483E3F in popluar number systems.

HEX483E3F
Decimal726263
Binary1001000111110111111
Octal1107677

Shades and tints

Shades of #483E3F

#483E3F
(72,62,63)
#42393A
(66,57,58)
#3C3435
(60,52,53)
#362F30
(54,47,48)
#302A2B
(48,42,43)
#2A2526
(42,37,38)
#242021
(36,32,33)
#1E1B1C
(30,27,28)
#181617
(24,22,23)
#121112
(18,17,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #483E3F

#483E3F
(72,62,63)
#584F50
(88,79,80)
#686061
(104,96,97)
#787172
(120,113,114)
#888283
(136,130,131)
#989394
(152,147,148)
#A8A4A5
(168,164,165)
#B8B5B6
(184,181,182)
#C8C6C7
(200,198,199)
#D8D7D8
(216,215,216)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E3F; }

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

This text font color is #483E3F.


Background Color

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

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

This div background color is #483E3F.


Border color

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

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

This div border color is #483E3F.


Opacity

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

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

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

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

This text has shadow with #483E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483E3F on black background.


Color preview on white background

This text has color #483E3F on white background.



Black color preview on #483E3F background

This text has black color on #483E3F background.


White color preview on #483E3F background

This text has white color on #483E3F background.