COLOR #534838

HEX: #534838
RGB: (83,72,56)

Color info

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

RGB color model

#534838 color RGB value is (83,72,56).

  • red value is 83;
  • green value is 72;
  • blue value is 56.
RGB:
(83,72,56)
(33%,28%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 56 of 255 = 22%

83
72
56

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 56 = 211 (100%)
R 83 of 211 ~ 39.34%
G 72 of 211 ~ 34.12%
B 56 of 211 ~ 26.54%

%39.34
%34.12
%26.54

CMYK color model

#534838 color CMYK value is (0,13,33,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,13,33,67)
C0M13Y33K67 
(0%,13%,33%,67%)
(0.00/0.13/0.33/0.67)	

CMYK percentages

%0
%13.25
%32.53
%67.45

Codes

Color #534838 in popluar color models

534838
RGB837256
HSL36°19.42%27.25%
HSB/HSV36°32.53%32.55%
CMYK0.00%13.25%32.53%
67.45%

Color #534838 in popluar number systems.

HEX534838
Decimal837256
Binary10100111001000111000
Octal12311070

Shades and tints

Shades of #534838

#534838
(83,72,56)
#4C4233
(76,66,51)
#453C2E
(69,60,46)
#3E3629
(62,54,41)
#373024
(55,48,36)
#302A1F
(48,42,31)
#29241A
(41,36,26)
#221E15
(34,30,21)
#1B1810
(27,24,16)
#14120B
(20,18,11)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #534838

#534838
(83,72,56)
#62584A
(98,88,74)
#71685C
(113,104,92)
#80786E
(128,120,110)
#8F8880
(143,136,128)
#9E9892
(158,152,146)
#ADA8A4
(173,168,164)
#BCB8B6
(188,184,182)
#CBC8C8
(203,200,200)
#DAD8DA
(218,216,218)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534838 color. Also use rgb(83,72,56) instead hex code.

Text Font Color

.myTextColor { color: #534838; }

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

This text font color is #534838.


Background Color

.myBgColor { background-color: #534838; }

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

This div background color is #534838.


Border color

.myBorderColor { border: 1px solid #534838; }

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

This div border color is #534838.


Opacity

.myOpacity80 { color: #534838; opacity: 0.8; }

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

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

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

This text has shadow with #534838 color.

.textShadow {text-shadow: 3px 3px 1px #534838, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #534838;
-webkit-box-shadow: 1px 1px 3px 2px #534838;
box-shadow:1px 1px 3px 2px #534838;">
Div content here</div>
This div box has shadow with color #534838.

Preview

Color preview on black background

This text has color #534838 on black background.


Color preview on white background

This text has color #534838 on white background.



Black color preview on #534838 background

This text has black color on #534838 background.


White color preview on #534838 background

This text has white color on #534838 background.