COLOR #636E4B

HEX: #636E4B
RGB: (99,110,75)

Color info

#636E4B contains red, green and blue colors in about the same proportion. Web safe color of #636E4B is #666633 (or #663).

RGB color model

#636E4B color RGB value is (99,110,75).

  • red value is 99;
  • green value is 110;
  • blue value is 75.
RGB:
(99,110,75)
(39%,43%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 75 of 255 = 29%

99
110
75

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 75 = 284 (100%)
R 99 of 284 ~ 34.86%
G 110 of 284 ~ 38.73%
B 75 of 284 ~ 26.41%

%34.86
%38.73
%26.41

CMYK color model

#636E4B color CMYK value is (10,0,32,57).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(10,0,32,57)
C10M0Y32K57 
(10%,0%,32%,57%)
(0.10/0.00/0.32/0.57)	

CMYK percentages

%10
%0
%31.82
%56.86

Codes

Color #636E4B in popluar color models

636E4B
RGB9911075
HSL79°18.92%36.27%
HSB/HSV79°31.82%43.14%
CMYK10.00%0.00%31.82%
56.86%

Color #636E4B in popluar number systems.

HEX636E4B
Decimal9911075
Binary110001111011101001011
Octal143156113

Shades and tints

Shades of #636E4B

#636E4B
(99,110,75)
#5A6445
(90,100,69)
#515A3F
(81,90,63)
#485039
(72,80,57)
#3F4633
(63,70,51)
#363C2D
(54,60,45)
#2D3227
(45,50,39)
#242821
(36,40,33)
#1B1E1B
(27,30,27)
#121415
(18,20,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #636E4B

#636E4B
(99,110,75)
#717B5B
(113,123,91)
#7F886B
(127,136,107)
#8D957B
(141,149,123)
#9BA28B
(155,162,139)
#A9AF9B
(169,175,155)
#B7BCAB
(183,188,171)
#C5C9BB
(197,201,187)
#D3D6CB
(211,214,203)
#E1E3DB
(225,227,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636E4B color. Also use rgb(99,110,75) instead hex code.

Text Font Color

.myTextColor { color: #636E4B; }

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

This text font color is #636E4B.


Background Color

.myBgColor { background-color: #636E4B; }

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

This div background color is #636E4B.


Border color

.myBorderColor { border: 1px solid #636E4B; }

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

This div border color is #636E4B.


Opacity

.myOpacity80 { color: #636E4B; opacity: 0.8; }

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

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

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

This text has shadow with #636E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636E4B on black background.


Color preview on white background

This text has color #636E4B on white background.



Black color preview on #636E4B background

This text has black color on #636E4B background.


White color preview on #636E4B background

This text has white color on #636E4B background.