COLOR #123509

HEX: #123509
RGB: (18,53,9)

Color info

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

RGB color model

#123509 color RGB value is (18,53,9).

  • red value is 18;
  • green value is 53;
  • blue value is 9.
RGB:
(18,53,9)
(7%,21%,4%)

RGB channels and saturation

R 18 of 255 = 7%
G 53 of 255 = 21%
B 9 of 255 = 4%

18
53
9

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

Portions of RGB colors in percentages

R + G + B =
18 + 53 + 9 = 80 (100%)
R 18 of 80 ~ 22.5%
G 53 of 80 ~ 66.25%
B 9 of 80 ~ 11.25%

%22.5
%66.25
%11.25

CMYK color model

#123509 color CMYK value is (66,0,83,79).

  • cyan value is 66.04%
  • magenta value is 0.00%
  • yellow value is 83.02%
  • key color value is 79.22%
CMYK:
(66,0,83,79)
C66M0Y83K79 
(66%,0%,83%,79%)
(0.66/0.00/0.83/0.79)	

CMYK percentages

%66.04
%0
%83.02
%79.22

Codes

Color #123509 in popluar color models

123509
RGB18539
HSL108°70.97%12.16%
HSB/HSV108°83.02%20.78%
CMYK66.04%0.00%83.02%
79.22%

Color #123509 in popluar number systems.

HEX123509
Decimal18539
Binary100101101011001
Octal226511

Shades and tints

Shades of #123509

#123509
(18,53,9)
#113109
(17,49,9)
#102D09
(16,45,9)
#0F2909
(15,41,9)
#0E2509
(14,37,9)
#0D2109
(13,33,9)
#0C1D09
(12,29,9)
#0B1909
(11,25,9)
#0A1509
(10,21,9)
#091109
(9,17,9)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #123509

#123509
(18,53,9)
#27471F
(39,71,31)
#3C5935
(60,89,53)
#516B4B
(81,107,75)
#667D61
(102,125,97)
#7B8F77
(123,143,119)
#90A18D
(144,161,141)
#A5B3A3
(165,179,163)
#BAC5B9
(186,197,185)
#CFD7CF
(207,215,207)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123509 color. Also use rgb(18,53,9) instead hex code.

Text Font Color

.myTextColor { color: #123509; }

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

This text font color is #123509.


Background Color

.myBgColor { background-color: #123509; }

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

This div background color is #123509.


Border color

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

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

This div border color is #123509.


Opacity

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

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

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

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

This text has shadow with #123509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123509 on black background.


Color preview on white background

This text has color #123509 on white background.



Black color preview on #123509 background

This text has black color on #123509 background.


White color preview on #123509 background

This text has white color on #123509 background.