COLOR #252B3A

HEX: #252B3A
RGB: (37,43,58)

Color info

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

RGB color model

#252B3A color RGB value is (37,43,58).

  • red value is 37;
  • green value is 43;
  • blue value is 58.
RGB:
(37,43,58)
(15%,17%,23%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 58 of 255 = 23%

37
43
58

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

Portions of RGB colors in percentages

R + G + B =
37 + 43 + 58 = 138 (100%)
R 37 of 138 ~ 26.81%
G 43 of 138 ~ 31.16%
B 58 of 138 ~ 42.03%

%26.81
%31.16
%42.03

CMYK color model

#252B3A color CMYK value is (36,26,0,77).

  • cyan value is 36.21%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(36,26,0,77)
C36M26Y0K77 
(36%,26%,0%,77%)
(0.36/0.26/0.00/0.77)	

CMYK percentages

%36.21
%25.86
%0
%77.25

Codes

Color #252B3A in popluar color models

252B3A
RGB374358
HSL223°22.11%18.63%
HSB/HSV223°36.21%22.75%
CMYK36.21%25.86%0.00%
77.25%

Color #252B3A in popluar number systems.

HEX252B3A
Decimal374358
Binary100101101011111010
Octal455372

Shades and tints

Shades of #252B3A

#252B3A
(37,43,58)
#222835
(34,40,53)
#1F2530
(31,37,48)
#1C222B
(28,34,43)
#191F26
(25,31,38)
#161C21
(22,28,33)
#13191C
(19,25,28)
#101617
(16,22,23)
#0D1312
(13,19,18)
#0A100D
(10,16,13)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #252B3A

#252B3A
(37,43,58)
#383E4B
(56,62,75)
#4B515C
(75,81,92)
#5E646D
(94,100,109)
#71777E
(113,119,126)
#848A8F
(132,138,143)
#979DA0
(151,157,160)
#AAB0B1
(170,176,177)
#BDC3C2
(189,195,194)
#D0D6D3
(208,214,211)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252B3A color. Also use rgb(37,43,58) instead hex code.

Text Font Color

.myTextColor { color: #252B3A; }

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

This text font color is #252B3A.


Background Color

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

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

This div background color is #252B3A.


Border color

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

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

This div border color is #252B3A.


Opacity

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

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

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

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

This text has shadow with #252B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252B3A on black background.


Color preview on white background

This text has color #252B3A on white background.



Black color preview on #252B3A background

This text has black color on #252B3A background.


White color preview on #252B3A background

This text has white color on #252B3A background.