COLOR #615267

HEX: #615267
RGB: (97,82,103)

Color info

#615267 contains red, green and blue colors in about the same proportion. Web safe color of #615267 is #666666 (or #666).

RGB color model

#615267 color RGB value is (97,82,103).

  • red value is 97;
  • green value is 82;
  • blue value is 103.
RGB: (97,82,103) (38%,32%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 82 of 255 = 32%
B 103 of 255 = 40%

97
82
103

R + G + B ~ 37%. #615267 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 82 + 103 = 282 (100%)
R 97 of 282 ~ 34.4%
G 82 of 282 ~ 29.08%
B 103 of 282 ~ 36.52%

%34.4
%29.08
%36.52

CMYK color model

#615267 color CMYK value is (6,20,0,60).

  • cyan value is 5.83%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (6,20,0,60) C6M20Y0K60 (6%,20%,0%,60%) (0.06/0.20/0.00/0.60)

CMYK percentages

%5.83
%20.39
%0
%59.61

Codes

Color #615267 in popluar color models

615267
RGB9782103
HSL283°11.35%36.27%
HSB/HSV283°20.39%40.39%
CMYK5.83%20.39%0.00%
59.61%

Color #615267 in popluar number systems.

HEX615267
Decimal9782103
Binary110000110100101100111
Octal141122147

Shades and tints

Shades of #615267

#615267
(97,82,103)
#594B5E
(89,75,94)
#514455
(81,68,85)
#493D4C
(73,61,76)
#413643
(65,54,67)
#392F3A
(57,47,58)
#312831
(49,40,49)
#292128
(41,33,40)
#211A1F
(33,26,31)
#191316
(25,19,22)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #615267

#615267
(97,82,103)
#6F6174
(111,97,116)
#7D7081
(125,112,129)
#8B7F8E
(139,127,142)
#998E9B
(153,142,155)
#A79DA8
(167,157,168)
#B5ACB5
(181,172,181)
#C3BBC2
(195,187,194)
#D1CACF
(209,202,207)
#DFD9DC
(223,217,220)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #615267 color. Also use rgb(97,82,103) instead hex code.

Text Font Color

.myTextColor { color: #615267; }

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

This text font color is #615267.


Background Color

.myBgColor { background-color: #615267; }

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

This div background color is #615267.


Border color

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

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

This div border color is #615267.


Opacity

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

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

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

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

This text has shadow with #615267 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #615267 on black background.


Color preview on white background

This text has color #615267 on white background.



Black color preview on #615267 background

This text has black color on #615267 background.


White color preview on #615267 background

This text has white color on #615267 background.