COLOR #636074

HEX: #636074
RGB: (99,96,116)

Color info

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

RGB color model

#636074 color RGB value is (99,96,116).

  • red value is 99;
  • green value is 96;
  • blue value is 116.
RGB:
(99,96,116)
(39%,38%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 116 of 255 = 45%

99
96
116

R + G + B ~ 41%. #636074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 116 = 311 (100%)
R 99 of 311 ~ 31.83%
G 96 of 311 ~ 30.87%
B 116 of 311 ~ 37.3%

%31.83
%30.87
%37.3

CMYK color model

#636074 color CMYK value is (15,17,0,55).

  • cyan value is 14.66%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(15,17,0,55)
C15M17Y0K55 
(15%,17%,0%,55%)
(0.15/0.17/0.00/0.55)	

CMYK percentages

%14.66
%17.24
%0
%54.51

Codes

Color #636074 in popluar color models

636074
RGB9996116
HSL249°9.43%41.57%
HSB/HSV249°17.24%45.49%
CMYK14.66%17.24%0.00%
54.51%

Color #636074 in popluar number systems.

HEX636074
Decimal9996116
Binary110001111000001110100
Octal143140164

Shades and tints

Shades of #636074

#636074
(99,96,116)
#5A586A
(90,88,106)
#515060
(81,80,96)
#484856
(72,72,86)
#3F404C
(63,64,76)
#363842
(54,56,66)
#2D3038
(45,48,56)
#24282E
(36,40,46)
#1B2024
(27,32,36)
#12181A
(18,24,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #636074

#636074
(99,96,116)
#716E80
(113,110,128)
#7F7C8C
(127,124,140)
#8D8A98
(141,138,152)
#9B98A4
(155,152,164)
#A9A6B0
(169,166,176)
#B7B4BC
(183,180,188)
#C5C2C8
(197,194,200)
#D3D0D4
(211,208,212)
#E1DEE0
(225,222,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636074 color. Also use rgb(99,96,116) instead hex code.

Text Font Color

.myTextColor { color: #636074; }

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

This text font color is #636074.


Background Color

.myBgColor { background-color: #636074; }

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

This div background color is #636074.


Border color

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

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

This div border color is #636074.


Opacity

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

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

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

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

This text has shadow with #636074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636074 on black background.


Color preview on white background

This text has color #636074 on white background.



Black color preview on #636074 background

This text has black color on #636074 background.


White color preview on #636074 background

This text has white color on #636074 background.