COLOR #535046

HEX: #535046
RGB: (83,80,70)

Color info

#535046 contains red, green and blue colors in about the same proportion. Web safe color of #535046 is #666633 (or #663).

RGB color model

#535046 color RGB value is (83,80,70).

  • red value is 83;
  • green value is 80;
  • blue value is 70.
RGB:
(83,80,70)
(33%,31%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 70 of 255 = 27%

83
80
70

R + G + B ~ 30%. #535046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 70 = 233 (100%)
R 83 of 233 ~ 35.62%
G 80 of 233 ~ 34.33%
B 70 of 233 ~ 30.04%

%35.62
%34.33
%30.04

CMYK color model

#535046 color CMYK value is (0,4,16,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 15.66%
  • key color value is 67.45%
CMYK:
(0,4,16,67)
C0M4Y16K67 
(0%,4%,16%,67%)
(0.00/0.04/0.16/0.67)	

CMYK percentages

%0
%3.61
%15.66
%67.45

Codes

Color #535046 in popluar color models

535046
RGB838070
HSL46°8.50%30.00%
HSB/HSV46°15.66%32.55%
CMYK0.00%3.61%15.66%
67.45%

Color #535046 in popluar number systems.

HEX535046
Decimal838070
Binary101001110100001000110
Octal123120106

Shades and tints

Shades of #535046

#535046
(83,80,70)
#4C4940
(76,73,64)
#45423A
(69,66,58)
#3E3B34
(62,59,52)
#37342E
(55,52,46)
#302D28
(48,45,40)
#292622
(41,38,34)
#221F1C
(34,31,28)
#1B1816
(27,24,22)
#141110
(20,17,16)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #535046

#535046
(83,80,70)
#625F56
(98,95,86)
#716E66
(113,110,102)
#807D76
(128,125,118)
#8F8C86
(143,140,134)
#9E9B96
(158,155,150)
#ADAAA6
(173,170,166)
#BCB9B6
(188,185,182)
#CBC8C6
(203,200,198)
#DAD7D6
(218,215,214)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535046 color. Also use rgb(83,80,70) instead hex code.

Text Font Color

.myTextColor { color: #535046; }

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

This text font color is #535046.


Background Color

.myBgColor { background-color: #535046; }

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

This div background color is #535046.


Border color

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

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

This div border color is #535046.


Opacity

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

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

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

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

This text has shadow with #535046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535046 on black background.


Color preview on white background

This text has color #535046 on white background.



Black color preview on #535046 background

This text has black color on #535046 background.


White color preview on #535046 background

This text has white color on #535046 background.