COLOR #231C20

HEX: #231C20
RGB: (35,28,32)

Color info

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

RGB color model

#231C20 color RGB value is (35,28,32).

  • red value is 35;
  • green value is 28;
  • blue value is 32.
RGB:
(35,28,32)
(14%,11%,13%)

RGB channels and saturation

R 35 of 255 = 14%
G 28 of 255 = 11%
B 32 of 255 = 13%

35
28
32

R + G + B ~ 13%. #231C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 28 + 32 = 95 (100%)
R 35 of 95 ~ 36.84%
G 28 of 95 ~ 29.47%
B 32 of 95 ~ 33.68%

%36.84
%29.47
%33.68

CMYK color model

#231C20 color CMYK value is (0,20,9,86).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.57%
  • key color value is 86.27%
CMYK:
(0,20,9,86)
C0M20Y9K86 
(0%,20%,9%,86%)
(0.00/0.20/0.09/0.86)	

CMYK percentages

%0
%20
%8.57
%86.27

Codes

Color #231C20 in popluar color models

231C20
RGB352832
HSL326°11.11%12.35%
HSB/HSV326°20.00%13.73%
CMYK0.00%20.00%8.57%
86.27%

Color #231C20 in popluar number systems.

HEX231C20
Decimal352832
Binary10001111100100000
Octal433440

Shades and tints

Shades of #231C20

#231C20
(35,28,32)
#201A1E
(32,26,30)
#1D181C
(29,24,28)
#1A161A
(26,22,26)
#171418
(23,20,24)
#141216
(20,18,22)
#111014
(17,16,20)
#0E0E12
(14,14,18)
#0B0C10
(11,12,16)
#080A0E
(8,10,14)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #231C20

#231C20
(35,28,32)
#373034
(55,48,52)
#4B4448
(75,68,72)
#5F585C
(95,88,92)
#736C70
(115,108,112)
#878084
(135,128,132)
#9B9498
(155,148,152)
#AFA8AC
(175,168,172)
#C3BCC0
(195,188,192)
#D7D0D4
(215,208,212)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #231C20 color. Also use rgb(35,28,32) instead hex code.

Text Font Color

.myTextColor { color: #231C20; }

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

This text font color is #231C20.


Background Color

.myBgColor { background-color: #231C20; }

<div style="background-color:#231C20">Inner text</div>

This div background color is #231C20.


Border color

.myBorderColor { border: 1px solid #231C20; }

<div style="border:3px solid #231C20">Div</div>

This div border color is #231C20.


Opacity

.myOpacity80 { color: #231C20; opacity: 0.8; }

<p style="color:#231C20;opacity:0.8;">80%</p>

Text with #231C20 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 #231C20;}

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

This text has shadow with #231C20 color.

.textShadow {text-shadow: 3px 3px 1px #231C20, 3px 3px 1px red;}

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

This text has shadow with #231C20 primary color and red secondary color.


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

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

This text has shadow with #231C20 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #231C20 on black background.


Color preview on white background

This text has color #231C20 on white background.



Black color preview on #231C20 background

This text has black color on #231C20 background.


White color preview on #231C20 background

This text has white color on #231C20 background.