COLOR #48343C

HEX: #48343C
RGB: (72,52,60)

Color info

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

RGB color model

#48343C color RGB value is (72,52,60).

  • red value is 72;
  • green value is 52;
  • blue value is 60.
RGB:
(72,52,60)
(28%,20%,24%)

RGB channels and saturation

R 72 of 255 = 28%
G 52 of 255 = 20%
B 60 of 255 = 24%

72
52
60

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

Portions of RGB colors in percentages

R + G + B =
72 + 52 + 60 = 184 (100%)
R 72 of 184 ~ 39.13%
G 52 of 184 ~ 28.26%
B 60 of 184 ~ 32.61%

%39.13
%28.26
%32.61

CMYK color model

#48343C color CMYK value is (0,28,17,72).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(0,28,17,72)
C0M28Y17K72 
(0%,28%,17%,72%)
(0.00/0.28/0.17/0.72)	

CMYK percentages

%0
%27.78
%16.67
%71.76

Codes

Color #48343C in popluar color models

48343C
RGB725260
HSL336°16.13%24.31%
HSB/HSV336°27.78%28.24%
CMYK0.00%27.78%16.67%
71.76%

Color #48343C in popluar number systems.

HEX48343C
Decimal725260
Binary1001000110100111100
Octal1106474

Shades and tints

Shades of #48343C

#48343C
(72,52,60)
#423037
(66,48,55)
#3C2C32
(60,44,50)
#36282D
(54,40,45)
#302428
(48,36,40)
#2A2023
(42,32,35)
#241C1E
(36,28,30)
#1E1819
(30,24,25)
#181414
(24,20,20)
#12100F
(18,16,15)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48343C

#48343C
(72,52,60)
#58464D
(88,70,77)
#68585E
(104,88,94)
#786A6F
(120,106,111)
#887C80
(136,124,128)
#988E91
(152,142,145)
#A8A0A2
(168,160,162)
#B8B2B3
(184,178,179)
#C8C4C4
(200,196,196)
#D8D6D5
(216,214,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48343C; }

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

This text font color is #48343C.


Background Color

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

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

This div background color is #48343C.


Border color

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

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

This div border color is #48343C.


Opacity

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

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

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

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

This text has shadow with #48343C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48343C on black background.


Color preview on white background

This text has color #48343C on white background.



Black color preview on #48343C background

This text has black color on #48343C background.


White color preview on #48343C background

This text has white color on #48343C background.