COLOR #483E3D

HEX: #483E3D RGB: (72,62,61)

Color info

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

RGB color model

#483E3D color RGB value is (72,62,61).

RGB: (72,62,61) (28%, 24%, 24%)

RGB channels and saturation

R 72 of 255 = 28%
G 62 of 255 = 24%
B 61 of 255 = 24%

72
62
61

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

Portions of RGB colors in percentages

R + G + B = 72 + 62 + 61 = 195 (100%)
R 72 of 195 ~ 36.92%
G 62 of 195 ~ 31.79%
B 61 of 195 ~ 31.28'%

%36.92
%31.79
%31.28

CMYK color model

#483E3D color CMYK value is (0,14,15,72).

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

CMYK: (0,14,15,72)
C0M14Y15K72 (0%, 14%, 15%, 72%)
(0.00 / 0.14 / 0.15 / 0.72)

CMYK percentages

%0
%13.89
%15.28
%71.76

Codes

Color #483E3D in popluar color models

48 3E 3D
RGB 72 62 61
HSL 8.27% 26.08%
HSB/HSV 15.28% 28.24%
CMYK 0.00% 13.89% 15.28%
71.76%

Color #483E3D in popluar number systems.

HEX 48 3E 3D
Decimal 72 62 61
Binary 1001000 111110 111101
Octal 110 76 75

Shades and tints

Shades of #483E3D

#483E3D
(72,62,61)
#423938
(66,57,56)
#3C3433
(60,52,51)
#362F2E
(54,47,46)
#302A29
(48,42,41)
#2A2524
(42,37,36)
#24201F
(36,32,31)
#1E1B1A
(30,27,26)
#181615
(24,22,21)
#121110
(18,17,16)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #483E3D

#483E3D
(72,62,61)
#584F4E
(88,79,78)
#68605F
(104,96,95)
#787170
(120,113,112)
#888281
(136,130,129)
#989392
(152,147,146)
#A8A4A3
(168,164,163)
#B8B5B4
(184,181,180)
#C8C6C5
(200,198,197)
#D8D7D6
(216,215,214)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483E3D; }

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

This text font color is #483E3D.

Background Color

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

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

This div background color is #483E3D.

Border color

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

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

This div border color is #483E3D.

Opacity

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

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

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

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

This text has shadow with #483E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #483E3D.

Preview

Color preview on black background

This text has color #483E3D on black background.


Color preview on white background

This text has color #483E3D on white background.


Black color preview on #483E3D background

This text has black color on #483E3D background.


White color preview on #483E3D background

This text has white color on #483E3D background.


Related colors

Complementary color

Complementary color for #hex is #B7C1C2.


I love getcolorcode.com

Triadic colors

1 #3D483E and #3E3D48 with #483E3D are triadic colors.

2 #3D3E48 and #3E483D with #483E3D are triadic colors.