COLOR #13250C

HEX: #13250C RGB: (19,37,12)

Color info

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

RGB color model

#13250C color RGB value is (19,37,12).

RGB: (19,37,12) (7%, 15%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 12 of 255 = 5%

19
37
12

R + G + B ~ 9%. #13250C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 37 + 12 = 68 (100%)
R 19 of 68 ~ 27.94%
G 37 of 68 ~ 54.41%
B 12 of 68 ~ 17.65'%

%27.94
%54.41
%17.65

CMYK color model

#13250C color CMYK value is (49,0,68,85).

  • cyan value is 48.65%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 85.49%
CMYK: (49,0,68,85) C49M0Y68K85 (49%,0%,68%,85%) (0.49/0.00/0.68/0.85) 

CMYK percentages

%48.65
%0
%67.57
%85.49

Codes

Color #13250C in popluar color models

13 25 0C
RGB 19 37 12
HSL 103° 51.02% 9.61%
HSB/HSV 103° 67.57% 14.51%
CMYK 48.65% 0.00% 67.57%
85.49%

Color #13250C in popluar number systems.

HEX 13 25 0C
Decimal 19 37 12
Binary 10011 100101 1100
Octal 23 45 14

Shades and tints

Shades of #13250C

#13250C
(19,37,12)
#12220B
(18,34,11)
#111F0A
(17,31,10)
#101C09
(16,28,9)
#0F1908
(15,25,8)
#0E1607
(14,22,7)
#0D1306
(13,19,6)
#0C1005
(12,16,5)
#0B0D04
(11,13,4)
#0A0A03
(10,10,3)
#090702
(9,7,2)
#000000
(0,0,0)

Tints of #13250C

#13250C
(19,37,12)
#283822
(40,56,34)
#3D4B38
(61,75,56)
#525E4E
(82,94,78)
#677164
(103,113,100)
#7C847A
(124,132,122)
#919790
(145,151,144)
#A6AAA6
(166,170,166)
#BBBDBC
(187,189,188)
#D0D0D2
(208,208,210)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13250C color. Also use rgb(19,37,12) instead hex code.

Text Font Color

.myTextColor { color: #13250C; }

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

This text font color is #13250C.

Background Color

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

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

This div background color is #13250C.

Border color

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

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

This div border color is #13250C.

Opacity

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

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

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

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

This text has shadow with #13250C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13250C.

Preview

Color preview on black background

This text has color #13250C on black background.


Color preview on white background

This text has color #13250C on white background.


Black color preview on #13250C background

This text has black color on #13250C background.


White color preview on #13250C background

This text has white color on #13250C background.


Related colors

Complementary color

Complementary color for #hex is #ECDAF3.


I love getcolorcode.com

Triadic colors

1 #0C1325 and #250C13 with #13250C are triadic colors.

2 #0C2513 and #25130C with #13250C are triadic colors.