COLOR #12380E

HEX: #12380E
RGB: (18,56,14)

Color info

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

RGB color model

#12380E color RGB value is (18,56,14).

  • red value is 18;
  • green value is 56;
  • blue value is 14.
RGB:
(18,56,14)
(7%,22%,5%)

RGB channels and saturation

R 18 of 255 = 7%
G 56 of 255 = 22%
B 14 of 255 = 5%

18
56
14

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

Portions of RGB colors in percentages

R + G + B =
18 + 56 + 14 = 88 (100%)
R 18 of 88 ~ 20.45%
G 56 of 88 ~ 63.64%
B 14 of 88 ~ 15.91%

%20.45
%63.64
%15.91

CMYK color model

#12380E color CMYK value is (68,0,75,78).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 78.04%
CMYK:
(68,0,75,78)
C68M0Y75K78 
(68%,0%,75%,78%)
(0.68/0.00/0.75/0.78)	

CMYK percentages

%67.86
%0
%75
%78.04

Codes

Color #12380E in popluar color models

12380E
RGB185614
HSL114°60.00%13.73%
HSB/HSV114°75.00%21.96%
CMYK67.86%0.00%75.00%
78.04%

Color #12380E in popluar number systems.

HEX12380E
Decimal185614
Binary100101110001110
Octal227016

Shades and tints

Shades of #12380E

#12380E
(18,56,14)
#11330D
(17,51,13)
#102E0C
(16,46,12)
#0F290B
(15,41,11)
#0E240A
(14,36,10)
#0D1F09
(13,31,9)
#0C1A08
(12,26,8)
#0B1507
(11,21,7)
#0A1006
(10,16,6)
#090B05
(9,11,5)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #12380E

#12380E
(18,56,14)
#274A23
(39,74,35)
#3C5C38
(60,92,56)
#516E4D
(81,110,77)
#668062
(102,128,98)
#7B9277
(123,146,119)
#90A48C
(144,164,140)
#A5B6A1
(165,182,161)
#BAC8B6
(186,200,182)
#CFDACB
(207,218,203)
#E4ECE0
(228,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12380E color. Also use rgb(18,56,14) instead hex code.

Text Font Color

.myTextColor { color: #12380E; }

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

This text font color is #12380E.


Background Color

.myBgColor { background-color: #12380E; }

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

This div background color is #12380E.


Border color

.myBorderColor { border: 1px solid #12380E; }

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

This div border color is #12380E.


Opacity

.myOpacity80 { color: #12380E; opacity: 0.8; }

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

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

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

This text has shadow with #12380E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12380E on black background.


Color preview on white background

This text has color #12380E on white background.



Black color preview on #12380E background

This text has black color on #12380E background.


White color preview on #12380E background

This text has white color on #12380E background.