COLOR #534B35

HEX: #534B35 RGB: (83,75,53)

Color info

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

RGB color model

#534B35 color RGB value is (83,75,53).

RGB: (83,75,53) (33%, 29%, 21%)

RGB channels and saturation

R 83 of 255 = 33%
G 75 of 255 = 29%
B 53 of 255 = 21%

83
75
53

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

Portions of RGB colors in percentages

R + G + B = 83 + 75 + 53 = 211 (100%)
R 83 of 211 ~ 39.34%
G 75 of 211 ~ 35.55%
B 53 of 211 ~ 25.12'%

%39.34
%35.55
%25.12

CMYK color model

#534B35 color CMYK value is (0,10,36,67).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK: (0,10,36,67) C0M10Y36K67 (0%,10%,36%,67%) (0.00/0.10/0.36/0.67) 

CMYK percentages

%0
%9.64
%36.14
%67.45

Codes

Color #534B35 in popluar color models

53 4B 35
RGB 83 75 53
HSL 44° 22.06% 26.67%
HSB/HSV 44° 36.14% 32.55%
CMYK 0.00% 9.64% 36.14%
67.45%

Color #534B35 in popluar number systems.

HEX 53 4B 35
Decimal 83 75 53
Binary 1010011 1001011 110101
Octal 123 113 65

Shades and tints

Shades of #534B35

#534B35
(83,75,53)
#4C4531
(76,69,49)
#453F2D
(69,63,45)
#3E3929
(62,57,41)
#373325
(55,51,37)
#302D21
(48,45,33)
#29271D
(41,39,29)
#222119
(34,33,25)
#1B1B15
(27,27,21)
#141511
(20,21,17)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #534B35

#534B35
(83,75,53)
#625B47
(98,91,71)
#716B59
(113,107,89)
#807B6B
(128,123,107)
#8F8B7D
(143,139,125)
#9E9B8F
(158,155,143)
#ADABA1
(173,171,161)
#BCBBB3
(188,187,179)
#CBCBC5
(203,203,197)
#DADBD7
(218,219,215)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534B35 color. Also use rgb(83,75,53) instead hex code.

Text Font Color

.myTextColor { color: #534B35; }

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

This text font color is #534B35.

Background Color

.myBgColor { background-color: #534B35; }

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

This div background color is #534B35.

Border color

.myBorderColor { border: 1px solid #534B35; }

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

This div border color is #534B35.

Opacity

.myOpacity80 { color: #534B35; opacity: 0.8; }

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

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

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

This text has shadow with #534B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534B35.

Preview

Color preview on black background

This text has color #534B35 on black background.


Color preview on white background

This text has color #534B35 on white background.


Black color preview on #534B35 background

This text has black color on #534B35 background.


White color preview on #534B35 background

This text has white color on #534B35 background.


Related colors

Complementary color

Complementary color for #hex is #ACB4CA.


I love getcolorcode.com

Triadic colors

1 #35534B and #4B3553 with #534B35 are triadic colors.

2 #354B53 and #4B5335 with #534B35 are triadic colors.