COLOR #4B3038

HEX: #4B3038
RGB: (75,48,56)

Color info

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

RGB color model

#4B3038 color RGB value is (75,48,56).

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

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 56 of 255 = 22%

75
48
56

R + G + B ~ 23%. #4B3038 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 56 = 179 (100%)
R 75 of 179 ~ 41.9%
G 48 of 179 ~ 26.82%
B 56 of 179 ~ 31.28%

%41.9
%26.82
%31.28

CMYK color model

#4B3038 color CMYK value is (0,36,25,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 25.33%
  • key color value is 70.59%
CMYK:
(0,36,25,71)
C0M36Y25K71 
(0%,36%,25%,71%)
(0.00/0.36/0.25/0.71)	

CMYK percentages

%0
%36
%25.33
%70.59

Codes

Color #4B3038 in popluar color models

4B3038
RGB754856
HSL342°21.95%24.12%
HSB/HSV342°36.00%29.41%
CMYK0.00%36.00%25.33%
70.59%

Color #4B3038 in popluar number systems.

HEX4B3038
Decimal754856
Binary1001011110000111000
Octal1136070

Shades and tints

Shades of #4B3038

#4B3038
(75,48,56)
#452C33
(69,44,51)
#3F282E
(63,40,46)
#392429
(57,36,41)
#332024
(51,32,36)
#2D1C1F
(45,28,31)
#27181A
(39,24,26)
#211415
(33,20,21)
#1B1010
(27,16,16)
#150C0B
(21,12,11)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #4B3038

#4B3038
(75,48,56)
#5B424A
(91,66,74)
#6B545C
(107,84,92)
#7B666E
(123,102,110)
#8B7880
(139,120,128)
#9B8A92
(155,138,146)
#AB9CA4
(171,156,164)
#BBAEB6
(187,174,182)
#CBC0C8
(203,192,200)
#DBD2DA
(219,210,218)
#EBE4EC
(235,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3038; }

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

This text font color is #4B3038.


Background Color

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

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

This div background color is #4B3038.


Border color

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

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

This div border color is #4B3038.


Opacity

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

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

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

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

This text has shadow with #4B3038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3038 on black background.


Color preview on white background

This text has color #4B3038 on white background.



Black color preview on #4B3038 background

This text has black color on #4B3038 background.


White color preview on #4B3038 background

This text has white color on #4B3038 background.