COLOR #483D1F

HEX: #483D1F RGB: (72,61,31)

Color info

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

RGB color model

#483D1F color RGB value is (72,61,31).

RGB: (72,61,31) (28%, 24%, 12%)

RGB channels and saturation

R 72 of 255 = 28%
G 61 of 255 = 24%
B 31 of 255 = 12%

72
61
31

R + G + B ~ 21%. #483D1F is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 61 + 31 = 164 (100%)
R 72 of 164 ~ 43.9%
G 61 of 164 ~ 37.2%
B 31 of 164 ~ 18.9'%

%43.9
%37.2
%18.9

CMYK color model

#483D1F color CMYK value is (0,15,57,72).

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

CMYK: (0,15,57,72)
C0M15Y57K72 (0%, 15%, 57%, 72%)
(0.00 / 0.15 / 0.57 / 0.72)

CMYK percentages

%0
%15.28
%56.94
%71.76

Codes

Color #483D1F in popluar color models

48 3D 1F
RGB 72 61 31
HSL 44° 39.81% 20.20%
HSB/HSV 44° 56.94% 28.24%
CMYK 0.00% 15.28% 56.94%
71.76%

Color #483D1F in popluar number systems.

HEX 48 3D 1F
Decimal 72 61 31
Binary 1001000 111101 11111
Octal 110 75 37

Shades and tints

Shades of #483D1F

#483D1F
(72,61,31)
#42381D
(66,56,29)
#3C331B
(60,51,27)
#362E19
(54,46,25)
#302917
(48,41,23)
#2A2415
(42,36,21)
#241F13
(36,31,19)
#1E1A11
(30,26,17)
#18150F
(24,21,15)
#12100D
(18,16,13)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #483D1F

#483D1F
(72,61,31)
#584E33
(88,78,51)
#685F47
(104,95,71)
#78705B
(120,112,91)
#88816F
(136,129,111)
#989283
(152,146,131)
#A8A397
(168,163,151)
#B8B4AB
(184,180,171)
#C8C5BF
(200,197,191)
#D8D6D3
(216,214,211)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483D1F color. Also use rgb(72,61,31) instead hex code.

Text Font Color

.myTextColor { color: #483D1F; }

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

This text font color is #483D1F.

Background Color

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

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

This div background color is #483D1F.

Border color

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

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

This div border color is #483D1F.

Opacity

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

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

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

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

This text has shadow with #483D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483D1F.

Preview

Color preview on black background

This text has color #483D1F on black background.


Color preview on white background

This text has color #483D1F on white background.


Black color preview on #483D1F background

This text has black color on #483D1F background.


White color preview on #483D1F background

This text has white color on #483D1F background.


Related colors

Complementary color

Complementary color for #hex is #B7C2E0.


I love getcolorcode.com

Triadic colors

1 #1F483D and #3D1F48 with #483D1F are triadic colors.

2 #1F3D48 and #3D481F with #483D1F are triadic colors.