COLOR #252930

HEX: #252930
RGB: (37,41,48)

Color info

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

RGB color model

#252930 color RGB value is (37,41,48).

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

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 48 of 255 = 19%

37
41
48

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

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 48 = 126 (100%)
R 37 of 126 ~ 29.37%
G 41 of 126 ~ 32.54%
B 48 of 126 ~ 38.1%

%29.37
%32.54
%38.1

CMYK color model

#252930 color CMYK value is (23,15,0,81).

  • cyan value is 22.92%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(23,15,0,81)
C23M15Y0K81 
(23%,15%,0%,81%)
(0.23/0.15/0.00/0.81)	

CMYK percentages

%22.92
%14.58
%0
%81.18

Codes

Color #252930 in popluar color models

252930
RGB374148
HSL218°12.94%16.67%
HSB/HSV218°22.92%18.82%
CMYK22.92%14.58%0.00%
81.18%

Color #252930 in popluar number systems.

HEX252930
Decimal374148
Binary100101101001110000
Octal455160

Shades and tints

Shades of #252930

#252930
(37,41,48)
#22262C
(34,38,44)
#1F2328
(31,35,40)
#1C2024
(28,32,36)
#191D20
(25,29,32)
#161A1C
(22,26,28)
#131718
(19,23,24)
#101414
(16,20,20)
#0D1110
(13,17,16)
#0A0E0C
(10,14,12)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #252930

#252930
(37,41,48)
#383C42
(56,60,66)
#4B4F54
(75,79,84)
#5E6266
(94,98,102)
#717578
(113,117,120)
#84888A
(132,136,138)
#979B9C
(151,155,156)
#AAAEAE
(170,174,174)
#BDC1C0
(189,193,192)
#D0D4D2
(208,212,210)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252930; }

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

This text font color is #252930.


Background Color

.myBgColor { background-color: #252930; }

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

This div background color is #252930.


Border color

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

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

This div border color is #252930.


Opacity

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

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

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

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

This text has shadow with #252930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252930 on black background.


Color preview on white background

This text has color #252930 on white background.



Black color preview on #252930 background

This text has black color on #252930 background.


White color preview on #252930 background

This text has white color on #252930 background.