COLOR #123513

HEX: #123513 RGB: (18,53,19)

Color info

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

RGB color model

#123513 color RGB value is (18,53,19).

RGB: (18,53,19) (7%, 21%, 7%)

RGB channels and saturation

R 18 of 255 = 7%
G 53 of 255 = 21%
B 19 of 255 = 7%

18
53
19

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

Portions of RGB colors in percentages

R + G + B = 18 + 53 + 19 = 90 (100%)
R 18 of 90 ~ 20%
G 53 of 90 ~ 58.89%
B 19 of 90 ~ 21.11'%

%20
%58.89
%21.11

CMYK color model

#123513 color CMYK value is (66,0,64,79).

  • cyan value is 66.04%
  • magenta value is 0.00%
  • yellow value is 64.15%
  • key color value is 79.22%

CMYK: (66,0,64,79)
C66M0Y64K79 (66%, 0%, 64%, 79%)
(0.66 / 0.00 / 0.64 / 0.79)

CMYK percentages

%66.04
%0
%64.15
%79.22

Codes

Color #123513 in popluar color models

12 35 13
RGB 18 53 19
HSL 122° 49.30% 13.92%
HSB/HSV 122° 66.04% 20.78%
CMYK 66.04% 0.00% 64.15%
79.22%

Color #123513 in popluar number systems.

HEX 12 35 13
Decimal 18 53 19
Binary 10010 110101 10011
Octal 22 65 23

Shades and tints

Shades of #123513

#123513
(18,53,19)
#113112
(17,49,18)
#102D11
(16,45,17)
#0F2910
(15,41,16)
#0E250F
(14,37,15)
#0D210E
(13,33,14)
#0C1D0D
(12,29,13)
#0B190C
(11,25,12)
#0A150B
(10,21,11)
#09110A
(9,17,10)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #123513

#123513
(18,53,19)
#274728
(39,71,40)
#3C593D
(60,89,61)
#516B52
(81,107,82)
#667D67
(102,125,103)
#7B8F7C
(123,143,124)
#90A191
(144,161,145)
#A5B3A6
(165,179,166)
#BAC5BB
(186,197,187)
#CFD7D0
(207,215,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123513; }

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

This text font color is #123513.

Background Color

.myBgColor { background-color: #123513; }

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

This div background color is #123513.

Border color

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

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

This div border color is #123513.

Opacity

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

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

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

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

This text has shadow with #123513 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123513.

Preview

Color preview on black background

This text has color #123513 on black background.


Color preview on white background

This text has color #123513 on white background.


Black color preview on #123513 background

This text has black color on #123513 background.


White color preview on #123513 background

This text has white color on #123513 background.


Related colors

Complementary color

Complementary color for #hex is #EDCAEC.


I love getcolorcode.com

Triadic colors

1 #131235 and #351312 with #123513 are triadic colors.

2 #133512 and #351213 with #123513 are triadic colors.