COLOR #230C2E

HEX: #230C2E
RGB: (35,12,46)

Color info

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

RGB color model

#230C2E color RGB value is (35,12,46).

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

RGB channels and saturation

R 35 of 255 = 14%
G 12 of 255 = 5%
B 46 of 255 = 18%

35
12
46

R + G + B ~ 12%. #230C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 12 + 46 = 93 (100%)
R 35 of 93 ~ 37.63%
G 12 of 93 ~ 12.9%
B 46 of 93 ~ 49.46%

%37.63
%12.9
%49.46

CMYK color model

#230C2E color CMYK value is (24,74,0,82).

  • cyan value is 23.91%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(24,74,0,82)
C24M74Y0K82 
(24%,74%,0%,82%)
(0.24/0.74/0.00/0.82)	

CMYK percentages

%23.91
%73.91
%0
%81.96

Codes

Color #230C2E in popluar color models

230C2E
RGB351246
HSL281°58.62%11.37%
HSB/HSV281°73.91%18.04%
CMYK23.91%73.91%0.00%
81.96%

Color #230C2E in popluar number systems.

HEX230C2E
Decimal351246
Binary1000111100101110
Octal431456

Shades and tints

Shades of #230C2E

#230C2E
(35,12,46)
#200B2A
(32,11,42)
#1D0A26
(29,10,38)
#1A0922
(26,9,34)
#17081E
(23,8,30)
#14071A
(20,7,26)
#110616
(17,6,22)
#0E0512
(14,5,18)
#0B040E
(11,4,14)
#08030A
(8,3,10)
#050206
(5,2,6)
#000000
(0,0,0)

Tints of #230C2E

#230C2E
(35,12,46)
#372241
(55,34,65)
#4B3854
(75,56,84)
#5F4E67
(95,78,103)
#73647A
(115,100,122)
#877A8D
(135,122,141)
#9B90A0
(155,144,160)
#AFA6B3
(175,166,179)
#C3BCC6
(195,188,198)
#D7D2D9
(215,210,217)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230C2E; }

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

This text font color is #230C2E.


Background Color

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

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

This div background color is #230C2E.


Border color

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

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

This div border color is #230C2E.


Opacity

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

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

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

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

This text has shadow with #230C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230C2E on black background.


Color preview on white background

This text has color #230C2E on white background.



Black color preview on #230C2E background

This text has black color on #230C2E background.


White color preview on #230C2E background

This text has white color on #230C2E background.