COLOR #483F30

HEX: #483F30 RGB: (72,63,48)

Color info

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

RGB color model

#483F30 color RGB value is (72,63,48).

RGB: (72,63,48) (28%, 25%, 19%)

RGB channels and saturation

R 72 of 255 = 28%
G 63 of 255 = 25%
B 48 of 255 = 19%

72
63
48

R + G + B ~ 24%. #483F30 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 63 + 48 = 183 (100%)
R 72 of 183 ~ 39.34%
G 63 of 183 ~ 34.43%
B 48 of 183 ~ 26.23'%

%39.34
%34.43
%26.23

CMYK color model

#483F30 color CMYK value is (0,13,33,72).

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

CMYK: (0,13,33,72)
C0M13Y33K72 (0%, 13%, 33%, 72%)
(0.00 / 0.13 / 0.33 / 0.72)

CMYK percentages

%0
%12.5
%33.33
%71.76

Codes

Color #483F30 in popluar color models

48 3F 30
RGB 72 63 48
HSL 38° 20.00% 23.53%
HSB/HSV 38° 33.33% 28.24%
CMYK 0.00% 12.50% 33.33%
71.76%

Color #483F30 in popluar number systems.

HEX 48 3F 30
Decimal 72 63 48
Binary 1001000 111111 110000
Octal 110 77 60

Shades and tints

Shades of #483F30

#483F30
(72,63,48)
#423A2C
(66,58,44)
#3C3528
(60,53,40)
#363024
(54,48,36)
#302B20
(48,43,32)
#2A261C
(42,38,28)
#242118
(36,33,24)
#1E1C14
(30,28,20)
#181710
(24,23,16)
#12120C
(18,18,12)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #483F30

#483F30
(72,63,48)
#585042
(88,80,66)
#686154
(104,97,84)
#787266
(120,114,102)
#888378
(136,131,120)
#98948A
(152,148,138)
#A8A59C
(168,165,156)
#B8B6AE
(184,182,174)
#C8C7C0
(200,199,192)
#D8D8D2
(216,216,210)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483F30; }

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

This text font color is #483F30.

Background Color

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

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

This div background color is #483F30.

Border color

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

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

This div border color is #483F30.

Opacity

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

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

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

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

This text has shadow with #483F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483F30.

Preview

Color preview on black background

This text has color #483F30 on black background.


Color preview on white background

This text has color #483F30 on white background.


Black color preview on #483F30 background

This text has black color on #483F30 background.


White color preview on #483F30 background

This text has white color on #483F30 background.


Related colors

Complementary color

Complementary color for #hex is #B7C0CF.


I love getcolorcode.com

Triadic colors

1 #30483F and #3F3048 with #483F30 are triadic colors.

2 #303F48 and #3F4830 with #483F30 are triadic colors.