COLOR #61384F

HEX: #61384F
RGB: (97,56,79)

Color info

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

RGB color model

#61384F color RGB value is (97,56,79).

  • red value is 97;
  • green value is 56;
  • blue value is 79.
RGB:
(97,56,79)
(38%,22%,31%)

RGB channels and saturation

R 97 of 255 = 38%
G 56 of 255 = 22%
B 79 of 255 = 31%

97
56
79

R + G + B ~ 30%. #61384F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 56 + 79 = 232 (100%)
R 97 of 232 ~ 41.81%
G 56 of 232 ~ 24.14%
B 79 of 232 ~ 34.05%

%41.81
%24.14
%34.05

CMYK color model

#61384F color CMYK value is (0,42,19,62).

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(0,42,19,62)
C0M42Y19K62 
(0%,42%,19%,62%)
(0.00/0.42/0.19/0.62)	

CMYK percentages

%0
%42.27
%18.56
%61.96

Codes

Color #61384F in popluar color models

61384F
RGB975679
HSL326°26.80%30.00%
HSB/HSV326°42.27%38.04%
CMYK0.00%42.27%18.56%
61.96%

Color #61384F in popluar number systems.

HEX61384F
Decimal975679
Binary11000011110001001111
Octal14170117

Shades and tints

Shades of #61384F

#61384F
(97,56,79)
#593348
(89,51,72)
#512E41
(81,46,65)
#49293A
(73,41,58)
#412433
(65,36,51)
#391F2C
(57,31,44)
#311A25
(49,26,37)
#29151E
(41,21,30)
#211017
(33,16,23)
#190B10
(25,11,16)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #61384F

#61384F
(97,56,79)
#6F4A5F
(111,74,95)
#7D5C6F
(125,92,111)
#8B6E7F
(139,110,127)
#99808F
(153,128,143)
#A7929F
(167,146,159)
#B5A4AF
(181,164,175)
#C3B6BF
(195,182,191)
#D1C8CF
(209,200,207)
#DFDADF
(223,218,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61384F color. Also use rgb(97,56,79) instead hex code.

Text Font Color

.myTextColor { color: #61384F; }

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

This text font color is #61384F.


Background Color

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

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

This div background color is #61384F.


Border color

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

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

This div border color is #61384F.


Opacity

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

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

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

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

This text has shadow with #61384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61384F on black background.


Color preview on white background

This text has color #61384F on white background.



Black color preview on #61384F background

This text has black color on #61384F background.


White color preview on #61384F background

This text has white color on #61384F background.