COLOR #252F38

HEX: #252F38
RGB: (37,47,56)

Color info

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

RGB color model

#252F38 color RGB value is (37,47,56).

  • red value is 37;
  • green value is 47;
  • blue value is 56.
RGB:
(37,47,56)
(15%,18%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 47 of 255 = 18%
B 56 of 255 = 22%

37
47
56

R + G + B ~ 18%. #252F38 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 47 + 56 = 140 (100%)
R 37 of 140 ~ 26.43%
G 47 of 140 ~ 33.57%
B 56 of 140 ~ 40%

%26.43
%33.57
%40

CMYK color model

#252F38 color CMYK value is (34,16,0,78).

  • cyan value is 33.93%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(34,16,0,78)
C34M16Y0K78 
(34%,16%,0%,78%)
(0.34/0.16/0.00/0.78)	

CMYK percentages

%33.93
%16.07
%0
%78.04

Codes

Color #252F38 in popluar color models

252F38
RGB374756
HSL208°20.43%18.24%
HSB/HSV208°33.93%21.96%
CMYK33.93%16.07%0.00%
78.04%

Color #252F38 in popluar number systems.

HEX252F38
Decimal374756
Binary100101101111111000
Octal455770

Shades and tints

Shades of #252F38

#252F38
(37,47,56)
#222B33
(34,43,51)
#1F272E
(31,39,46)
#1C2329
(28,35,41)
#191F24
(25,31,36)
#161B1F
(22,27,31)
#13171A
(19,23,26)
#101315
(16,19,21)
#0D0F10
(13,15,16)
#0A0B0B
(10,11,11)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #252F38

#252F38
(37,47,56)
#38414A
(56,65,74)
#4B535C
(75,83,92)
#5E656E
(94,101,110)
#717780
(113,119,128)
#848992
(132,137,146)
#979BA4
(151,155,164)
#AAADB6
(170,173,182)
#BDBFC8
(189,191,200)
#D0D1DA
(208,209,218)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252F38 color. Also use rgb(37,47,56) instead hex code.

Text Font Color

.myTextColor { color: #252F38; }

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

This text font color is #252F38.


Background Color

.myBgColor { background-color: #252F38; }

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

This div background color is #252F38.


Border color

.myBorderColor { border: 1px solid #252F38; }

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

This div border color is #252F38.


Opacity

.myOpacity80 { color: #252F38; opacity: 0.8; }

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

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

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

This text has shadow with #252F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252F38 on black background.


Color preview on white background

This text has color #252F38 on white background.



Black color preview on #252F38 background

This text has black color on #252F38 background.


White color preview on #252F38 background

This text has white color on #252F38 background.