COLOR #636157

HEX: #636157
RGB: (99,97,87)

Color info

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

RGB color model

#636157 color RGB value is (99,97,87).

  • red value is 99;
  • green value is 97;
  • blue value is 87.
RGB:
(99,97,87)
(39%,38%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 87 of 255 = 34%

99
97
87

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 87 = 283 (100%)
R 99 of 283 ~ 34.98%
G 97 of 283 ~ 34.28%
B 87 of 283 ~ 30.74%

%34.98
%34.28
%30.74

CMYK color model

#636157 color CMYK value is (0,2,12,61).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(0,2,12,61)
C0M2Y12K61 
(0%,2%,12%,61%)
(0.00/0.02/0.12/0.61)	

CMYK percentages

%0
%2.02
%12.12
%61.18

Codes

Color #636157 in popluar color models

636157
RGB999787
HSL50°6.45%36.47%
HSB/HSV50°12.12%38.82%
CMYK0.00%2.02%12.12%
61.18%

Color #636157 in popluar number systems.

HEX636157
Decimal999787
Binary110001111000011010111
Octal143141127

Shades and tints

Shades of #636157

#636157
(99,97,87)
#5A5950
(90,89,80)
#515149
(81,81,73)
#484942
(72,73,66)
#3F413B
(63,65,59)
#363934
(54,57,52)
#2D312D
(45,49,45)
#242926
(36,41,38)
#1B211F
(27,33,31)
#121918
(18,25,24)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #636157

#636157
(99,97,87)
#716F66
(113,111,102)
#7F7D75
(127,125,117)
#8D8B84
(141,139,132)
#9B9993
(155,153,147)
#A9A7A2
(169,167,162)
#B7B5B1
(183,181,177)
#C5C3C0
(197,195,192)
#D3D1CF
(211,209,207)
#E1DFDE
(225,223,222)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636157 color. Also use rgb(99,97,87) instead hex code.

Text Font Color

.myTextColor { color: #636157; }

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

This text font color is #636157.


Background Color

.myBgColor { background-color: #636157; }

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

This div background color is #636157.


Border color

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

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

This div border color is #636157.


Opacity

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

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

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

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

This text has shadow with #636157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636157 on black background.


Color preview on white background

This text has color #636157 on white background.



Black color preview on #636157 background

This text has black color on #636157 background.


White color preview on #636157 background

This text has white color on #636157 background.