COLOR #123520

HEX: #123520 RGB: (18,53,32)

Color info

#123520 contains red, green and blue colors in about the same proportion. Web safe color of #123520 is #003333 (or #033).

RGB color model

#123520 color RGB value is (18,53,32).

RGB: (18,53,32) (7%, 21%, 13%)

RGB channels and saturation

R 18 of 255 = 7%
G 53 of 255 = 21%
B 32 of 255 = 13%

18
53
32

R + G + B ~ 14%. #123520 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 53 + 32 = 103 (100%)
R 18 of 103 ~ 17.48%
G 53 of 103 ~ 51.46%
B 32 of 103 ~ 31.07'%

%17.48
%51.46
%31.07

CMYK color model

#123520 color CMYK value is (66,0,40,79).

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

CMYK: (66,0,40,79)
C66M0Y40K79 (66%, 0%, 40%, 79%)
(0.66 / 0.00 / 0.40 / 0.79)

CMYK percentages

%66.04
%0
%39.62
%79.22

Codes

Color #123520 in popluar color models

12 35 20
RGB 18 53 32
HSL 144° 49.30% 13.92%
HSB/HSV 144° 66.04% 20.78%
CMYK 66.04% 0.00% 39.62%
79.22%

Color #123520 in popluar number systems.

HEX 12 35 20
Decimal 18 53 32
Binary 10010 110101 100000
Octal 22 65 40

Shades and tints

Shades of #123520

#123520
(18,53,32)
#11311E
(17,49,30)
#102D1C
(16,45,28)
#0F291A
(15,41,26)
#0E2518
(14,37,24)
#0D2116
(13,33,22)
#0C1D14
(12,29,20)
#0B1912
(11,25,18)
#0A1510
(10,21,16)
#09110E
(9,17,14)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #123520

#123520
(18,53,32)
#274734
(39,71,52)
#3C5948
(60,89,72)
#516B5C
(81,107,92)
#667D70
(102,125,112)
#7B8F84
(123,143,132)
#90A198
(144,161,152)
#A5B3AC
(165,179,172)
#BAC5C0
(186,197,192)
#CFD7D4
(207,215,212)
#E4E9E8
(228,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123520; }

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

This text font color is #123520.

Background Color

.myBgColor { background-color: #123520; }

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

This div background color is #123520.

Border color

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

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

This div border color is #123520.

Opacity

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

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

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

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

This text has shadow with #123520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123520.

Preview

Color preview on black background

This text has color #123520 on black background.


Color preview on white background

This text has color #123520 on white background.


Black color preview on #123520 background

This text has black color on #123520 background.


White color preview on #123520 background

This text has white color on #123520 background.


Related colors

Complementary color

Complementary color for #hex is #EDCADF.


I love getcolorcode.com

Triadic colors

1 #201235 and #352012 with #123520 are triadic colors.

2 #203512 and #351220 with #123520 are triadic colors.