COLOR #252735

HEX: #252735
RGB: (37,39,53)

Color info

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

RGB color model

#252735 color RGB value is (37,39,53).

  • red value is 37;
  • green value is 39;
  • blue value is 53.
RGB:
(37,39,53)
(15%,15%,21%)

RGB channels and saturation

R 37 of 255 = 15%
G 39 of 255 = 15%
B 53 of 255 = 21%

37
39
53

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

Portions of RGB colors in percentages

R + G + B =
37 + 39 + 53 = 129 (100%)
R 37 of 129 ~ 28.68%
G 39 of 129 ~ 30.23%
B 53 of 129 ~ 41.09%

%28.68
%30.23
%41.09

CMYK color model

#252735 color CMYK value is (30,26,0,79).

  • cyan value is 30.19%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(30,26,0,79)
C30M26Y0K79 
(30%,26%,0%,79%)
(0.30/0.26/0.00/0.79)	

CMYK percentages

%30.19
%26.42
%0
%79.22

Codes

Color #252735 in popluar color models

252735
RGB373953
HSL233°17.78%17.65%
HSB/HSV233°30.19%20.78%
CMYK30.19%26.42%0.00%
79.22%

Color #252735 in popluar number systems.

HEX252735
Decimal373953
Binary100101100111110101
Octal454765

Shades and tints

Shades of #252735

#252735
(37,39,53)
#222431
(34,36,49)
#1F212D
(31,33,45)
#1C1E29
(28,30,41)
#191B25
(25,27,37)
#161821
(22,24,33)
#13151D
(19,21,29)
#101219
(16,18,25)
#0D0F15
(13,15,21)
#0A0C11
(10,12,17)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #252735

#252735
(37,39,53)
#383A47
(56,58,71)
#4B4D59
(75,77,89)
#5E606B
(94,96,107)
#71737D
(113,115,125)
#84868F
(132,134,143)
#9799A1
(151,153,161)
#AAACB3
(170,172,179)
#BDBFC5
(189,191,197)
#D0D2D7
(208,210,215)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252735 color. Also use rgb(37,39,53) instead hex code.

Text Font Color

.myTextColor { color: #252735; }

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

This text font color is #252735.


Background Color

.myBgColor { background-color: #252735; }

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

This div background color is #252735.


Border color

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

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

This div border color is #252735.


Opacity

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

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

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

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

This text has shadow with #252735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252735 on black background.


Color preview on white background

This text has color #252735 on white background.



Black color preview on #252735 background

This text has black color on #252735 background.


White color preview on #252735 background

This text has white color on #252735 background.