COLOR #483C4A

HEX: #483C4A RGB: (72,60,74)

Color info

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

RGB color model

#483C4A color RGB value is (72,60,74).

RGB: (72,60,74) (28%, 24%, 29%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 74 of 255 = 29%

72
60
74

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

Portions of RGB colors in percentages

R + G + B = 72 + 60 + 74 = 206 (100%)
R 72 of 206 ~ 34.95%
G 60 of 206 ~ 29.13%
B 74 of 206 ~ 35.92'%

%34.95
%29.13
%35.92

CMYK color model

#483C4A color CMYK value is (3,19,0,71).

  • cyan value is 2.70%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (3,19,0,71)
C3M19Y0K71 (3%, 19%, 0%, 71%)
(0.03 / 0.19 / 0.00 / 0.71)

CMYK percentages

%2.7
%18.92
%0
%70.98

Codes

Color #483C4A in popluar color models

48 3C 4A
RGB 72 60 74
HSL 291° 10.45% 26.27%
HSB/HSV 291° 18.92% 29.02%
CMYK 2.70% 18.92% 0.00%
70.98%

Color #483C4A in popluar number systems.

HEX 48 3C 4A
Decimal 72 60 74
Binary 1001000 111100 1001010
Octal 110 74 112

Shades and tints

Shades of #483C4A

#483C4A
(72,60,74)
#423744
(66,55,68)
#3C323E
(60,50,62)
#362D38
(54,45,56)
#302832
(48,40,50)
#2A232C
(42,35,44)
#241E26
(36,30,38)
#1E1920
(30,25,32)
#18141A
(24,20,26)
#120F14
(18,15,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #483C4A

#483C4A
(72,60,74)
#584D5A
(88,77,90)
#685E6A
(104,94,106)
#786F7A
(120,111,122)
#88808A
(136,128,138)
#98919A
(152,145,154)
#A8A2AA
(168,162,170)
#B8B3BA
(184,179,186)
#C8C4CA
(200,196,202)
#D8D5DA
(216,213,218)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483C4A color. Also use rgb(72,60,74) instead hex code.

Text Font Color

.myTextColor { color: #483C4A; }

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

This text font color is #483C4A.

Background Color

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

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

This div background color is #483C4A.

Border color

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

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

This div border color is #483C4A.

Opacity

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

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

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

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

This text has shadow with #483C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483C4A.

Preview

Color preview on black background

This text has color #483C4A on black background.


Color preview on white background

This text has color #483C4A on white background.


Black color preview on #483C4A background

This text has black color on #483C4A background.


White color preview on #483C4A background

This text has white color on #483C4A background.


Related colors

Complementary color

Complementary color for #hex is #B7C3B5.


I love getcolorcode.com

Triadic colors

1 #4A483C and #3C4A48 with #483C4A are triadic colors.

2 #4A3C48 and #3C484A with #483C4A are triadic colors.