COLOR #230C20

HEX: #230C20
RGB: (35,12,32)

Color info

#230C20 contains red, green and blue colors in about the same proportion. Web safe color of #230C20 is #330033 (or #303).

RGB color model

#230C20 color RGB value is (35,12,32).

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

RGB channels and saturation

R 35 of 255 = 14%
G 12 of 255 = 5%
B 32 of 255 = 13%

35
12
32

R + G + B ~ 11%. #230C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 12 + 32 = 79 (100%)
R 35 of 79 ~ 44.3%
G 12 of 79 ~ 15.19%
B 32 of 79 ~ 40.51%

%44.3
%15.19
%40.51

CMYK color model

#230C20 color CMYK value is (0,66,9,86).

  • cyan value is 0.00%
  • magenta value is 65.71%
  • yellow value is 8.57%
  • key color value is 86.27%
CMYK:
(0,66,9,86)
C0M66Y9K86 
(0%,66%,9%,86%)
(0.00/0.66/0.09/0.86)	

CMYK percentages

%0
%65.71
%8.57
%86.27

Codes

Color #230C20 in popluar color models

230C20
RGB351232
HSL308°48.94%9.22%
HSB/HSV308°65.71%13.73%
CMYK0.00%65.71%8.57%
86.27%

Color #230C20 in popluar number systems.

HEX230C20
Decimal351232
Binary1000111100100000
Octal431440

Shades and tints

Shades of #230C20

#230C20
(35,12,32)
#200B1E
(32,11,30)
#1D0A1C
(29,10,28)
#1A091A
(26,9,26)
#170818
(23,8,24)
#140716
(20,7,22)
#110614
(17,6,20)
#0E0512
(14,5,18)
#0B0410
(11,4,16)
#08030E
(8,3,14)
#05020C
(5,2,12)
#000000
(0,0,0)

Tints of #230C20

#230C20
(35,12,32)
#372234
(55,34,52)
#4B3848
(75,56,72)
#5F4E5C
(95,78,92)
#736470
(115,100,112)
#877A84
(135,122,132)
#9B9098
(155,144,152)
#AFA6AC
(175,166,172)
#C3BCC0
(195,188,192)
#D7D2D4
(215,210,212)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230C20; }

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

This text font color is #230C20.


Background Color

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

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

This div background color is #230C20.


Border color

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

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

This div border color is #230C20.


Opacity

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

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

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

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

This text has shadow with #230C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230C20 on black background.


Color preview on white background

This text has color #230C20 on white background.



Black color preview on #230C20 background

This text has black color on #230C20 background.


White color preview on #230C20 background

This text has white color on #230C20 background.