COLOR #4C233D

HEX: #4C233D
RGB: (76,35,61)

Color info

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

RGB color model

#4C233D color RGB value is (76,35,61).

  • red value is 76;
  • green value is 35;
  • blue value is 61.
RGB:
(76,35,61)
(30%,14%,24%)

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 61 of 255 = 24%

76
35
61

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

Portions of RGB colors in percentages

R + G + B =
76 + 35 + 61 = 172 (100%)
R 76 of 172 ~ 44.19%
G 35 of 172 ~ 20.35%
B 61 of 172 ~ 35.47%

%44.19
%20.35
%35.47

CMYK color model

#4C233D color CMYK value is (0,54,20,70).

  • cyan value is 0.00%
  • magenta value is 53.95%
  • yellow value is 19.74%
  • key color value is 70.20%
CMYK:
(0,54,20,70)
C0M54Y20K70 
(0%,54%,20%,70%)
(0.00/0.54/0.20/0.70)	

CMYK percentages

%0
%53.95
%19.74
%70.2

Codes

Color #4C233D in popluar color models

4C233D
RGB763561
HSL322°36.94%21.76%
HSB/HSV322°53.95%29.80%
CMYK0.00%53.95%19.74%
70.20%

Color #4C233D in popluar number systems.

HEX4C233D
Decimal763561
Binary1001100100011111101
Octal1144375

Shades and tints

Shades of #4C233D

#4C233D
(76,35,61)
#462038
(70,32,56)
#401D33
(64,29,51)
#3A1A2E
(58,26,46)
#341729
(52,23,41)
#2E1424
(46,20,36)
#28111F
(40,17,31)
#220E1A
(34,14,26)
#1C0B15
(28,11,21)
#160810
(22,8,16)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C233D

#4C233D
(76,35,61)
#5C374E
(92,55,78)
#6C4B5F
(108,75,95)
#7C5F70
(124,95,112)
#8C7381
(140,115,129)
#9C8792
(156,135,146)
#AC9BA3
(172,155,163)
#BCAFB4
(188,175,180)
#CCC3C5
(204,195,197)
#DCD7D6
(220,215,214)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C233D color. Also use rgb(76,35,61) instead hex code.

Text Font Color

.myTextColor { color: #4C233D; }

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

This text font color is #4C233D.


Background Color

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

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

This div background color is #4C233D.


Border color

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

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

This div border color is #4C233D.


Opacity

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

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

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

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

This text has shadow with #4C233D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C233D on black background.


Color preview on white background

This text has color #4C233D on white background.



Black color preview on #4C233D background

This text has black color on #4C233D background.


White color preview on #4C233D background

This text has white color on #4C233D background.