COLOR #01230F

HEX: #01230F
RGB: (1,35,15)

Color info

#01230F contains red, green and blue colors in about the same proportion. Web safe color of #01230F is #003300 (or #030).

RGB color model

#01230F color RGB value is (1,35,15).

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

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 15 of 255 = 6%

1
35
15

R + G + B ~ 7%. #01230F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 15 = 51 (100%)
R 1 of 51 ~ 1.96%
G 35 of 51 ~ 68.63%
B 15 of 51 ~ 29.41%

%68.63
%29.41

CMYK color model

#01230F color CMYK value is (97,0,57,86).

  • cyan value is 97.14%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 86.27%
CMYK:
(97,0,57,86)
C97M0Y57K86 
(97%,0%,57%,86%)
(0.97/0.00/0.57/0.86)	

CMYK percentages

%97.14
%0
%57.14
%86.27

Codes

Color #01230F in popluar color models

01230F
RGB13515
HSL145°94.44%7.06%
HSB/HSV145°97.14%13.73%
CMYK97.14%0.00%57.14%
86.27%

Color #01230F in popluar number systems.

HEX01230F
Decimal13515
Binary11000111111
Octal14317

Shades and tints

Shades of #01230F

#01230F
(1,35,15)
#01200E
(1,32,14)
#011D0D
(1,29,13)
#011A0C
(1,26,12)
#01170B
(1,23,11)
#01140A
(1,20,10)
#011109
(1,17,9)
#010E08
(1,14,8)
#010B07
(1,11,7)
#010806
(1,8,6)
#010505
(1,5,5)
#000000
(0,0,0)

Tints of #01230F

#01230F
(1,35,15)
#183724
(24,55,36)
#2F4B39
(47,75,57)
#465F4E
(70,95,78)
#5D7363
(93,115,99)
#748778
(116,135,120)
#8B9B8D
(139,155,141)
#A2AFA2
(162,175,162)
#B9C3B7
(185,195,183)
#D0D7CC
(208,215,204)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01230F color. Also use rgb(1,35,15) instead hex code.

Text Font Color

.myTextColor { color: #01230F; }

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

This text font color is #01230F.


Background Color

.myBgColor { background-color: #01230F; }

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

This div background color is #01230F.


Border color

.myBorderColor { border: 1px solid #01230F; }

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

This div border color is #01230F.


Opacity

.myOpacity80 { color: #01230F; opacity: 0.8; }

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

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

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

This text has shadow with #01230F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01230F on black background.


Color preview on white background

This text has color #01230F on white background.



Black color preview on #01230F background

This text has black color on #01230F background.


White color preview on #01230F background

This text has white color on #01230F background.