COLOR #123B13

HEX: #123B13
RGB: (18,59,19)

Color info

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

RGB color model

#123B13 color RGB value is (18,59,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 19 of 255 = 7%

18
59
19

R + G + B ~ 12%. #123B13 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 19 = 96 (100%)
R 18 of 96 ~ 18.75%
G 59 of 96 ~ 61.46%
B 19 of 96 ~ 19.79%

%18.75
%61.46
%19.79

CMYK color model

#123B13 color CMYK value is (69,0,68,77).

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 67.80%
  • key color value is 76.86%
CMYK:
(69,0,68,77)
C69M0Y68K77 
(69%,0%,68%,77%)
(0.69/0.00/0.68/0.77)	

CMYK percentages

%69.49
%0
%67.8
%76.86

Codes

Color #123B13 in popluar color models

123B13
RGB185919
HSL121°53.25%15.10%
HSB/HSV121°69.49%23.14%
CMYK69.49%0.00%67.80%
76.86%

Color #123B13 in popluar number systems.

HEX123B13
Decimal185919
Binary1001011101110011
Octal227323

Shades and tints

Shades of #123B13

#123B13
(18,59,19)
#113612
(17,54,18)
#103111
(16,49,17)
#0F2C10
(15,44,16)
#0E270F
(14,39,15)
#0D220E
(13,34,14)
#0C1D0D
(12,29,13)
#0B180C
(11,24,12)
#0A130B
(10,19,11)
#090E0A
(9,14,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #123B13

#123B13
(18,59,19)
#274C28
(39,76,40)
#3C5D3D
(60,93,61)
#516E52
(81,110,82)
#667F67
(102,127,103)
#7B907C
(123,144,124)
#90A191
(144,161,145)
#A5B2A6
(165,178,166)
#BAC3BB
(186,195,187)
#CFD4D0
(207,212,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123B13; }

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

This text font color is #123B13.


Background Color

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

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

This div background color is #123B13.


Border color

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

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

This div border color is #123B13.


Opacity

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

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

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

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

This text has shadow with #123B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123B13 on black background.


Color preview on white background

This text has color #123B13 on white background.



Black color preview on #123B13 background

This text has black color on #123B13 background.


White color preview on #123B13 background

This text has white color on #123B13 background.