COLOR #123315

HEX: #123315 RGB: (18,51,21)

Color info

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

RGB color model

#123315 color RGB value is (18,51,21).

RGB: (18,51,21) (7%, 20%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 51 of 255 = 20%
B 21 of 255 = 8%

18
51
21

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

Portions of RGB colors in percentages

R + G + B = 18 + 51 + 21 = 90 (100%)
R 18 of 90 ~ 20%
G 51 of 90 ~ 56.67%
B 21 of 90 ~ 23.33'%

%20
%56.67
%23.33

CMYK color model

#123315 color CMYK value is (65,0,59,80).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 80.00%

CMYK: (65,0,59,80)
C65M0Y59K80 (65%, 0%, 59%, 80%)
(0.65 / 0.00 / 0.59 / 0.80)

CMYK percentages

%64.71
%0
%58.82
%80

Codes

Color #123315 in popluar color models

12 33 15
RGB 18 51 21
HSL 125° 47.83% 13.53%
HSB/HSV 125° 64.71% 20.00%
CMYK 64.71% 0.00% 58.82%
80.00%

Color #123315 in popluar number systems.

HEX 12 33 15
Decimal 18 51 21
Binary 10010 110011 10101
Octal 22 63 25

Shades and tints

Shades of #123315

#123315
(18,51,21)
#112F14
(17,47,20)
#102B13
(16,43,19)
#0F2712
(15,39,18)
#0E2311
(14,35,17)
#0D1F10
(13,31,16)
#0C1B0F
(12,27,15)
#0B170E
(11,23,14)
#0A130D
(10,19,13)
#090F0C
(9,15,12)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #123315

#123315
(18,51,21)
#27452A
(39,69,42)
#3C573F
(60,87,63)
#516954
(81,105,84)
#667B69
(102,123,105)
#7B8D7E
(123,141,126)
#909F93
(144,159,147)
#A5B1A8
(165,177,168)
#BAC3BD
(186,195,189)
#CFD5D2
(207,213,210)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123315 color. Also use rgb(18,51,21) instead hex code.

Text Font Color

.myTextColor { color: #123315; }

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

This text font color is #123315.

Background Color

.myBgColor { background-color: #123315; }

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

This div background color is #123315.

Border color

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

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

This div border color is #123315.

Opacity

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

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

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

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

This text has shadow with #123315 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123315.

Preview

Color preview on black background

This text has color #123315 on black background.


Color preview on white background

This text has color #123315 on white background.


Black color preview on #123315 background

This text has black color on #123315 background.


White color preview on #123315 background

This text has white color on #123315 background.


Related colors

Complementary color

Complementary color for #hex is #EDCCEA.


I love getcolorcode.com

Triadic colors

1 #151233 and #331512 with #123315 are triadic colors.

2 #153312 and #331215 with #123315 are triadic colors.