COLOR #253839

HEX: #253839
RGB: (37,56,57)

Color info

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

RGB color model

#253839 color RGB value is (37,56,57).

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

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 57 of 255 = 22%

37
56
57

R + G + B ~ 20%. #253839 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 56 + 57 = 150 (100%)
R 37 of 150 ~ 24.67%
G 56 of 150 ~ 37.33%
B 57 of 150 ~ 38%

%24.67
%37.33
%38

CMYK color model

#253839 color CMYK value is (35,2,0,78).

  • cyan value is 35.09%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(35,2,0,78)
C35M2Y0K78 
(35%,2%,0%,78%)
(0.35/0.02/0.00/0.78)	

CMYK percentages

%35.09
%1.75
%0
%77.65

Codes

Color #253839 in popluar color models

253839
RGB375657
HSL183°21.28%18.43%
HSB/HSV183°35.09%22.35%
CMYK35.09%1.75%0.00%
77.65%

Color #253839 in popluar number systems.

HEX253839
Decimal375657
Binary100101111000111001
Octal457071

Shades and tints

Shades of #253839

#253839
(37,56,57)
#223334
(34,51,52)
#1F2E2F
(31,46,47)
#1C292A
(28,41,42)
#192425
(25,36,37)
#161F20
(22,31,32)
#131A1B
(19,26,27)
#101516
(16,21,22)
#0D1011
(13,16,17)
#0A0B0C
(10,11,12)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #253839

#253839
(37,56,57)
#384A4B
(56,74,75)
#4B5C5D
(75,92,93)
#5E6E6F
(94,110,111)
#718081
(113,128,129)
#849293
(132,146,147)
#97A4A5
(151,164,165)
#AAB6B7
(170,182,183)
#BDC8C9
(189,200,201)
#D0DADB
(208,218,219)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253839; }

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

This text font color is #253839.


Background Color

.myBgColor { background-color: #253839; }

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

This div background color is #253839.


Border color

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

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

This div border color is #253839.


Opacity

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

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

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

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

This text has shadow with #253839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253839 on black background.


Color preview on white background

This text has color #253839 on white background.



Black color preview on #253839 background

This text has black color on #253839 background.


White color preview on #253839 background

This text has white color on #253839 background.