COLOR #123B01

HEX: #123B01
RGB: (18,59,1)

Color info

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

RGB color model

#123B01 color RGB value is (18,59,1).

  • red value is 18;
  • green value is 59;
  • blue value is 1.
RGB: (18,59,1) (7%,23%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 1 of 255 = 0%

18
59
1

R + G + B ~ 10%. #123B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 1 = 78 (100%)
R 18 of 78 ~ 23.08%
G 59 of 78 ~ 75.64%
B 1 of 78 ~ 1.28%

%23.08
%75.64

CMYK color model

#123B01 color CMYK value is (69,0,98,77).

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 98.31%
  • key color value is 76.86%
CMYK: (69,0,98,77) C69M0Y98K77 (69%,0%,98%,77%) (0.69/0.00/0.98/0.77)

CMYK percentages

%69.49
%0
%98.31
%76.86

Codes

Color #123B01 in popluar color models

123B01
RGB18591
HSL102°96.67%11.76%
HSB/HSV102°98.31%23.14%
CMYK69.49%0.00%98.31%
76.86%

Color #123B01 in popluar number systems.

HEX123B01
Decimal18591
Binary100101110111
Octal22731

Shades and tints

Shades of #123B01

#123B01
(18,59,1)
#113601
(17,54,1)
#103101
(16,49,1)
#0F2C01
(15,44,1)
#0E2701
(14,39,1)
#0D2201
(13,34,1)
#0C1D01
(12,29,1)
#0B1801
(11,24,1)
#0A1301
(10,19,1)
#090E01
(9,14,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #123B01

#123B01
(18,59,1)
#274C18
(39,76,24)
#3C5D2F
(60,93,47)
#516E46
(81,110,70)
#667F5D
(102,127,93)
#7B9074
(123,144,116)
#90A18B
(144,161,139)
#A5B2A2
(165,178,162)
#BAC3B9
(186,195,185)
#CFD4D0
(207,212,208)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123B01 color. Also use rgb(18,59,1) instead hex code.

Text Font Color

.myTextColor { color: #123B01; }

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

This text font color is #123B01.


Background Color

.myBgColor { background-color: #123B01; }

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

This div background color is #123B01.


Border color

.myBorderColor { border: 1px solid #123B01; }

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

This div border color is #123B01.


Opacity

.myOpacity80 { color: #123B01; opacity: 0.8; }

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

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

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

This text has shadow with #123B01 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #123B01 on black background.


Color preview on white background

This text has color #123B01 on white background.



Black color preview on #123B01 background

This text has black color on #123B01 background.


White color preview on #123B01 background

This text has white color on #123B01 background.