COLOR #123B18

HEX: #123B18
RGB: (18,59,24)

Color info

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

RGB color model

#123B18 color RGB value is (18,59,24).

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

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 24 of 255 = 9%

18
59
24

R + G + B ~ 13%. #123B18 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 24 = 101 (100%)
R 18 of 101 ~ 17.82%
G 59 of 101 ~ 58.42%
B 24 of 101 ~ 23.76%

%17.82
%58.42
%23.76

CMYK color model

#123B18 color CMYK value is (69,0,59,77).

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 59.32%
  • key color value is 76.86%
CMYK:
(69,0,59,77)
C69M0Y59K77 
(69%,0%,59%,77%)
(0.69/0.00/0.59/0.77)	

CMYK percentages

%69.49
%0
%59.32
%76.86

Codes

Color #123B18 in popluar color models

123B18
RGB185924
HSL129°53.25%15.10%
HSB/HSV129°69.49%23.14%
CMYK69.49%0.00%59.32%
76.86%

Color #123B18 in popluar number systems.

HEX123B18
Decimal185924
Binary1001011101111000
Octal227330

Shades and tints

Shades of #123B18

#123B18
(18,59,24)
#113616
(17,54,22)
#103114
(16,49,20)
#0F2C12
(15,44,18)
#0E2710
(14,39,16)
#0D220E
(13,34,14)
#0C1D0C
(12,29,12)
#0B180A
(11,24,10)
#0A1308
(10,19,8)
#090E06
(9,14,6)
#080904
(8,9,4)
#000000
(0,0,0)

Tints of #123B18

#123B18
(18,59,24)
#274C2D
(39,76,45)
#3C5D42
(60,93,66)
#516E57
(81,110,87)
#667F6C
(102,127,108)
#7B9081
(123,144,129)
#90A196
(144,161,150)
#A5B2AB
(165,178,171)
#BAC3C0
(186,195,192)
#CFD4D5
(207,212,213)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123B18; }

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

This text font color is #123B18.


Background Color

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

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

This div background color is #123B18.


Border color

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

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

This div border color is #123B18.


Opacity

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

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

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

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

This text has shadow with #123B18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123B18 on black background.


Color preview on white background

This text has color #123B18 on white background.



Black color preview on #123B18 background

This text has black color on #123B18 background.


White color preview on #123B18 background

This text has white color on #123B18 background.