COLOR #123015

HEX: #123015 RGB: (18,48,21)

Color info

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

RGB color model

#123015 color RGB value is (18,48,21).

RGB: (18,48,21) (7%, 19%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 48 of 255 = 19%
B 21 of 255 = 8%

18
48
21

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

Portions of RGB colors in percentages

R + G + B = 18 + 48 + 21 = 87 (100%)
R 18 of 87 ~ 20.69%
G 48 of 87 ~ 55.17%
B 21 of 87 ~ 24.14'%

%20.69
%55.17
%24.14

CMYK color model

#123015 color CMYK value is (63,0,56,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 81.18%

CMYK: (63,0,56,81)
C63M0Y56K81 (63%, 0%, 56%, 81%)
(0.63 / 0.00 / 0.56 / 0.81)

CMYK percentages

%62.5
%0
%56.25
%81.18

Codes

Color #123015 in popluar color models

12 30 15
RGB 18 48 21
HSL 126° 45.45% 12.94%
HSB/HSV 126° 62.50% 18.82%
CMYK 62.50% 0.00% 56.25%
81.18%

Color #123015 in popluar number systems.

HEX 12 30 15
Decimal 18 48 21
Binary 10010 110000 10101
Octal 22 60 25

Shades and tints

Shades of #123015

#123015
(18,48,21)
#112C14
(17,44,20)
#102813
(16,40,19)
#0F2412
(15,36,18)
#0E2011
(14,32,17)
#0D1C10
(13,28,16)
#0C180F
(12,24,15)
#0B140E
(11,20,14)
#0A100D
(10,16,13)
#090C0C
(9,12,12)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #123015

#123015
(18,48,21)
#27422A
(39,66,42)
#3C543F
(60,84,63)
#516654
(81,102,84)
#667869
(102,120,105)
#7B8A7E
(123,138,126)
#909C93
(144,156,147)
#A5AEA8
(165,174,168)
#BAC0BD
(186,192,189)
#CFD2D2
(207,210,210)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123015; }

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

This text font color is #123015.

Background Color

.myBgColor { background-color: #123015; }

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

This div background color is #123015.

Border color

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

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

This div border color is #123015.

Opacity

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

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

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

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

This text has shadow with #123015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123015.

Preview

Color preview on black background

This text has color #123015 on black background.


Color preview on white background

This text has color #123015 on white background.


Black color preview on #123015 background

This text has black color on #123015 background.


White color preview on #123015 background

This text has white color on #123015 background.


Related colors

Complementary color

Complementary color for #hex is #EDCFEA.


I love getcolorcode.com

Triadic colors

1 #151230 and #301512 with #123015 are triadic colors.

2 #153012 and #301215 with #123015 are triadic colors.