COLOR #20250D

HEX: #20250D
RGB: (32,37,13)

Color info

#20250D contains red, green and blue colors in about the same proportion. Web safe color of #20250D is #333300 (or #330).

RGB color model

#20250D color RGB value is (32,37,13).

  • red value is 32;
  • green value is 37;
  • blue value is 13.
RGB:
(32,37,13)
(13%,15%,5%)

RGB channels and saturation

R 32 of 255 = 13%
G 37 of 255 = 15%
B 13 of 255 = 5%

32
37
13

R + G + B ~ 11%. #20250D is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 37 + 13 = 82 (100%)
R 32 of 82 ~ 39.02%
G 37 of 82 ~ 45.12%
B 13 of 82 ~ 15.85%

%39.02
%45.12
%15.85

CMYK color model

#20250D color CMYK value is (14,0,65,85).

  • cyan value is 13.51%
  • magenta value is 0.00%
  • yellow value is 64.86%
  • key color value is 85.49%
CMYK:
(14,0,65,85)
C14M0Y65K85 
(14%,0%,65%,85%)
(0.14/0.00/0.65/0.85)	

CMYK percentages

%13.51
%0
%64.86
%85.49

Codes

Color #20250D in popluar color models

20250D
RGB323713
HSL73°48.00%9.80%
HSB/HSV73°64.86%14.51%
CMYK13.51%0.00%64.86%
85.49%

Color #20250D in popluar number systems.

HEX20250D
Decimal323713
Binary1000001001011101
Octal404515

Shades and tints

Shades of #20250D

#20250D
(32,37,13)
#1E220C
(30,34,12)
#1C1F0B
(28,31,11)
#1A1C0A
(26,28,10)
#181909
(24,25,9)
#161608
(22,22,8)
#141307
(20,19,7)
#121006
(18,16,6)
#100D05
(16,13,5)
#0E0A04
(14,10,4)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #20250D

#20250D
(32,37,13)
#343823
(52,56,35)
#484B39
(72,75,57)
#5C5E4F
(92,94,79)
#707165
(112,113,101)
#84847B
(132,132,123)
#989791
(152,151,145)
#ACAAA7
(172,170,167)
#C0BDBD
(192,189,189)
#D4D0D3
(212,208,211)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20250D color. Also use rgb(32,37,13) instead hex code.

Text Font Color

.myTextColor { color: #20250D; }

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

This text font color is #20250D.


Background Color

.myBgColor { background-color: #20250D; }

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

This div background color is #20250D.


Border color

.myBorderColor { border: 1px solid #20250D; }

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

This div border color is #20250D.


Opacity

.myOpacity80 { color: #20250D; opacity: 0.8; }

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

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

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

This text has shadow with #20250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20250D on black background.


Color preview on white background

This text has color #20250D on white background.



Black color preview on #20250D background

This text has black color on #20250D background.


White color preview on #20250D background

This text has white color on #20250D background.