COLOR #483F3A

HEX: #483F3A RGB: (72,63,58)

Color info

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

RGB color model

#483F3A color RGB value is (72,63,58).

RGB: (72,63,58) (28%, 25%, 23%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 58 of 255 = 23%

72
63
58

R + G + B ~ 25%. #483F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 63 + 58 = 193 (100%)
R 72 of 193 ~ 37.31%
G 63 of 193 ~ 32.64%
B 58 of 193 ~ 30.05'%

%37.31
%32.64
%30.05

CMYK color model

#483F3A color CMYK value is (0,13,19,72).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 19.44%
  • key color value is 71.76%

CMYK: (0,13,19,72)
C0M13Y19K72 (0%, 13%, 19%, 72%)
(0.00 / 0.13 / 0.19 / 0.72)

CMYK percentages

%0
%12.5
%19.44
%71.76

Codes

Color #483F3A in popluar color models

48 3F 3A
RGB 72 63 58
HSL 21° 10.77% 25.49%
HSB/HSV 21° 19.44% 28.24%
CMYK 0.00% 12.50% 19.44%
71.76%

Color #483F3A in popluar number systems.

HEX 48 3F 3A
Decimal 72 63 58
Binary 1001000 111111 111010
Octal 110 77 72

Shades and tints

Shades of #483F3A

#483F3A
(72,63,58)
#423A35
(66,58,53)
#3C3530
(60,53,48)
#36302B
(54,48,43)
#302B26
(48,43,38)
#2A2621
(42,38,33)
#24211C
(36,33,28)
#1E1C17
(30,28,23)
#181712
(24,23,18)
#12120D
(18,18,13)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #483F3A

#483F3A
(72,63,58)
#58504B
(88,80,75)
#68615C
(104,97,92)
#78726D
(120,114,109)
#88837E
(136,131,126)
#98948F
(152,148,143)
#A8A5A0
(168,165,160)
#B8B6B1
(184,182,177)
#C8C7C2
(200,199,194)
#D8D8D3
(216,216,211)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #483F3A color. Also use rgb(72,63,58) instead hex code.

Text Font Color

.myTextColor { color: #483F3A; }

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

This text font color is #483F3A.

Background Color

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

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

This div background color is #483F3A.

Border color

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

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

This div border color is #483F3A.

Opacity

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

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

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

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

This text has shadow with #483F3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483F3A.

Preview

Color preview on black background

This text has color #483F3A on black background.


Color preview on white background

This text has color #483F3A on white background.


Black color preview on #483F3A background

This text has black color on #483F3A background.


White color preview on #483F3A background

This text has white color on #483F3A background.


Related colors

Complementary color

Complementary color for #hex is #B7C0C5.


I love getcolorcode.com

Triadic colors

1 #3A483F and #3F3A48 with #483F3A are triadic colors.

2 #3A3F48 and #3F483A with #483F3A are triadic colors.