COLOR #123E0F

HEX: #123E0F
RGB: (18,62,15)

Color info

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

RGB color model

#123E0F color RGB value is (18,62,15).

  • red value is 18;
  • green value is 62;
  • blue value is 15.
RGB:
(18,62,15)
(7%,24%,6%)

RGB channels and saturation

R 18 of 255 = 7%
G 62 of 255 = 24%
B 15 of 255 = 6%

18
62
15

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

Portions of RGB colors in percentages

R + G + B =
18 + 62 + 15 = 95 (100%)
R 18 of 95 ~ 18.95%
G 62 of 95 ~ 65.26%
B 15 of 95 ~ 15.79%

%18.95
%65.26
%15.79

CMYK color model

#123E0F color CMYK value is (71,0,76,76).

  • cyan value is 70.97%
  • magenta value is 0.00%
  • yellow value is 75.81%
  • key color value is 75.69%
CMYK:
(71,0,76,76)
C71M0Y76K76 
(71%,0%,76%,76%)
(0.71/0.00/0.76/0.76)	

CMYK percentages

%70.97
%0
%75.81
%75.69

Codes

Color #123E0F in popluar color models

123E0F
RGB186215
HSL116°61.04%15.10%
HSB/HSV116°75.81%24.31%
CMYK70.97%0.00%75.81%
75.69%

Color #123E0F in popluar number systems.

HEX123E0F
Decimal186215
Binary100101111101111
Octal227617

Shades and tints

Shades of #123E0F

#123E0F
(18,62,15)
#11390E
(17,57,14)
#10340D
(16,52,13)
#0F2F0C
(15,47,12)
#0E2A0B
(14,42,11)
#0D250A
(13,37,10)
#0C2009
(12,32,9)
#0B1B08
(11,27,8)
#0A1607
(10,22,7)
#091106
(9,17,6)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #123E0F

#123E0F
(18,62,15)
#274F24
(39,79,36)
#3C6039
(60,96,57)
#51714E
(81,113,78)
#668263
(102,130,99)
#7B9378
(123,147,120)
#90A48D
(144,164,141)
#A5B5A2
(165,181,162)
#BAC6B7
(186,198,183)
#CFD7CC
(207,215,204)
#E4E8E1
(228,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123E0F color. Also use rgb(18,62,15) instead hex code.

Text Font Color

.myTextColor { color: #123E0F; }

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

This text font color is #123E0F.


Background Color

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

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

This div background color is #123E0F.


Border color

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

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

This div border color is #123E0F.


Opacity

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

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

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

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

This text has shadow with #123E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123E0F on black background.


Color preview on white background

This text has color #123E0F on white background.



Black color preview on #123E0F background

This text has black color on #123E0F background.


White color preview on #123E0F background

This text has white color on #123E0F background.