COLOR #4B232A

HEX: #4B232A
RGB: (75,35,42)

Color info

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

RGB color model

#4B232A color RGB value is (75,35,42).

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

RGB channels and saturation

R 75 of 255 = 29%
G 35 of 255 = 14%
B 42 of 255 = 16%

75
35
42

R + G + B ~ 20%. #4B232A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 35 + 42 = 152 (100%)
R 75 of 152 ~ 49.34%
G 35 of 152 ~ 23.03%
B 42 of 152 ~ 27.63%

%49.34
%23.03
%27.63

CMYK color model

#4B232A color CMYK value is (0,53,44,71).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 44.00%
  • key color value is 70.59%
CMYK:
(0,53,44,71)
C0M53Y44K71 
(0%,53%,44%,71%)
(0.00/0.53/0.44/0.71)	

CMYK percentages

%0
%53.33
%44
%70.59

Codes

Color #4B232A in popluar color models

4B232A
RGB753542
HSL350°36.36%21.57%
HSB/HSV350°53.33%29.41%
CMYK0.00%53.33%44.00%
70.59%

Color #4B232A in popluar number systems.

HEX4B232A
Decimal753542
Binary1001011100011101010
Octal1134352

Shades and tints

Shades of #4B232A

#4B232A
(75,35,42)
#452027
(69,32,39)
#3F1D24
(63,29,36)
#391A21
(57,26,33)
#33171E
(51,23,30)
#2D141B
(45,20,27)
#271118
(39,17,24)
#210E15
(33,14,21)
#1B0B12
(27,11,18)
#15080F
(21,8,15)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #4B232A

#4B232A
(75,35,42)
#5B373D
(91,55,61)
#6B4B50
(107,75,80)
#7B5F63
(123,95,99)
#8B7376
(139,115,118)
#9B8789
(155,135,137)
#AB9B9C
(171,155,156)
#BBAFAF
(187,175,175)
#CBC3C2
(203,195,194)
#DBD7D5
(219,215,213)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B232A; }

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

This text font color is #4B232A.


Background Color

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

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

This div background color is #4B232A.


Border color

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

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

This div border color is #4B232A.


Opacity

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

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

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

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

This text has shadow with #4B232A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B232A on black background.


Color preview on white background

This text has color #4B232A on white background.



Black color preview on #4B232A background

This text has black color on #4B232A background.


White color preview on #4B232A background

This text has white color on #4B232A background.