COLOR #483B29

HEX: #483B29 RGB: (72,59,41)

Color info

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

RGB color model

#483B29 color RGB value is (72,59,41).

RGB: (72,59,41) (28%, 23%, 16%)

RGB channels and saturation

R 72 of 255 = 28%
G 59 of 255 = 23%
B 41 of 255 = 16%

72
59
41

R + G + B ~ 22%. #483B29 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 59 + 41 = 172 (100%)
R 72 of 172 ~ 41.86%
G 59 of 172 ~ 34.3%
B 41 of 172 ~ 23.84'%

%41.86
%34.3
%23.84

CMYK color model

#483B29 color CMYK value is (0,18,43,72).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 43.06%
  • key color value is 71.76%

CMYK: (0,18,43,72)
C0M18Y43K72 (0%, 18%, 43%, 72%)
(0.00 / 0.18 / 0.43 / 0.72)

CMYK percentages

%0
%18.06
%43.06
%71.76

Codes

Color #483B29 in popluar color models

48 3B 29
RGB 72 59 41
HSL 35° 27.43% 22.16%
HSB/HSV 35° 43.06% 28.24%
CMYK 0.00% 18.06% 43.06%
71.76%

Color #483B29 in popluar number systems.

HEX 48 3B 29
Decimal 72 59 41
Binary 1001000 111011 101001
Octal 110 73 51

Shades and tints

Shades of #483B29

#483B29
(72,59,41)
#423626
(66,54,38)
#3C3123
(60,49,35)
#362C20
(54,44,32)
#30271D
(48,39,29)
#2A221A
(42,34,26)
#241D17
(36,29,23)
#1E1814
(30,24,20)
#181311
(24,19,17)
#120E0E
(18,14,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #483B29

#483B29
(72,59,41)
#584C3C
(88,76,60)
#685D4F
(104,93,79)
#786E62
(120,110,98)
#887F75
(136,127,117)
#989088
(152,144,136)
#A8A19B
(168,161,155)
#B8B2AE
(184,178,174)
#C8C3C1
(200,195,193)
#D8D4D4
(216,212,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483B29 color. Also use rgb(72,59,41) instead hex code.

Text Font Color

.myTextColor { color: #483B29; }

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

This text font color is #483B29.

Background Color

.myBgColor { background-color: #483B29; }

<div style="background-color:#483B29">Inner text</div>

This div background color is #483B29.

Border color

.myBorderColor { border: 1px solid #483B29; }

<div style="border:3px solid #483B29">Div</div>

This div border color is #483B29.

Opacity

.myOpacity80 { color: #483B29; opacity: 0.8; }

<p style="color:#483B29;opacity:0.8;">80%</p>

Text with #483B29 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 #483B29;}

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

This text has shadow with #483B29 color.


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

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

This text has shadow with #483B29 primary color and red secondary color.


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

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

This text has shadow with #483B29 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #483B29.

Preview

Color preview on black background

This text has color #483B29 on black background.


Color preview on white background

This text has color #483B29 on white background.


Black color preview on #483B29 background

This text has black color on #483B29 background.


White color preview on #483B29 background

This text has white color on #483B29 background.


Related colors

Complementary color

Complementary color for #hex is #B7C4D6.


I love getcolorcode.com

Triadic colors

1 #29483B and #3B2948 with #483B29 are triadic colors.

2 #293B48 and #3B4829 with #483B29 are triadic colors.