COLOR #483C29

HEX: #483C29 RGB: (72,60,41)

Color info

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

RGB color model

#483C29 color RGB value is (72,60,41).

RGB: (72,60,41) (28%, 24%, 16%)

RGB channels and saturation

R 72 of 255 = 28%
G 60 of 255 = 24%
B 41 of 255 = 16%

72
60
41

R + G + B ~ 23%. #483C29 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 60 + 41 = 173 (100%)
R 72 of 173 ~ 41.62%
G 60 of 173 ~ 34.68%
B 41 of 173 ~ 23.7'%

%41.62
%34.68
%23.7

CMYK color model

#483C29 color CMYK value is (0,17,43,72).

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

CMYK: (0,17,43,72)
C0M17Y43K72 (0%, 17%, 43%, 72%)
(0.00 / 0.17 / 0.43 / 0.72)

CMYK percentages

%0
%16.67
%43.06
%71.76

Codes

Color #483C29 in popluar color models

48 3C 29
RGB 72 60 41
HSL 37° 27.43% 22.16%
HSB/HSV 37° 43.06% 28.24%
CMYK 0.00% 16.67% 43.06%
71.76%

Color #483C29 in popluar number systems.

HEX 48 3C 29
Decimal 72 60 41
Binary 1001000 111100 101001
Octal 110 74 51

Shades and tints

Shades of #483C29

#483C29
(72,60,41)
#423726
(66,55,38)
#3C3223
(60,50,35)
#362D20
(54,45,32)
#30281D
(48,40,29)
#2A231A
(42,35,26)
#241E17
(36,30,23)
#1E1914
(30,25,20)
#181411
(24,20,17)
#120F0E
(18,15,14)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #483C29

#483C29
(72,60,41)
#584D3C
(88,77,60)
#685E4F
(104,94,79)
#786F62
(120,111,98)
#888075
(136,128,117)
#989188
(152,145,136)
#A8A29B
(168,162,155)
#B8B3AE
(184,179,174)
#C8C4C1
(200,196,193)
#D8D5D4
(216,213,212)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483C29; }

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

This text font color is #483C29.

Background Color

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

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

This div background color is #483C29.

Border color

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

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

This div border color is #483C29.

Opacity

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

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

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

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

This text has shadow with #483C29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483C29.

Preview

Color preview on black background

This text has color #483C29 on black background.


Color preview on white background

This text has color #483C29 on white background.


Black color preview on #483C29 background

This text has black color on #483C29 background.


White color preview on #483C29 background

This text has white color on #483C29 background.


Related colors

Complementary color

Complementary color for #hex is #B7C3D6.


I love getcolorcode.com

Triadic colors

1 #29483C and #3C2948 with #483C29 are triadic colors.

2 #293C48 and #3C4829 with #483C29 are triadic colors.