COLOR #25220B

HEX: #25220B
RGB: (37,34,11)

Color info

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

RGB color model

#25220B color RGB value is (37,34,11).

  • red value is 37;
  • green value is 34;
  • blue value is 11.
RGB:
(37,34,11)
(15%,13%,4%)

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 11 of 255 = 4%

37
34
11

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 11 = 82 (100%)
R 37 of 82 ~ 45.12%
G 34 of 82 ~ 41.46%
B 11 of 82 ~ 13.41%

%45.12
%41.46
%13.41

CMYK color model

#25220B color CMYK value is (0,8,70,85).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 70.27%
  • key color value is 85.49%
CMYK:
(0,8,70,85)
C0M8Y70K85 
(0%,8%,70%,85%)
(0.00/0.08/0.70/0.85)	

CMYK percentages

%0
%8.11
%70.27
%85.49

Codes

Color #25220B in popluar color models

25220B
RGB373411
HSL53°54.17%9.41%
HSB/HSV53°70.27%14.51%
CMYK0.00%8.11%70.27%
85.49%

Color #25220B in popluar number systems.

HEX25220B
Decimal373411
Binary1001011000101011
Octal454213

Shades and tints

Shades of #25220B

#25220B
(37,34,11)
#221F0A
(34,31,10)
#1F1C09
(31,28,9)
#1C1908
(28,25,8)
#191607
(25,22,7)
#161306
(22,19,6)
#131005
(19,16,5)
#100D04
(16,13,4)
#0D0A03
(13,10,3)
#0A0702
(10,7,2)
#070401
(7,4,1)
#000000
(0,0,0)

Tints of #25220B

#25220B
(37,34,11)
#383621
(56,54,33)
#4B4A37
(75,74,55)
#5E5E4D
(94,94,77)
#717263
(113,114,99)
#848679
(132,134,121)
#979A8F
(151,154,143)
#AAAEA5
(170,174,165)
#BDC2BB
(189,194,187)
#D0D6D1
(208,214,209)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25220B color. Also use rgb(37,34,11) instead hex code.

Text Font Color

.myTextColor { color: #25220B; }

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

This text font color is #25220B.


Background Color

.myBgColor { background-color: #25220B; }

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

This div background color is #25220B.


Border color

.myBorderColor { border: 1px solid #25220B; }

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

This div border color is #25220B.


Opacity

.myOpacity80 { color: #25220B; opacity: 0.8; }

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

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

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

This text has shadow with #25220B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25220B on black background.


Color preview on white background

This text has color #25220B on white background.



Black color preview on #25220B background

This text has black color on #25220B background.


White color preview on #25220B background

This text has white color on #25220B background.