COLOR #4B2633

HEX: #4B2633
RGB: (75,38,51)

Color info

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

RGB color model

#4B2633 color RGB value is (75,38,51).

  • red value is 75;
  • green value is 38;
  • blue value is 51.
RGB:
(75,38,51)
(29%,15%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 38 of 255 = 15%
B 51 of 255 = 20%

75
38
51

R + G + B ~ 21%. #4B2633 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 38 + 51 = 164 (100%)
R 75 of 164 ~ 45.73%
G 38 of 164 ~ 23.17%
B 51 of 164 ~ 31.1%

%45.73
%23.17
%31.1

CMYK color model

#4B2633 color CMYK value is (0,49,32,71).

  • cyan value is 0.00%
  • magenta value is 49.33%
  • yellow value is 32.00%
  • key color value is 70.59%
CMYK:
(0,49,32,71)
C0M49Y32K71 
(0%,49%,32%,71%)
(0.00/0.49/0.32/0.71)	

CMYK percentages

%0
%49.33
%32
%70.59

Codes

Color #4B2633 in popluar color models

4B2633
RGB753851
HSL339°32.74%22.16%
HSB/HSV339°49.33%29.41%
CMYK0.00%49.33%32.00%
70.59%

Color #4B2633 in popluar number systems.

HEX4B2633
Decimal753851
Binary1001011100110110011
Octal1134663

Shades and tints

Shades of #4B2633

#4B2633
(75,38,51)
#45232F
(69,35,47)
#3F202B
(63,32,43)
#391D27
(57,29,39)
#331A23
(51,26,35)
#2D171F
(45,23,31)
#27141B
(39,20,27)
#211117
(33,17,23)
#1B0E13
(27,14,19)
#150B0F
(21,11,15)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #4B2633

#4B2633
(75,38,51)
#5B3945
(91,57,69)
#6B4C57
(107,76,87)
#7B5F69
(123,95,105)
#8B727B
(139,114,123)
#9B858D
(155,133,141)
#AB989F
(171,152,159)
#BBABB1
(187,171,177)
#CBBEC3
(203,190,195)
#DBD1D5
(219,209,213)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2633; }

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

This text font color is #4B2633.


Background Color

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

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

This div background color is #4B2633.


Border color

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

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

This div border color is #4B2633.


Opacity

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

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

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

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

This text has shadow with #4B2633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2633 on black background.


Color preview on white background

This text has color #4B2633 on white background.



Black color preview on #4B2633 background

This text has black color on #4B2633 background.


White color preview on #4B2633 background

This text has white color on #4B2633 background.