COLOR #48333D

HEX: #48333D RGB: (72,51,61)

Color info

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

RGB color model

#48333D color RGB value is (72,51,61).

RGB: (72,51,61) (28%, 20%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 51 of 255 = 20%
B 61 of 255 = 24%

72
51
61

R + G + B ~ 24%. #48333D is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 51 + 61 = 184 (100%)
R 72 of 184 ~ 39.13%
G 51 of 184 ~ 27.72%
B 61 of 184 ~ 33.15'%

%39.13
%27.72
%33.15

CMYK color model

#48333D color CMYK value is (0,29,15,72).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 15.28%
  • key color value is 71.76%

CMYK: (0,29,15,72)
C0M29Y15K72 (0%, 29%, 15%, 72%)
(0.00 / 0.29 / 0.15 / 0.72)

CMYK percentages

%0
%29.17
%15.28
%71.76

Codes

Color #48333D in popluar color models

48 33 3D
RGB 72 51 61
HSL 331° 17.07% 24.12%
HSB/HSV 331° 29.17% 28.24%
CMYK 0.00% 29.17% 15.28%
71.76%

Color #48333D in popluar number systems.

HEX 48 33 3D
Decimal 72 51 61
Binary 1001000 110011 111101
Octal 110 63 75

Shades and tints

Shades of #48333D

#48333D
(72,51,61)
#422F38
(66,47,56)
#3C2B33
(60,43,51)
#36272E
(54,39,46)
#302329
(48,35,41)
#2A1F24
(42,31,36)
#241B1F
(36,27,31)
#1E171A
(30,23,26)
#181315
(24,19,21)
#120F10
(18,15,16)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #48333D

#48333D
(72,51,61)
#58454E
(88,69,78)
#68575F
(104,87,95)
#786970
(120,105,112)
#887B81
(136,123,129)
#988D92
(152,141,146)
#A89FA3
(168,159,163)
#B8B1B4
(184,177,180)
#C8C3C5
(200,195,197)
#D8D5D6
(216,213,214)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48333D color. Also use rgb(72,51,61) instead hex code.

Text Font Color

.myTextColor { color: #48333D; }

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

This text font color is #48333D.

Background Color

.myBgColor { background-color: #48333D; }

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

This div background color is #48333D.

Border color

.myBorderColor { border: 1px solid #48333D; }

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

This div border color is #48333D.

Opacity

.myOpacity80 { color: #48333D; opacity: 0.8; }

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

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

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

This text has shadow with #48333D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48333D.

Preview

Color preview on black background

This text has color #48333D on black background.


Color preview on white background

This text has color #48333D on white background.


Black color preview on #48333D background

This text has black color on #48333D background.


White color preview on #48333D background

This text has white color on #48333D background.


Related colors

Complementary color

Complementary color for #hex is #B7CCC2.


I love getcolorcode.com

Triadic colors

1 #3D4833 and #333D48 with #48333D are triadic colors.

2 #3D3348 and #33483D with #48333D are triadic colors.