COLOR #12553F

HEX: #12553F RGB: (18,85,63)

Color info

#12553F contains mainly green and blue colors. Web safe color of #12553F is #006633 (or #063).

RGB color model

#12553F color RGB value is (18,85,63).

RGB: (18,85,63) (7%, 33%, 25%)

RGB channels and saturation

R 18 of 255 = 7%
G 85 of 255 = 33%
B 63 of 255 = 25%

18
85
63

R + G + B ~ 22%. #12553F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 85 + 63 = 166 (100%)
R 18 of 166 ~ 10.84%
G 85 of 166 ~ 51.2%
B 63 of 166 ~ 37.95'%

%10.84
%51.2
%37.95

CMYK color model

#12553F color CMYK value is (79,0,26,67).

  • cyan value is 78.82%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK: (79,0,26,67) C79M0Y26K67 (79%,0%,26%,67%) (0.79/0.00/0.26/0.67) 

CMYK percentages

%78.82
%0
%25.88
%66.67

Codes

Color #12553F in popluar color models

12 55 3F
RGB 18 85 63
HSL 160° 65.05% 20.20%
HSB/HSV 160° 78.82% 33.33%
CMYK 78.82% 0.00% 25.88%
66.67%

Color #12553F in popluar number systems.

HEX 12 55 3F
Decimal 18 85 63
Binary 10010 1010101 111111
Octal 22 125 77

Shades and tints

Shades of #12553F

#12553F
(18,85,63)
#114E3A
(17,78,58)
#104735
(16,71,53)
#0F4030
(15,64,48)
#0E392B
(14,57,43)
#0D3226
(13,50,38)
#0C2B21
(12,43,33)
#0B241C
(11,36,28)
#0A1D17
(10,29,23)
#091612
(9,22,18)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #12553F

#12553F
(18,85,63)
#276450
(39,100,80)
#3C7361
(60,115,97)
#518272
(81,130,114)
#669183
(102,145,131)
#7BA094
(123,160,148)
#90AFA5
(144,175,165)
#A5BEB6
(165,190,182)
#BACDC7
(186,205,199)
#CFDCD8
(207,220,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12553F color. Also use rgb(18,85,63) instead hex code.

Text Font Color

.myTextColor { color: #12553F; }

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

This text font color is #12553F.

Background Color

.myBgColor { background-color: #12553F; }

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

This div background color is #12553F.

Border color

.myBorderColor { border: 1px solid #12553F; }

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

This div border color is #12553F.

Opacity

.myOpacity80 { color: #12553F; opacity: 0.8; }

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

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

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

This text has shadow with #12553F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12553F.

Preview

Color preview on black background

This text has color #12553F on black background.


Color preview on white background

This text has color #12553F on white background.


Black color preview on #12553F background

This text has black color on #12553F background.


White color preview on #12553F background

This text has white color on #12553F background.


Related colors

Complementary color

Complementary color for #hex is #EDAAC0.


I love getcolorcode.com

Triadic colors

1 #3F1255 and #553F12 with #12553F are triadic colors.

2 #3F5512 and #55123F with #12553F are triadic colors.