COLOR #48343F

HEX: #48343F RGB: (72,52,63)

Color info

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

RGB color model

#48343F color RGB value is (72,52,63).

RGB: (72,52,63) (28%, 20%, 25%)

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 63 of 255 = 25%

72
52
63

R + G + B ~ 24%. #48343F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 52 + 63 = 187 (100%)
R 72 of 187 ~ 38.5%
G 52 of 187 ~ 27.81%
B 63 of 187 ~ 33.69'%

%38.5
%27.81
%33.69

CMYK color model

#48343F color CMYK value is (0,28,13,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 12.50%
  • key color value is 71.76%

CMYK: (0,28,13,72)
C0M28Y13K72 (0%, 28%, 13%, 72%)
(0.00 / 0.28 / 0.13 / 0.72)

CMYK percentages

%0
%27.78
%12.5
%71.76

Codes

Color #48343F in popluar color models

48 34 3F
RGB 72 52 63
HSL 327° 16.13% 24.31%
HSB/HSV 327° 27.78% 28.24%
CMYK 0.00% 27.78% 12.50%
71.76%

Color #48343F in popluar number systems.

HEX 48 34 3F
Decimal 72 52 63
Binary 1001000 110100 111111
Octal 110 64 77

Shades and tints

Shades of #48343F

#48343F
(72,52,63)
#42303A
(66,48,58)
#3C2C35
(60,44,53)
#362830
(54,40,48)
#30242B
(48,36,43)
#2A2026
(42,32,38)
#241C21
(36,28,33)
#1E181C
(30,24,28)
#181417
(24,20,23)
#121012
(18,16,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48343F

#48343F
(72,52,63)
#584650
(88,70,80)
#685861
(104,88,97)
#786A72
(120,106,114)
#887C83
(136,124,131)
#988E94
(152,142,148)
#A8A0A5
(168,160,165)
#B8B2B6
(184,178,182)
#C8C4C7
(200,196,199)
#D8D6D8
(216,214,216)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48343F color. Also use rgb(72,52,63) instead hex code.

Text Font Color

.myTextColor { color: #48343F; }

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

This text font color is #48343F.

Background Color

.myBgColor { background-color: #48343F; }

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

This div background color is #48343F.

Border color

.myBorderColor { border: 1px solid #48343F; }

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

This div border color is #48343F.

Opacity

.myOpacity80 { color: #48343F; opacity: 0.8; }

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

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

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

This text has shadow with #48343F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48343F.

Preview

Color preview on black background

This text has color #48343F on black background.


Color preview on white background

This text has color #48343F on white background.


Black color preview on #48343F background

This text has black color on #48343F background.


White color preview on #48343F background

This text has white color on #48343F background.


Related colors

Complementary color

Complementary color for #hex is #B7CBC0.


I love getcolorcode.com

Triadic colors

1 #3F4834 and #343F48 with #48343F are triadic colors.

2 #3F3448 and #34483F with #48343F are triadic colors.