COLOR #4B2338

HEX: #4B2338
RGB: (75,35,56)

Color info

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

RGB color model

#4B2338 color RGB value is (75,35,56).

  • red value is 75;
  • green value is 35;
  • blue value is 56.
RGB:
(75,35,56)
(29%,14%,22%)

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 56 of 255 = 22%

75
35
56

R + G + B ~ 22%. #4B2338 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 56 = 166 (100%)
R 75 of 166 ~ 45.18%
G 35 of 166 ~ 21.08%
B 56 of 166 ~ 33.73%

%45.18
%21.08
%33.73

CMYK color model

#4B2338 color CMYK value is (0,53,25,71).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 25.33%
  • key color value is 70.59%
CMYK:
(0,53,25,71)
C0M53Y25K71 
(0%,53%,25%,71%)
(0.00/0.53/0.25/0.71)	

CMYK percentages

%0
%53.33
%25.33
%70.59

Codes

Color #4B2338 in popluar color models

4B2338
RGB753556
HSL329°36.36%21.57%
HSB/HSV329°53.33%29.41%
CMYK0.00%53.33%25.33%
70.59%

Color #4B2338 in popluar number systems.

HEX4B2338
Decimal753556
Binary1001011100011111000
Octal1134370

Shades and tints

Shades of #4B2338

#4B2338
(75,35,56)
#452033
(69,32,51)
#3F1D2E
(63,29,46)
#391A29
(57,26,41)
#331724
(51,23,36)
#2D141F
(45,20,31)
#27111A
(39,17,26)
#210E15
(33,14,21)
#1B0B10
(27,11,16)
#15080B
(21,8,11)
#0F0506
(15,5,6)
#000000
(0,0,0)

Tints of #4B2338

#4B2338
(75,35,56)
#5B374A
(91,55,74)
#6B4B5C
(107,75,92)
#7B5F6E
(123,95,110)
#8B7380
(139,115,128)
#9B8792
(155,135,146)
#AB9BA4
(171,155,164)
#BBAFB6
(187,175,182)
#CBC3C8
(203,195,200)
#DBD7DA
(219,215,218)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2338; }

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

This text font color is #4B2338.


Background Color

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

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

This div background color is #4B2338.


Border color

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

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

This div border color is #4B2338.


Opacity

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

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

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

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

This text has shadow with #4B2338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2338 on black background.


Color preview on white background

This text has color #4B2338 on white background.



Black color preview on #4B2338 background

This text has black color on #4B2338 background.


White color preview on #4B2338 background

This text has white color on #4B2338 background.