COLOR #252843

HEX: #252843
RGB: (37,40,67)

Color info

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

RGB color model

#252843 color RGB value is (37,40,67).

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

RGB channels and saturation

R 37 of 255 = 15%
G 40 of 255 = 16%
B 67 of 255 = 26%

37
40
67

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

Portions of RGB colors in percentages

R + G + B =
37 + 40 + 67 = 144 (100%)
R 37 of 144 ~ 25.69%
G 40 of 144 ~ 27.78%
B 67 of 144 ~ 46.53%

%25.69
%27.78
%46.53

CMYK color model

#252843 color CMYK value is (45,40,0,74).

  • cyan value is 44.78%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(45,40,0,74)
C45M40Y0K74 
(45%,40%,0%,74%)
(0.45/0.40/0.00/0.74)	

CMYK percentages

%44.78
%40.3
%0
%73.73

Codes

Color #252843 in popluar color models

252843
RGB374067
HSL234°28.85%20.39%
HSB/HSV234°44.78%26.27%
CMYK44.78%40.30%0.00%
73.73%

Color #252843 in popluar number systems.

HEX252843
Decimal374067
Binary1001011010001000011
Octal4550103

Shades and tints

Shades of #252843

#252843
(37,40,67)
#22253D
(34,37,61)
#1F2237
(31,34,55)
#1C1F31
(28,31,49)
#191C2B
(25,28,43)
#161925
(22,25,37)
#13161F
(19,22,31)
#101319
(16,19,25)
#0D1013
(13,16,19)
#0A0D0D
(10,13,13)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #252843

#252843
(37,40,67)
#383B54
(56,59,84)
#4B4E65
(75,78,101)
#5E6176
(94,97,118)
#717487
(113,116,135)
#848798
(132,135,152)
#979AA9
(151,154,169)
#AAADBA
(170,173,186)
#BDC0CB
(189,192,203)
#D0D3DC
(208,211,220)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252843 color. Also use rgb(37,40,67) instead hex code.

Text Font Color

.myTextColor { color: #252843; }

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

This text font color is #252843.


Background Color

.myBgColor { background-color: #252843; }

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

This div background color is #252843.


Border color

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

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

This div border color is #252843.


Opacity

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

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

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

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

This text has shadow with #252843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252843 on black background.


Color preview on white background

This text has color #252843 on white background.



Black color preview on #252843 background

This text has black color on #252843 background.


White color preview on #252843 background

This text has white color on #252843 background.