COLOR #253339

HEX: #253339
RGB: (37,51,57)

Color info

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

RGB color model

#253339 color RGB value is (37,51,57).

  • red value is 37;
  • green value is 51;
  • blue value is 57.
RGB:
(37,51,57)
(15%,20%,22%)

RGB channels and saturation

R 37 of 255 = 15%
G 51 of 255 = 20%
B 57 of 255 = 22%

37
51
57

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

Portions of RGB colors in percentages

R + G + B =
37 + 51 + 57 = 145 (100%)
R 37 of 145 ~ 25.52%
G 51 of 145 ~ 35.17%
B 57 of 145 ~ 39.31%

%25.52
%35.17
%39.31

CMYK color model

#253339 color CMYK value is (35,11,0,78).

  • cyan value is 35.09%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(35,11,0,78)
C35M11Y0K78 
(35%,11%,0%,78%)
(0.35/0.11/0.00/0.78)	

CMYK percentages

%35.09
%10.53
%0
%77.65

Codes

Color #253339 in popluar color models

253339
RGB375157
HSL198°21.28%18.43%
HSB/HSV198°35.09%22.35%
CMYK35.09%10.53%0.00%
77.65%

Color #253339 in popluar number systems.

HEX253339
Decimal375157
Binary100101110011111001
Octal456371

Shades and tints

Shades of #253339

#253339
(37,51,57)
#222F34
(34,47,52)
#1F2B2F
(31,43,47)
#1C272A
(28,39,42)
#192325
(25,35,37)
#161F20
(22,31,32)
#131B1B
(19,27,27)
#101716
(16,23,22)
#0D1311
(13,19,17)
#0A0F0C
(10,15,12)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #253339

#253339
(37,51,57)
#38454B
(56,69,75)
#4B575D
(75,87,93)
#5E696F
(94,105,111)
#717B81
(113,123,129)
#848D93
(132,141,147)
#979FA5
(151,159,165)
#AAB1B7
(170,177,183)
#BDC3C9
(189,195,201)
#D0D5DB
(208,213,219)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253339 color. Also use rgb(37,51,57) instead hex code.

Text Font Color

.myTextColor { color: #253339; }

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

This text font color is #253339.


Background Color

.myBgColor { background-color: #253339; }

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

This div background color is #253339.


Border color

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

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

This div border color is #253339.


Opacity

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

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

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

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

This text has shadow with #253339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253339 on black background.


Color preview on white background

This text has color #253339 on white background.



Black color preview on #253339 background

This text has black color on #253339 background.


White color preview on #253339 background

This text has white color on #253339 background.