COLOR #252942

HEX: #252942
RGB: (37,41,66)

Color info

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

RGB color model

#252942 color RGB value is (37,41,66).

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

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 66 of 255 = 26%

37
41
66

R + G + B ~ 19%. #252942 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 66 = 144 (100%)
R 37 of 144 ~ 25.69%
G 41 of 144 ~ 28.47%
B 66 of 144 ~ 45.83%

%25.69
%28.47
%45.83

CMYK color model

#252942 color CMYK value is (44,38,0,74).

  • cyan value is 43.94%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(44,38,0,74)
C44M38Y0K74 
(44%,38%,0%,74%)
(0.44/0.38/0.00/0.74)	

CMYK percentages

%43.94
%37.88
%0
%74.12

Codes

Color #252942 in popluar color models

252942
RGB374166
HSL232°28.16%20.20%
HSB/HSV232°43.94%25.88%
CMYK43.94%37.88%0.00%
74.12%

Color #252942 in popluar number systems.

HEX252942
Decimal374166
Binary1001011010011000010
Octal4551102

Shades and tints

Shades of #252942

#252942
(37,41,66)
#22263C
(34,38,60)
#1F2336
(31,35,54)
#1C2030
(28,32,48)
#191D2A
(25,29,42)
#161A24
(22,26,36)
#13171E
(19,23,30)
#101418
(16,20,24)
#0D1112
(13,17,18)
#0A0E0C
(10,14,12)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #252942

#252942
(37,41,66)
#383C53
(56,60,83)
#4B4F64
(75,79,100)
#5E6275
(94,98,117)
#717586
(113,117,134)
#848897
(132,136,151)
#979BA8
(151,155,168)
#AAAEB9
(170,174,185)
#BDC1CA
(189,193,202)
#D0D4DB
(208,212,219)
#E3E7EC
(227,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252942; }

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

This text font color is #252942.


Background Color

.myBgColor { background-color: #252942; }

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

This div background color is #252942.


Border color

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

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

This div border color is #252942.


Opacity

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

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

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

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

This text has shadow with #252942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252942 on black background.


Color preview on white background

This text has color #252942 on white background.



Black color preview on #252942 background

This text has black color on #252942 background.


White color preview on #252942 background

This text has white color on #252942 background.