COLOR #482B43

HEX: #482B43 RGB: (72,43,67)

Color info

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

RGB color model

#482B43 color RGB value is (72,43,67).

RGB: (72,43,67) (28%, 17%, 26%)

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 67 of 255 = 26%

72
43
67

R + G + B ~ 24%. #482B43 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 43 + 67 = 182 (100%)
R 72 of 182 ~ 39.56%
G 43 of 182 ~ 23.63%
B 67 of 182 ~ 36.81'%

%39.56
%23.63
%36.81

CMYK color model

#482B43 color CMYK value is (0,40,7,72).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 6.94%
  • key color value is 71.76%
CMYK: (0,40,7,72) C0M40Y7K72 (0%,40%,7%,72%) (0.00/0.40/0.07/0.72) 

CMYK percentages

%0
%40.28
%6.94
%71.76

Codes

Color #482B43 in popluar color models

48 2B 43
RGB 72 43 67
HSL 310° 25.22% 22.55%
HSB/HSV 310° 40.28% 28.24%
CMYK 0.00% 40.28% 6.94%
71.76%

Color #482B43 in popluar number systems.

HEX 48 2B 43
Decimal 72 43 67
Binary 1001000 101011 1000011
Octal 110 53 103

Shades and tints

Shades of #482B43

#482B43
(72,43,67)
#42283D
(66,40,61)
#3C2537
(60,37,55)
#362231
(54,34,49)
#301F2B
(48,31,43)
#2A1C25
(42,28,37)
#24191F
(36,25,31)
#1E1619
(30,22,25)
#181313
(24,19,19)
#12100D
(18,16,13)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #482B43

#482B43
(72,43,67)
#583E54
(88,62,84)
#685165
(104,81,101)
#786476
(120,100,118)
#887787
(136,119,135)
#988A98
(152,138,152)
#A89DA9
(168,157,169)
#B8B0BA
(184,176,186)
#C8C3CB
(200,195,203)
#D8D6DC
(216,214,220)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482B43; }

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

This text font color is #482B43.

Background Color

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

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

This div background color is #482B43.

Border color

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

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

This div border color is #482B43.

Opacity

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

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

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

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

This text has shadow with #482B43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482B43.

Preview

Color preview on black background

This text has color #482B43 on black background.


Color preview on white background

This text has color #482B43 on white background.


Black color preview on #482B43 background

This text has black color on #482B43 background.


White color preview on #482B43 background

This text has white color on #482B43 background.


Related colors

Complementary color

Complementary color for #hex is #B7D4BC.


I love getcolorcode.com

Triadic colors

1 #43482B and #2B4348 with #482B43 are triadic colors.

2 #432B48 and #2B4843 with #482B43 are triadic colors.