COLOR #483943

HEX: #483943 RGB: (72,57,67)

Color info

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

RGB color model

#483943 color RGB value is (72,57,67).

RGB: (72,57,67) (28%, 22%, 26%)

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 67 of 255 = 26%

72
57
67

R + G + B ~ 25%. #483943 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 57 + 67 = 196 (100%)
R 72 of 196 ~ 36.73%
G 57 of 196 ~ 29.08%
B 67 of 196 ~ 34.18'%

%36.73
%29.08
%34.18

CMYK color model

#483943 color CMYK value is (0,21,7,72).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 6.94%
  • key color value is 71.76%

CMYK: (0,21,7,72)
C0M21Y7K72 (0%, 21%, 7%, 72%)
(0.00 / 0.21 / 0.07 / 0.72)

CMYK percentages

%0
%20.83
%6.94
%71.76

Codes

Color #483943 in popluar color models

48 39 43
RGB 72 57 67
HSL 320° 11.63% 25.29%
HSB/HSV 320° 20.83% 28.24%
CMYK 0.00% 20.83% 6.94%
71.76%

Color #483943 in popluar number systems.

HEX 48 39 43
Decimal 72 57 67
Binary 1001000 111001 1000011
Octal 110 71 103

Shades and tints

Shades of #483943

#483943
(72,57,67)
#42343D
(66,52,61)
#3C2F37
(60,47,55)
#362A31
(54,42,49)
#30252B
(48,37,43)
#2A2025
(42,32,37)
#241B1F
(36,27,31)
#1E1619
(30,22,25)
#181113
(24,17,19)
#120C0D
(18,12,13)
#0C0707
(12,7,7)
#000000
(0,0,0)

Tints of #483943

#483943
(72,57,67)
#584B54
(88,75,84)
#685D65
(104,93,101)
#786F76
(120,111,118)
#888187
(136,129,135)
#989398
(152,147,152)
#A8A5A9
(168,165,169)
#B8B7BA
(184,183,186)
#C8C9CB
(200,201,203)
#D8DBDC
(216,219,220)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483943 color. Also use rgb(72,57,67) instead hex code.

Text Font Color

.myTextColor { color: #483943; }

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

This text font color is #483943.

Background Color

.myBgColor { background-color: #483943; }

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

This div background color is #483943.

Border color

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

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

This div border color is #483943.

Opacity

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

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

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

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

This text has shadow with #483943 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483943.

Preview

Color preview on black background

This text has color #483943 on black background.


Color preview on white background

This text has color #483943 on white background.


Black color preview on #483943 background

This text has black color on #483943 background.


White color preview on #483943 background

This text has white color on #483943 background.


Related colors

Complementary color

Complementary color for #hex is #B7C6BC.


I love getcolorcode.com

Triadic colors

1 #434839 and #394348 with #483943 are triadic colors.

2 #433948 and #394843 with #483943 are triadic colors.