COLOR #132612

HEX: #132612
RGB: (19,38,18)

Color info

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

RGB color model

#132612 color RGB value is (19,38,18).

  • red value is 19;
  • green value is 38;
  • blue value is 18.
RGB:
(19,38,18)
(7%,15%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 38 of 255 = 15%
B 18 of 255 = 7%

19
38
18

R + G + B ~ 10%. #132612 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 38 + 18 = 75 (100%)
R 19 of 75 ~ 25.33%
G 38 of 75 ~ 50.67%
B 18 of 75 ~ 24%

%25.33
%50.67
%24

CMYK color model

#132612 color CMYK value is (50,0,53,85).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 85.10%
CMYK:
(50,0,53,85)
C50M0Y53K85 
(50%,0%,53%,85%)
(0.50/0.00/0.53/0.85)	

CMYK percentages

%50
%0
%52.63
%85.1

Codes

Color #132612 in popluar color models

132612
RGB193818
HSL117°35.71%10.98%
HSB/HSV117°52.63%14.90%
CMYK50.00%0.00%52.63%
85.10%

Color #132612 in popluar number systems.

HEX132612
Decimal193818
Binary1001110011010010
Octal234622

Shades and tints

Shades of #132612

#132612
(19,38,18)
#122311
(18,35,17)
#112010
(17,32,16)
#101D0F
(16,29,15)
#0F1A0E
(15,26,14)
#0E170D
(14,23,13)
#0D140C
(13,20,12)
#0C110B
(12,17,11)
#0B0E0A
(11,14,10)
#0A0B09
(10,11,9)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #132612

#132612
(19,38,18)
#283927
(40,57,39)
#3D4C3C
(61,76,60)
#525F51
(82,95,81)
#677266
(103,114,102)
#7C857B
(124,133,123)
#919890
(145,152,144)
#A6ABA5
(166,171,165)
#BBBEBA
(187,190,186)
#D0D1CF
(208,209,207)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132612; }

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

This text font color is #132612.


Background Color

.myBgColor { background-color: #132612; }

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

This div background color is #132612.


Border color

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

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

This div border color is #132612.


Opacity

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

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

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

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

This text has shadow with #132612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132612 on black background.


Color preview on white background

This text has color #132612 on white background.



Black color preview on #132612 background

This text has black color on #132612 background.


White color preview on #132612 background

This text has white color on #132612 background.