COLOR #123719

HEX: #123719
RGB: (18,55,25)

Color info

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

RGB color model

#123719 color RGB value is (18,55,25).

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

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 25 of 255 = 10%

18
55
25

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

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 25 = 98 (100%)
R 18 of 98 ~ 18.37%
G 55 of 98 ~ 56.12%
B 25 of 98 ~ 25.51%

%18.37
%56.12
%25.51

CMYK color model

#123719 color CMYK value is (67,0,55,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 78.43%
CMYK:
(67,0,55,78)
C67M0Y55K78 
(67%,0%,55%,78%)
(0.67/0.00/0.55/0.78)	

CMYK percentages

%67.27
%0
%54.55
%78.43

Codes

Color #123719 in popluar color models

123719
RGB185525
HSL131°50.68%14.31%
HSB/HSV131°67.27%21.57%
CMYK67.27%0.00%54.55%
78.43%

Color #123719 in popluar number systems.

HEX123719
Decimal185525
Binary1001011011111001
Octal226731

Shades and tints

Shades of #123719

#123719
(18,55,25)
#113217
(17,50,23)
#102D15
(16,45,21)
#0F2813
(15,40,19)
#0E2311
(14,35,17)
#0D1E0F
(13,30,15)
#0C190D
(12,25,13)
#0B140B
(11,20,11)
#0A0F09
(10,15,9)
#090A07
(9,10,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #123719

#123719
(18,55,25)
#27492D
(39,73,45)
#3C5B41
(60,91,65)
#516D55
(81,109,85)
#667F69
(102,127,105)
#7B917D
(123,145,125)
#90A391
(144,163,145)
#A5B5A5
(165,181,165)
#BAC7B9
(186,199,185)
#CFD9CD
(207,217,205)
#E4EBE1
(228,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123719; }

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

This text font color is #123719.


Background Color

.myBgColor { background-color: #123719; }

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

This div background color is #123719.


Border color

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

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

This div border color is #123719.


Opacity

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

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

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

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

This text has shadow with #123719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123719 on black background.


Color preview on white background

This text has color #123719 on white background.



Black color preview on #123719 background

This text has black color on #123719 background.


White color preview on #123719 background

This text has white color on #123719 background.