COLOR #25302C

HEX: #25302C
RGB: (37,48,44)

Color info

#25302C contains red, green and blue colors in about the same proportion. Web safe color of #25302C is #333333 (or #333).

RGB color model

#25302C color RGB value is (37,48,44).

  • red value is 37;
  • green value is 48;
  • blue value is 44.
RGB:
(37,48,44)
(15%,19%,17%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 44 of 255 = 17%

37
48
44

R + G + B ~ 17%. #25302C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 48 + 44 = 129 (100%)
R 37 of 129 ~ 28.68%
G 48 of 129 ~ 37.21%
B 44 of 129 ~ 34.11%

%28.68
%37.21
%34.11

CMYK color model

#25302C color CMYK value is (23,0,8,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 81.18%
CMYK:
(23,0,8,81)
C23M0Y8K81 
(23%,0%,8%,81%)
(0.23/0.00/0.08/0.81)	

CMYK percentages

%22.92
%0
%8.33
%81.18

Codes

Color #25302C in popluar color models

25302C
RGB374844
HSL158°12.94%16.67%
HSB/HSV158°22.92%18.82%
CMYK22.92%0.00%8.33%
81.18%

Color #25302C in popluar number systems.

HEX25302C
Decimal374844
Binary100101110000101100
Octal456054

Shades and tints

Shades of #25302C

#25302C
(37,48,44)
#222C28
(34,44,40)
#1F2824
(31,40,36)
#1C2420
(28,36,32)
#19201C
(25,32,28)
#161C18
(22,28,24)
#131814
(19,24,20)
#101410
(16,20,16)
#0D100C
(13,16,12)
#0A0C08
(10,12,8)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #25302C

#25302C
(37,48,44)
#38423F
(56,66,63)
#4B5452
(75,84,82)
#5E6665
(94,102,101)
#717878
(113,120,120)
#848A8B
(132,138,139)
#979C9E
(151,156,158)
#AAAEB1
(170,174,177)
#BDC0C4
(189,192,196)
#D0D2D7
(208,210,215)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25302C color. Also use rgb(37,48,44) instead hex code.

Text Font Color

.myTextColor { color: #25302C; }

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

This text font color is #25302C.


Background Color

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

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

This div background color is #25302C.


Border color

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

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

This div border color is #25302C.


Opacity

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

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

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

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

This text has shadow with #25302C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25302C on black background.


Color preview on white background

This text has color #25302C on white background.



Black color preview on #25302C background

This text has black color on #25302C background.


White color preview on #25302C background

This text has white color on #25302C background.