COLOR #61436F

HEX: #61436F
RGB: (97,67,111)

Color info

#61436F contains red, green and blue colors in about the same proportion. Web safe color of #61436F is #663366 (or #636).

RGB color model

#61436F color RGB value is (97,67,111).

  • red value is 97;
  • green value is 67;
  • blue value is 111.
RGB:
(97,67,111)
(38%,26%,44%)

RGB channels and saturation

R 97 of 255 = 38%
G 67 of 255 = 26%
B 111 of 255 = 44%

97
67
111

R + G + B ~ 36%. #61436F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 67 + 111 = 275 (100%)
R 97 of 275 ~ 35.27%
G 67 of 275 ~ 24.36%
B 111 of 275 ~ 40.36%

%35.27
%24.36
%40.36

CMYK color model

#61436F color CMYK value is (13,40,0,56).

  • cyan value is 12.61%
  • magenta value is 39.64%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(13,40,0,56)
C13M40Y0K56 
(13%,40%,0%,56%)
(0.13/0.40/0.00/0.56)	

CMYK percentages

%12.61
%39.64
%0
%56.47

Codes

Color #61436F in popluar color models

61436F
RGB9767111
HSL281°24.72%34.90%
HSB/HSV281°39.64%43.53%
CMYK12.61%39.64%0.00%
56.47%

Color #61436F in popluar number systems.

HEX61436F
Decimal9767111
Binary110000110000111101111
Octal141103157

Shades and tints

Shades of #61436F

#61436F
(97,67,111)
#593D65
(89,61,101)
#51375B
(81,55,91)
#493151
(73,49,81)
#412B47
(65,43,71)
#39253D
(57,37,61)
#311F33
(49,31,51)
#291929
(41,25,41)
#21131F
(33,19,31)
#190D15
(25,13,21)
#11070B
(17,7,11)
#000000
(0,0,0)

Tints of #61436F

#61436F
(97,67,111)
#6F547C
(111,84,124)
#7D6589
(125,101,137)
#8B7696
(139,118,150)
#9987A3
(153,135,163)
#A798B0
(167,152,176)
#B5A9BD
(181,169,189)
#C3BACA
(195,186,202)
#D1CBD7
(209,203,215)
#DFDCE4
(223,220,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61436F color. Also use rgb(97,67,111) instead hex code.

Text Font Color

.myTextColor { color: #61436F; }

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

This text font color is #61436F.


Background Color

.myBgColor { background-color: #61436F; }

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

This div background color is #61436F.


Border color

.myBorderColor { border: 1px solid #61436F; }

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

This div border color is #61436F.


Opacity

.myOpacity80 { color: #61436F; opacity: 0.8; }

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

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

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

This text has shadow with #61436F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61436F on black background.


Color preview on white background

This text has color #61436F on white background.



Black color preview on #61436F background

This text has black color on #61436F background.


White color preview on #61436F background

This text has white color on #61436F background.