COLOR #482B3D

HEX: #482B3D RGB: (72,43,61)

Color info

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

RGB color model

#482B3D color RGB value is (72,43,61).

RGB: (72,43,61) (28%, 17%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 61 of 255 = 24%

72
43
61

R + G + B ~ 23%. #482B3D is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 43 + 61 = 176 (100%)
R 72 of 176 ~ 40.91%
G 43 of 176 ~ 24.43%
B 61 of 176 ~ 34.66'%

%40.91
%24.43
%34.66

CMYK color model

#482B3D color CMYK value is (0,40,15,72).

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

CMYK: (0,40,15,72)
C0M40Y15K72 (0%, 40%, 15%, 72%)
(0.00 / 0.40 / 0.15 / 0.72)

CMYK percentages

%0
%40.28
%15.28
%71.76

Codes

Color #482B3D in popluar color models

48 2B 3D
RGB 72 43 61
HSL 323° 25.22% 22.55%
HSB/HSV 323° 40.28% 28.24%
CMYK 0.00% 40.28% 15.28%
71.76%

Color #482B3D in popluar number systems.

HEX 48 2B 3D
Decimal 72 43 61
Binary 1001000 101011 111101
Octal 110 53 75

Shades and tints

Shades of #482B3D

#482B3D
(72,43,61)
#422838
(66,40,56)
#3C2533
(60,37,51)
#36222E
(54,34,46)
#301F29
(48,31,41)
#2A1C24
(42,28,36)
#24191F
(36,25,31)
#1E161A
(30,22,26)
#181315
(24,19,21)
#121010
(18,16,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #482B3D

#482B3D
(72,43,61)
#583E4E
(88,62,78)
#68515F
(104,81,95)
#786470
(120,100,112)
#887781
(136,119,129)
#988A92
(152,138,146)
#A89DA3
(168,157,163)
#B8B0B4
(184,176,180)
#C8C3C5
(200,195,197)
#D8D6D6
(216,214,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482B3D color. Also use rgb(72,43,61) instead hex code.

Text Font Color

.myTextColor { color: #482B3D; }

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

This text font color is #482B3D.

Background Color

.myBgColor { background-color: #482B3D; }

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

This div background color is #482B3D.

Border color

.myBorderColor { border: 1px solid #482B3D; }

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

This div border color is #482B3D.

Opacity

.myOpacity80 { color: #482B3D; opacity: 0.8; }

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

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

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

This text has shadow with #482B3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482B3D.

Preview

Color preview on black background

This text has color #482B3D on black background.


Color preview on white background

This text has color #482B3D on white background.


Black color preview on #482B3D background

This text has black color on #482B3D background.


White color preview on #482B3D background

This text has white color on #482B3D background.


Related colors

Complementary color

Complementary color for #hex is #B7D4C2.


I love getcolorcode.com

Triadic colors

1 #3D482B and #2B3D48 with #482B3D are triadic colors.

2 #3D2B48 and #2B483D with #482B3D are triadic colors.