COLOR #653425

HEX: #653425
RGB: (101,52,37)

Color info

#653425 contains mainly red and green colors. Web safe color of #653425 is #663333 (or #633).

RGB color model

#653425 color RGB value is (101,52,37).

  • red value is 101;
  • green value is 52;
  • blue value is 37.
RGB:
(101,52,37)
(40%,20%,15%)

RGB channels and saturation

R 101 of 255 = 40%
G 52 of 255 = 20%
B 37 of 255 = 15%

101
52
37

R + G + B ~ 25%. #653425 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 52 + 37 = 190 (100%)
R 101 of 190 ~ 53.16%
G 52 of 190 ~ 27.37%
B 37 of 190 ~ 19.47%

%53.16
%27.37
%19.47

CMYK color model

#653425 color CMYK value is (0,49,63,60).

  • cyan value is 0.00%
  • magenta value is 48.51%
  • yellow value is 63.37%
  • key color value is 60.39%
CMYK:
(0,49,63,60)
C0M49Y63K60 
(0%,49%,63%,60%)
(0.00/0.49/0.63/0.60)	

CMYK percentages

%0
%48.51
%63.37
%60.39

Codes

Color #653425 in popluar color models

653425
RGB1015237
HSL14°46.38%27.06%
HSB/HSV14°63.37%39.61%
CMYK0.00%48.51%63.37%
60.39%

Color #653425 in popluar number systems.

HEX653425
Decimal1015237
Binary1100101110100100101
Octal1456445

Shades and tints

Shades of #653425

#653425
(101,52,37)
#5C3022
(92,48,34)
#532C1F
(83,44,31)
#4A281C
(74,40,28)
#412419
(65,36,25)
#382016
(56,32,22)
#2F1C13
(47,28,19)
#261810
(38,24,16)
#1D140D
(29,20,13)
#14100A
(20,16,10)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #653425

#653425
(101,52,37)
#734638
(115,70,56)
#81584B
(129,88,75)
#8F6A5E
(143,106,94)
#9D7C71
(157,124,113)
#AB8E84
(171,142,132)
#B9A097
(185,160,151)
#C7B2AA
(199,178,170)
#D5C4BD
(213,196,189)
#E3D6D0
(227,214,208)
#F1E8E3
(241,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653425 color. Also use rgb(101,52,37) instead hex code.

Text Font Color

.myTextColor { color: #653425; }

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

This text font color is #653425.


Background Color

.myBgColor { background-color: #653425; }

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

This div background color is #653425.


Border color

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

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

This div border color is #653425.


Opacity

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

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

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

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

This text has shadow with #653425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653425 on black background.


Color preview on white background

This text has color #653425 on white background.



Black color preview on #653425 background

This text has black color on #653425 background.


White color preview on #653425 background

This text has white color on #653425 background.