COLOR #230000

HEX: #230000
RGB: (35,0,0)

Color info

#230000 contains only red color. Web safe color of #230000 is #330000 (or #300).

RGB color model

#230000 color RGB value is (35,0,0).

  • red value is 35;
  • green value is 0;
  • blue value is 0.
RGB:
(35,0,0)
(14%,0%,0%)

RGB channels and saturation

R 35 of 255 = 14%
G 0 of 255 = 0%
B 0 of 255 = 0%

35
0
0

R + G + B ~ 5%. #230000 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 0 + 0 = 35 (100%)
R 35 of 35 ~ 100%
G 0 of 35 ~ 0%
B 0 of 35 ~ 0%

%100

CMYK color model

#230000 color CMYK value is (0,100,100,86).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 86.27%
CMYK:
(0,100,100,86)
C0M100Y100K86 
(0%,100%,100%,86%)
(0.00/1.00/1.00/0.86)	

CMYK percentages

%0
%100
%100
%86.27

Codes

Color #230000 in popluar color models

230000
RGB3500
HSL100.00%6.86%
HSB/HSV100.00%13.73%
CMYK0.00%100.00%100.00%
86.27%

Color #230000 in popluar number systems.

HEX230000
Decimal3500
Binary10001100
Octal4300

Shades and tints

Shades of #230000

#230000
(35,0,0)
#200000
(32,0,0)
#1D0000
(29,0,0)
#1A0000
(26,0,0)
#170000
(23,0,0)
#140000
(20,0,0)
#110000
(17,0,0)
#0E0000
(14,0,0)
#0B0000
(11,0,0)
#080000
(8,0,0)
#050000
(5,0,0)
#000000
(0,0,0)

Tints of #230000

#230000
(35,0,0)
#371717
(55,23,23)
#4B2E2E
(75,46,46)
#5F4545
(95,69,69)
#735C5C
(115,92,92)
#877373
(135,115,115)
#9B8A8A
(155,138,138)
#AFA1A1
(175,161,161)
#C3B8B8
(195,184,184)
#D7CFCF
(215,207,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230000 color. Also use rgb(35,0,0) instead hex code.

Text Font Color

.myTextColor { color: #230000; }

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

This text font color is #230000.


Background Color

.myBgColor { background-color: #230000; }

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

This div background color is #230000.


Border color

.myBorderColor { border: 1px solid #230000; }

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

This div border color is #230000.


Opacity

.myOpacity80 { color: #230000; opacity: 0.8; }

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

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

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

This text has shadow with #230000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230000 on black background.


Color preview on white background

This text has color #230000 on white background.



Black color preview on #230000 background

This text has black color on #230000 background.


White color preview on #230000 background

This text has white color on #230000 background.