COLOR #51483D

HEX: #51483D RGB: (81,72,61)

Color info

#51483D contains red, green and blue colors in about the same proportion. Web safe color of #51483D is #663333 (or #633).

RGB color model

#51483D color RGB value is (81,72,61).

RGB: (81,72,61) (32%, 28%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 72 of 255 = 28%
B 61 of 255 = 24%

81
72
61

R + G + B ~ 28%. #51483D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 72 + 61 = 214 (100%)
R 81 of 214 ~ 37.85%
G 72 of 214 ~ 33.64%
B 61 of 214 ~ 28.5'%

%37.85
%33.64
%28.5

CMYK color model

#51483D color CMYK value is (0,11,25,68).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK: (0,11,25,68) C0M11Y25K68 (0%,11%,25%,68%) (0.00/0.11/0.25/0.68) 

CMYK percentages

%0
%11.11
%24.69
%68.24

Codes

Color #51483D in popluar color models

51 48 3D
RGB 81 72 61
HSL 33° 14.08% 27.84%
HSB/HSV 33° 24.69% 31.76%
CMYK 0.00% 11.11% 24.69%
68.24%

Color #51483D in popluar number systems.

HEX 51 48 3D
Decimal 81 72 61
Binary 1010001 1001000 111101
Octal 121 110 75

Shades and tints

Shades of #51483D

#51483D
(81,72,61)
#4A4238
(74,66,56)
#433C33
(67,60,51)
#3C362E
(60,54,46)
#353029
(53,48,41)
#2E2A24
(46,42,36)
#27241F
(39,36,31)
#201E1A
(32,30,26)
#191815
(25,24,21)
#121210
(18,18,16)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #51483D

#51483D
(81,72,61)
#60584E
(96,88,78)
#6F685F
(111,104,95)
#7E7870
(126,120,112)
#8D8881
(141,136,129)
#9C9892
(156,152,146)
#ABA8A3
(171,168,163)
#BAB8B4
(186,184,180)
#C9C8C5
(201,200,197)
#D8D8D6
(216,216,214)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51483D color. Also use rgb(81,72,61) instead hex code.

Text Font Color

.myTextColor { color: #51483D; }

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

This text font color is #51483D.

Background Color

.myBgColor { background-color: #51483D; }

<div style="background-color:#51483D">Inner text</div>

This div background color is #51483D.

Border color

.myBorderColor { border: 1px solid #51483D; }

<div style="border:3px solid #51483D">Div</div>

This div border color is #51483D.

Opacity

.myOpacity80 { color: #51483D; opacity: 0.8; }

<p style="color:#51483D;opacity:0.8;">80%</p>

Text with #51483D 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 #51483D;}

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

This text has shadow with #51483D color.


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

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

This text has shadow with #51483D primary color and red secondary color.


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

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

This text has shadow with #51483D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51483D.

Preview

Color preview on black background

This text has color #51483D on black background.


Color preview on white background

This text has color #51483D on white background.


Black color preview on #51483D background

This text has black color on #51483D background.


White color preview on #51483D background

This text has white color on #51483D background.


Related colors

Complementary color

Complementary color for #hex is #AEB7C2.


I love getcolorcode.com

Triadic colors

1 #3D5148 and #483D51 with #51483D are triadic colors.

2 #3D4851 and #48513D with #51483D are triadic colors.