COLOR #123813

HEX: #123813 RGB: (18,56,19)

Color info

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

RGB color model

#123813 color RGB value is (18,56,19).

RGB: (18,56,19) (7%, 22%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 56 of 255 = 22%
B 19 of 255 = 7%

18
56
19

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

Portions of RGB colors in percentages

R + G + B = 18 + 56 + 19 = 93 (100%)
R 18 of 93 ~ 19.35%
G 56 of 93 ~ 60.22%
B 19 of 93 ~ 20.43'%

%19.35
%60.22
%20.43

CMYK color model

#123813 color CMYK value is (68,0,66,78).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 66.07%
  • key color value is 78.04%

CMYK: (68,0,66,78)
C68M0Y66K78 (68%, 0%, 66%, 78%)
(0.68 / 0.00 / 0.66 / 0.78)

CMYK percentages

%67.86
%0
%66.07
%78.04

Codes

Color #123813 in popluar color models

12 38 13
RGB 18 56 19
HSL 122° 51.35% 14.51%
HSB/HSV 122° 67.86% 21.96%
CMYK 67.86% 0.00% 66.07%
78.04%

Color #123813 in popluar number systems.

HEX 12 38 13
Decimal 18 56 19
Binary 10010 111000 10011
Octal 22 70 23

Shades and tints

Shades of #123813

#123813
(18,56,19)
#113312
(17,51,18)
#102E11
(16,46,17)
#0F2910
(15,41,16)
#0E240F
(14,36,15)
#0D1F0E
(13,31,14)
#0C1A0D
(12,26,13)
#0B150C
(11,21,12)
#0A100B
(10,16,11)
#090B0A
(9,11,10)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #123813

#123813
(18,56,19)
#274A28
(39,74,40)
#3C5C3D
(60,92,61)
#516E52
(81,110,82)
#668067
(102,128,103)
#7B927C
(123,146,124)
#90A491
(144,164,145)
#A5B6A6
(165,182,166)
#BAC8BB
(186,200,187)
#CFDAD0
(207,218,208)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123813; }

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

This text font color is #123813.

Background Color

.myBgColor { background-color: #123813; }

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

This div background color is #123813.

Border color

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

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

This div border color is #123813.

Opacity

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

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

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

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

This text has shadow with #123813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123813.

Preview

Color preview on black background

This text has color #123813 on black background.


Color preview on white background

This text has color #123813 on white background.


Black color preview on #123813 background

This text has black color on #123813 background.


White color preview on #123813 background

This text has white color on #123813 background.


Related colors

Complementary color

Complementary color for #hex is #EDC7EC.


I love getcolorcode.com

Triadic colors

1 #131238 and #381312 with #123813 are triadic colors.

2 #133812 and #381213 with #123813 are triadic colors.