COLOR #230C12

HEX: #230C12
RGB: (35,12,18)

Color info

#230C12 contains red, green and blue colors in about the same proportion. Web safe color of #230C12 is #330000 (or #300).

RGB color model

#230C12 color RGB value is (35,12,18).

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

RGB channels and saturation

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

35
12
18

R + G + B ~ 9%. #230C12 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 12 + 18 = 65 (100%)
R 35 of 65 ~ 53.85%
G 12 of 65 ~ 18.46%
B 18 of 65 ~ 27.69%

%53.85
%18.46
%27.69

CMYK color model

#230C12 color CMYK value is (0,66,49,86).

  • cyan value is 0.00%
  • magenta value is 65.71%
  • yellow value is 48.57%
  • key color value is 86.27%
CMYK:
(0,66,49,86)
C0M66Y49K86 
(0%,66%,49%,86%)
(0.00/0.66/0.49/0.86)	

CMYK percentages

%0
%65.71
%48.57
%86.27

Codes

Color #230C12 in popluar color models

230C12
RGB351218
HSL344°48.94%9.22%
HSB/HSV344°65.71%13.73%
CMYK0.00%65.71%48.57%
86.27%

Color #230C12 in popluar number systems.

HEX230C12
Decimal351218
Binary100011110010010
Octal431422

Shades and tints

Shades of #230C12

#230C12
(35,12,18)
#200B11
(32,11,17)
#1D0A10
(29,10,16)
#1A090F
(26,9,15)
#17080E
(23,8,14)
#14070D
(20,7,13)
#11060C
(17,6,12)
#0E050B
(14,5,11)
#0B040A
(11,4,10)
#080309
(8,3,9)
#050208
(5,2,8)
#000000
(0,0,0)

Tints of #230C12

#230C12
(35,12,18)
#372227
(55,34,39)
#4B383C
(75,56,60)
#5F4E51
(95,78,81)
#736466
(115,100,102)
#877A7B
(135,122,123)
#9B9090
(155,144,144)
#AFA6A5
(175,166,165)
#C3BCBA
(195,188,186)
#D7D2CF
(215,210,207)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230C12; }

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

This text font color is #230C12.


Background Color

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

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

This div background color is #230C12.


Border color

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

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

This div border color is #230C12.


Opacity

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

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

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

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

This text has shadow with #230C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230C12 on black background.


Color preview on white background

This text has color #230C12 on white background.



Black color preview on #230C12 background

This text has black color on #230C12 background.


White color preview on #230C12 background

This text has white color on #230C12 background.