COLOR #613433

HEX: #613433
RGB: (97,52,51)

Color info

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

RGB color model

#613433 color RGB value is (97,52,51).

  • red value is 97;
  • green value is 52;
  • blue value is 51.
RGB:
(97,52,51)
(38%,20%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 51 of 255 = 20%

97
52
51

R + G + B ~ 26%. #613433 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 51 = 200 (100%)
R 97 of 200 ~ 48.5%
G 52 of 200 ~ 26%
B 51 of 200 ~ 25.5%

%48.5
%26
%25.5

CMYK color model

#613433 color CMYK value is (0,46,47,62).

  • cyan value is 0.00%
  • magenta value is 46.39%
  • yellow value is 47.42%
  • key color value is 61.96%
CMYK:
(0,46,47,62)
C0M46Y47K62 
(0%,46%,47%,62%)
(0.00/0.46/0.47/0.62)	

CMYK percentages

%0
%46.39
%47.42
%61.96

Codes

Color #613433 in popluar color models

613433
RGB975251
HSL31.08%29.02%
HSB/HSV47.42%38.04%
CMYK0.00%46.39%47.42%
61.96%

Color #613433 in popluar number systems.

HEX613433
Decimal975251
Binary1100001110100110011
Octal1416463

Shades and tints

Shades of #613433

#613433
(97,52,51)
#59302F
(89,48,47)
#512C2B
(81,44,43)
#492827
(73,40,39)
#412423
(65,36,35)
#39201F
(57,32,31)
#311C1B
(49,28,27)
#291817
(41,24,23)
#211413
(33,20,19)
#19100F
(25,16,15)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #613433

#613433
(97,52,51)
#6F4645
(111,70,69)
#7D5857
(125,88,87)
#8B6A69
(139,106,105)
#997C7B
(153,124,123)
#A78E8D
(167,142,141)
#B5A09F
(181,160,159)
#C3B2B1
(195,178,177)
#D1C4C3
(209,196,195)
#DFD6D5
(223,214,213)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613433 color. Also use rgb(97,52,51) instead hex code.

Text Font Color

.myTextColor { color: #613433; }

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

This text font color is #613433.


Background Color

.myBgColor { background-color: #613433; }

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

This div background color is #613433.


Border color

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

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

This div border color is #613433.


Opacity

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

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

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

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

This text has shadow with #613433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613433 on black background.


Color preview on white background

This text has color #613433 on white background.



Black color preview on #613433 background

This text has black color on #613433 background.


White color preview on #613433 background

This text has white color on #613433 background.