COLOR #653339

HEX: #653339
RGB: (101,51,57)

Color info

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

RGB color model

#653339 color RGB value is (101,51,57).

  • red value is 101;
  • green value is 51;
  • blue value is 57.
RGB:
(101,51,57)
(40%,20%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 51 of 255 = 20%
B 57 of 255 = 22%

101
51
57

R + G + B ~ 27%. #653339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 51 + 57 = 209 (100%)
R 101 of 209 ~ 48.33%
G 51 of 209 ~ 24.4%
B 57 of 209 ~ 27.27%

%48.33
%24.4
%27.27

CMYK color model

#653339 color CMYK value is (0,50,44,60).

  • cyan value is 0.00%
  • magenta value is 49.50%
  • yellow value is 43.56%
  • key color value is 60.39%
CMYK:
(0,50,44,60)
C0M50Y44K60 
(0%,50%,44%,60%)
(0.00/0.50/0.44/0.60)	

CMYK percentages

%0
%49.5
%43.56
%60.39

Codes

Color #653339 in popluar color models

653339
RGB1015157
HSL353°32.89%29.80%
HSB/HSV353°49.50%39.61%
CMYK0.00%49.50%43.56%
60.39%

Color #653339 in popluar number systems.

HEX653339
Decimal1015157
Binary1100101110011111001
Octal1456371

Shades and tints

Shades of #653339

#653339
(101,51,57)
#5C2F34
(92,47,52)
#532B2F
(83,43,47)
#4A272A
(74,39,42)
#412325
(65,35,37)
#381F20
(56,31,32)
#2F1B1B
(47,27,27)
#261716
(38,23,22)
#1D1311
(29,19,17)
#140F0C
(20,15,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #653339

#653339
(101,51,57)
#73454B
(115,69,75)
#81575D
(129,87,93)
#8F696F
(143,105,111)
#9D7B81
(157,123,129)
#AB8D93
(171,141,147)
#B99FA5
(185,159,165)
#C7B1B7
(199,177,183)
#D5C3C9
(213,195,201)
#E3D5DB
(227,213,219)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653339 color. Also use rgb(101,51,57) instead hex code.

Text Font Color

.myTextColor { color: #653339; }

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

This text font color is #653339.


Background Color

.myBgColor { background-color: #653339; }

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

This div background color is #653339.


Border color

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

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

This div border color is #653339.


Opacity

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

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

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

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

This text has shadow with #653339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653339 on black background.


Color preview on white background

This text has color #653339 on white background.



Black color preview on #653339 background

This text has black color on #653339 background.


White color preview on #653339 background

This text has white color on #653339 background.