COLOR #123119

HEX: #123119
RGB: (18,49,25)

Color info

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

RGB color model

#123119 color RGB value is (18,49,25).

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

RGB channels and saturation

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

18
49
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 49 + 25 = 92 (100%)
R 18 of 92 ~ 19.57%
G 49 of 92 ~ 53.26%
B 25 of 92 ~ 27.17%

%19.57
%53.26
%27.17

CMYK color model

#123119 color CMYK value is (63,0,49,81).

  • cyan value is 63.27%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 80.78%
CMYK:
(63,0,49,81)
C63M0Y49K81 
(63%,0%,49%,81%)
(0.63/0.00/0.49/0.81)	

CMYK percentages

%63.27
%0
%48.98
%80.78

Codes

Color #123119 in popluar color models

123119
RGB184925
HSL134°46.27%13.14%
HSB/HSV134°63.27%19.22%
CMYK63.27%0.00%48.98%
80.78%

Color #123119 in popluar number systems.

HEX123119
Decimal184925
Binary1001011000111001
Octal226131

Shades and tints

Shades of #123119

#123119
(18,49,25)
#112D17
(17,45,23)
#102915
(16,41,21)
#0F2513
(15,37,19)
#0E2111
(14,33,17)
#0D1D0F
(13,29,15)
#0C190D
(12,25,13)
#0B150B
(11,21,11)
#0A1109
(10,17,9)
#090D07
(9,13,7)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #123119

#123119
(18,49,25)
#27432D
(39,67,45)
#3C5541
(60,85,65)
#516755
(81,103,85)
#667969
(102,121,105)
#7B8B7D
(123,139,125)
#909D91
(144,157,145)
#A5AFA5
(165,175,165)
#BAC1B9
(186,193,185)
#CFD3CD
(207,211,205)
#E4E5E1
(228,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123119; }

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

This text font color is #123119.


Background Color

.myBgColor { background-color: #123119; }

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

This div background color is #123119.


Border color

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

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

This div border color is #123119.


Opacity

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

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

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

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

This text has shadow with #123119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123119 on black background.


Color preview on white background

This text has color #123119 on white background.



Black color preview on #123119 background

This text has black color on #123119 background.


White color preview on #123119 background

This text has white color on #123119 background.