COLOR #613C35

HEX: #613C35 RGB: (97,60,53)

Color info

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

RGB color model

#613C35 color RGB value is (97,60,53).

RGB: (97,60,53) (38%, 24%, 21%)

RGB channels and saturation

R 97 of 255 = 38%
G 60 of 255 = 24%
B 53 of 255 = 21%

97
60
53

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

Portions of RGB colors in percentages

R + G + B = 97 + 60 + 53 = 210 (100%)
R 97 of 210 ~ 46.19%
G 60 of 210 ~ 28.57%
B 53 of 210 ~ 25.24'%

%46.19
%28.57
%25.24

CMYK color model

#613C35 color CMYK value is (0,38,45,62).

  • cyan value is 0.00%
  • magenta value is 38.14%
  • yellow value is 45.36%
  • key color value is 61.96%

CMYK: (0,38,45,62)
C0M38Y45K62 (0%, 38%, 45%, 62%)
(0.00 / 0.38 / 0.45 / 0.62)

CMYK percentages

%0
%38.14
%45.36
%61.96

Codes

Color #613C35 in popluar color models

61 3C 35
RGB 97 60 53
HSL 10° 29.33% 29.41%
HSB/HSV 10° 45.36% 38.04%
CMYK 0.00% 38.14% 45.36%
61.96%

Color #613C35 in popluar number systems.

HEX 61 3C 35
Decimal 97 60 53
Binary 1100001 111100 110101
Octal 141 74 65

Shades and tints

Shades of #613C35

#613C35
(97,60,53)
#593731
(89,55,49)
#51322D
(81,50,45)
#492D29
(73,45,41)
#412825
(65,40,37)
#392321
(57,35,33)
#311E1D
(49,30,29)
#291919
(41,25,25)
#211415
(33,20,21)
#190F11
(25,15,17)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #613C35

#613C35
(97,60,53)
#6F4D47
(111,77,71)
#7D5E59
(125,94,89)
#8B6F6B
(139,111,107)
#99807D
(153,128,125)
#A7918F
(167,145,143)
#B5A2A1
(181,162,161)
#C3B3B3
(195,179,179)
#D1C4C5
(209,196,197)
#DFD5D7
(223,213,215)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613C35 color. Also use rgb(97,60,53) instead hex code.

Text Font Color

.myTextColor { color: #613C35; }

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

This text font color is #613C35.

Background Color

.myBgColor { background-color: #613C35; }

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

This div background color is #613C35.

Border color

.myBorderColor { border: 1px solid #613C35; }

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

This div border color is #613C35.

Opacity

.myOpacity80 { color: #613C35; opacity: 0.8; }

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

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

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

This text has shadow with #613C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613C35.

Preview

Color preview on black background

This text has color #613C35 on black background.


Color preview on white background

This text has color #613C35 on white background.


Black color preview on #613C35 background

This text has black color on #613C35 background.


White color preview on #613C35 background

This text has white color on #613C35 background.


Related colors

Complementary color

Complementary color for #hex is #9EC3CA.


I love getcolorcode.com

Triadic colors

1 #35613C and #3C3561 with #613C35 are triadic colors.

2 #353C61 and #3C6135 with #613C35 are triadic colors.