COLOR #4B6363

HEX: #4B6363
RGB: (75,99,99)

Color info

#4B6363 contains red, green and blue colors in about the same proportion. Web safe color of #4B6363 is #336666 (or #366).

RGB color model

#4B6363 color RGB value is (75,99,99).

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

RGB channels and saturation

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

75
99
99

R + G + B ~ 36%. #4B6363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 99 + 99 = 273 (100%)
R 75 of 273 ~ 27.47%
G 99 of 273 ~ 36.26%
B 99 of 273 ~ 36.26%

%27.47
%36.26
%36.26

CMYK color model

#4B6363 color CMYK value is (24,0,0,61).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(24,0,0,61)
C24M0Y0K61 
(24%,0%,0%,61%)
(0.24/0.00/0.00/0.61)	

CMYK percentages

%24.24
%0
%0
%61.18

Codes

Color #4B6363 in popluar color models

4B6363
RGB759999
HSL180°13.79%34.12%
HSB/HSV180°24.24%38.82%
CMYK24.24%0.00%0.00%
61.18%

Color #4B6363 in popluar number systems.

HEX4B6363
Decimal759999
Binary100101111000111100011
Octal113143143

Shades and tints

Shades of #4B6363

#4B6363
(75,99,99)
#455A5A
(69,90,90)
#3F5151
(63,81,81)
#394848
(57,72,72)
#333F3F
(51,63,63)
#2D3636
(45,54,54)
#272D2D
(39,45,45)
#212424
(33,36,36)
#1B1B1B
(27,27,27)
#151212
(21,18,18)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B6363

#4B6363
(75,99,99)
#5B7171
(91,113,113)
#6B7F7F
(107,127,127)
#7B8D8D
(123,141,141)
#8B9B9B
(139,155,155)
#9BA9A9
(155,169,169)
#ABB7B7
(171,183,183)
#BBC5C5
(187,197,197)
#CBD3D3
(203,211,211)
#DBE1E1
(219,225,225)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6363; }

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

This text font color is #4B6363.


Background Color

.myBgColor { background-color: #4B6363; }

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

This div background color is #4B6363.


Border color

.myBorderColor { border: 1px solid #4B6363; }

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

This div border color is #4B6363.


Opacity

.myOpacity80 { color: #4B6363; opacity: 0.8; }

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

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

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

This text has shadow with #4B6363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6363 on black background.


Color preview on white background

This text has color #4B6363 on white background.



Black color preview on #4B6363 background

This text has black color on #4B6363 background.


White color preview on #4B6363 background

This text has white color on #4B6363 background.