COLOR #123113

HEX: #123113
RGB: (18,49,19)

Color info

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

RGB color model

#123113 color RGB value is (18,49,19).

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

RGB channels and saturation

R 18 of 255 = 7%
G 49 of 255 = 19%
B 19 of 255 = 7%

18
49
19

R + G + B ~ 11%. #123113 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 49 + 19 = 86 (100%)
R 18 of 86 ~ 20.93%
G 49 of 86 ~ 56.98%
B 19 of 86 ~ 22.09%

%20.93
%56.98
%22.09

CMYK color model

#123113 color CMYK value is (63,0,61,81).

  • cyan value is 63.27%
  • magenta value is 0.00%
  • yellow value is 61.22%
  • key color value is 80.78%
CMYK:
(63,0,61,81)
C63M0Y61K81 
(63%,0%,61%,81%)
(0.63/0.00/0.61/0.81)	

CMYK percentages

%63.27
%0
%61.22
%80.78

Codes

Color #123113 in popluar color models

123113
RGB184919
HSL122°46.27%13.14%
HSB/HSV122°63.27%19.22%
CMYK63.27%0.00%61.22%
80.78%

Color #123113 in popluar number systems.

HEX123113
Decimal184919
Binary1001011000110011
Octal226123

Shades and tints

Shades of #123113

#123113
(18,49,19)
#112D12
(17,45,18)
#102911
(16,41,17)
#0F2510
(15,37,16)
#0E210F
(14,33,15)
#0D1D0E
(13,29,14)
#0C190D
(12,25,13)
#0B150C
(11,21,12)
#0A110B
(10,17,11)
#090D0A
(9,13,10)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #123113

#123113
(18,49,19)
#274328
(39,67,40)
#3C553D
(60,85,61)
#516752
(81,103,82)
#667967
(102,121,103)
#7B8B7C
(123,139,124)
#909D91
(144,157,145)
#A5AFA6
(165,175,166)
#BAC1BB
(186,193,187)
#CFD3D0
(207,211,208)
#E4E5E5
(228,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123113; }

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

This text font color is #123113.


Background Color

.myBgColor { background-color: #123113; }

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

This div background color is #123113.


Border color

.myBorderColor { border: 1px solid #123113; }

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

This div border color is #123113.


Opacity

.myOpacity80 { color: #123113; opacity: 0.8; }

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

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

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

This text has shadow with #123113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123113 on black background.


Color preview on white background

This text has color #123113 on white background.



Black color preview on #123113 background

This text has black color on #123113 background.


White color preview on #123113 background

This text has white color on #123113 background.