COLOR #12482C

HEX: #12482C
RGB: (18,72,44)

Color info

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

RGB color model

#12482C color RGB value is (18,72,44).

  • red value is 18;
  • green value is 72;
  • blue value is 44.
RGB:
(18,72,44)
(7%,28%,17%)

RGB channels and saturation

R 18 of 255 = 7%
G 72 of 255 = 28%
B 44 of 255 = 17%

18
72
44

R + G + B ~ 17%. #12482C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 44 = 134 (100%)
R 18 of 134 ~ 13.43%
G 72 of 134 ~ 53.73%
B 44 of 134 ~ 32.84%

%13.43
%53.73
%32.84

CMYK color model

#12482C color CMYK value is (75,0,39,72).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 71.76%
CMYK:
(75,0,39,72)
C75M0Y39K72 
(75%,0%,39%,72%)
(0.75/0.00/0.39/0.72)	

CMYK percentages

%75
%0
%38.89
%71.76

Codes

Color #12482C in popluar color models

12482C
RGB187244
HSL149°60.00%17.65%
HSB/HSV149°75.00%28.24%
CMYK75.00%0.00%38.89%
71.76%

Color #12482C in popluar number systems.

HEX12482C
Decimal187244
Binary100101001000101100
Octal2211054

Shades and tints

Shades of #12482C

#12482C
(18,72,44)
#114228
(17,66,40)
#103C24
(16,60,36)
#0F3620
(15,54,32)
#0E301C
(14,48,28)
#0D2A18
(13,42,24)
#0C2414
(12,36,20)
#0B1E10
(11,30,16)
#0A180C
(10,24,12)
#091208
(9,18,8)
#080C04
(8,12,4)
#000000
(0,0,0)

Tints of #12482C

#12482C
(18,72,44)
#27583F
(39,88,63)
#3C6852
(60,104,82)
#517865
(81,120,101)
#668878
(102,136,120)
#7B988B
(123,152,139)
#90A89E
(144,168,158)
#A5B8B1
(165,184,177)
#BAC8C4
(186,200,196)
#CFD8D7
(207,216,215)
#E4E8EA
(228,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12482C color. Also use rgb(18,72,44) instead hex code.

Text Font Color

.myTextColor { color: #12482C; }

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

This text font color is #12482C.


Background Color

.myBgColor { background-color: #12482C; }

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

This div background color is #12482C.


Border color

.myBorderColor { border: 1px solid #12482C; }

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

This div border color is #12482C.


Opacity

.myOpacity80 { color: #12482C; opacity: 0.8; }

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

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

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

This text has shadow with #12482C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12482C on black background.


Color preview on white background

This text has color #12482C on white background.



Black color preview on #12482C background

This text has black color on #12482C background.


White color preview on #12482C background

This text has white color on #12482C background.