COLOR #252243

HEX: #252243
RGB: (37,34,67)

Color info

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

RGB color model

#252243 color RGB value is (37,34,67).

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

RGB channels and saturation

R 37 of 255 = 15%
G 34 of 255 = 13%
B 67 of 255 = 26%

37
34
67

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

Portions of RGB colors in percentages

R + G + B =
37 + 34 + 67 = 138 (100%)
R 37 of 138 ~ 26.81%
G 34 of 138 ~ 24.64%
B 67 of 138 ~ 48.55%

%26.81
%24.64
%48.55

CMYK color model

#252243 color CMYK value is (45,49,0,74).

  • cyan value is 44.78%
  • magenta value is 49.25%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(45,49,0,74)
C45M49Y0K74 
(45%,49%,0%,74%)
(0.45/0.49/0.00/0.74)	

CMYK percentages

%44.78
%49.25
%0
%73.73

Codes

Color #252243 in popluar color models

252243
RGB373467
HSL245°32.67%19.80%
HSB/HSV245°49.25%26.27%
CMYK44.78%49.25%0.00%
73.73%

Color #252243 in popluar number systems.

HEX252243
Decimal373467
Binary1001011000101000011
Octal4542103

Shades and tints

Shades of #252243

#252243
(37,34,67)
#221F3D
(34,31,61)
#1F1C37
(31,28,55)
#1C1931
(28,25,49)
#19162B
(25,22,43)
#161325
(22,19,37)
#13101F
(19,16,31)
#100D19
(16,13,25)
#0D0A13
(13,10,19)
#0A070D
(10,7,13)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #252243

#252243
(37,34,67)
#383654
(56,54,84)
#4B4A65
(75,74,101)
#5E5E76
(94,94,118)
#717287
(113,114,135)
#848698
(132,134,152)
#979AA9
(151,154,169)
#AAAEBA
(170,174,186)
#BDC2CB
(189,194,203)
#D0D6DC
(208,214,220)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252243; }

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

This text font color is #252243.


Background Color

.myBgColor { background-color: #252243; }

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

This div background color is #252243.


Border color

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

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

This div border color is #252243.


Opacity

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

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

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

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

This text has shadow with #252243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252243 on black background.


Color preview on white background

This text has color #252243 on white background.



Black color preview on #252243 background

This text has black color on #252243 background.


White color preview on #252243 background

This text has white color on #252243 background.