COLOR #4B223D

HEX: #4B223D
RGB: (75,34,61)

Color info

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

RGB color model

#4B223D color RGB value is (75,34,61).

  • red value is 75;
  • green value is 34;
  • blue value is 61.
RGB: (75,34,61) (29%,13%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 34 of 255 = 13%
B 61 of 255 = 24%

75
34
61

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

Portions of RGB colors in percentages

R + G + B =
75 + 34 + 61 = 170 (100%)
R 75 of 170 ~ 44.12%
G 34 of 170 ~ 20%
B 61 of 170 ~ 35.88%

%44.12
%20
%35.88

CMYK color model

#4B223D color CMYK value is (0,55,19,71).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 18.67%
  • key color value is 70.59%
CMYK: (0,55,19,71) C0M55Y19K71 (0%,55%,19%,71%) (0.00/0.55/0.19/0.71)

CMYK percentages

%0
%54.67
%18.67
%70.59

Codes

Color #4B223D in popluar color models

4B223D
RGB753461
HSL320°37.61%21.37%
HSB/HSV320°54.67%29.41%
CMYK0.00%54.67%18.67%
70.59%

Color #4B223D in popluar number systems.

HEX4B223D
Decimal753461
Binary1001011100010111101
Octal1134275

Shades and tints

Shades of #4B223D

#4B223D
(75,34,61)
#451F38
(69,31,56)
#3F1C33
(63,28,51)
#39192E
(57,25,46)
#331629
(51,22,41)
#2D1324
(45,19,36)
#27101F
(39,16,31)
#210D1A
(33,13,26)
#1B0A15
(27,10,21)
#150710
(21,7,16)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #4B223D

#4B223D
(75,34,61)
#5B364E
(91,54,78)
#6B4A5F
(107,74,95)
#7B5E70
(123,94,112)
#8B7281
(139,114,129)
#9B8692
(155,134,146)
#AB9AA3
(171,154,163)
#BBAEB4
(187,174,180)
#CBC2C5
(203,194,197)
#DBD6D6
(219,214,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B223D color. Also use rgb(75,34,61) instead hex code.

Text Font Color

.myTextColor { color: #4B223D; }

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

This text font color is #4B223D.


Background Color

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

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

This div background color is #4B223D.


Border color

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

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

This div border color is #4B223D.


Opacity

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

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

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

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

This text has shadow with #4B223D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4B223D on black background.


Color preview on white background

This text has color #4B223D on white background.



Black color preview on #4B223D background

This text has black color on #4B223D background.


White color preview on #4B223D background

This text has white color on #4B223D background.