COLOR #4B363F

HEX: #4B363F
RGB: (75,54,63)

Color info

#4B363F contains red, green and blue colors in about the same proportion. Web safe color of #4B363F is #333333 (or #333).

RGB color model

#4B363F color RGB value is (75,54,63).

  • red value is 75;
  • green value is 54;
  • blue value is 63.
RGB:
(75,54,63)
(29%,21%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 63 of 255 = 25%

75
54
63

R + G + B ~ 25%. #4B363F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 63 = 192 (100%)
R 75 of 192 ~ 39.06%
G 54 of 192 ~ 28.13%
B 63 of 192 ~ 32.81%

%39.06
%28.13
%32.81

CMYK color model

#4B363F color CMYK value is (0,28,16,71).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 16.00%
  • key color value is 70.59%
CMYK:
(0,28,16,71)
C0M28Y16K71 
(0%,28%,16%,71%)
(0.00/0.28/0.16/0.71)	

CMYK percentages

%0
%28
%16
%70.59

Codes

Color #4B363F in popluar color models

4B363F
RGB755463
HSL334°16.28%25.29%
HSB/HSV334°28.00%29.41%
CMYK0.00%28.00%16.00%
70.59%

Color #4B363F in popluar number systems.

HEX4B363F
Decimal755463
Binary1001011110110111111
Octal1136677

Shades and tints

Shades of #4B363F

#4B363F
(75,54,63)
#45323A
(69,50,58)
#3F2E35
(63,46,53)
#392A30
(57,42,48)
#33262B
(51,38,43)
#2D2226
(45,34,38)
#271E21
(39,30,33)
#211A1C
(33,26,28)
#1B1617
(27,22,23)
#151212
(21,18,18)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #4B363F

#4B363F
(75,54,63)
#5B4850
(91,72,80)
#6B5A61
(107,90,97)
#7B6C72
(123,108,114)
#8B7E83
(139,126,131)
#9B9094
(155,144,148)
#ABA2A5
(171,162,165)
#BBB4B6
(187,180,182)
#CBC6C7
(203,198,199)
#DBD8D8
(219,216,216)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B363F; }

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

This text font color is #4B363F.


Background Color

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

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

This div background color is #4B363F.


Border color

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

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

This div border color is #4B363F.


Opacity

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

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

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

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

This text has shadow with #4B363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B363F on black background.


Color preview on white background

This text has color #4B363F on white background.



Black color preview on #4B363F background

This text has black color on #4B363F background.


White color preview on #4B363F background

This text has white color on #4B363F background.