COLOR #253427

HEX: #253427
RGB: (37,52,39)

Color info

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

RGB color model

#253427 color RGB value is (37,52,39).

  • red value is 37;
  • green value is 52;
  • blue value is 39.
RGB:
(37,52,39)
(15%,20%,15%)

RGB channels and saturation

R 37 of 255 = 15%
G 52 of 255 = 20%
B 39 of 255 = 15%

37
52
39

R + G + B ~ 17%. #253427 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 39 = 128 (100%)
R 37 of 128 ~ 28.91%
G 52 of 128 ~ 40.63%
B 39 of 128 ~ 30.47%

%28.91
%40.63
%30.47

CMYK color model

#253427 color CMYK value is (29,0,25,80).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(29,0,25,80)
C29M0Y25K80 
(29%,0%,25%,80%)
(0.29/0.00/0.25/0.80)	

CMYK percentages

%28.85
%0
%25
%79.61

Codes

Color #253427 in popluar color models

253427
RGB375239
HSL128°16.85%17.45%
HSB/HSV128°28.85%20.39%
CMYK28.85%0.00%25.00%
79.61%

Color #253427 in popluar number systems.

HEX253427
Decimal375239
Binary100101110100100111
Octal456447

Shades and tints

Shades of #253427

#253427
(37,52,39)
#223024
(34,48,36)
#1F2C21
(31,44,33)
#1C281E
(28,40,30)
#19241B
(25,36,27)
#162018
(22,32,24)
#131C15
(19,28,21)
#101812
(16,24,18)
#0D140F
(13,20,15)
#0A100C
(10,16,12)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #253427

#253427
(37,52,39)
#38463A
(56,70,58)
#4B584D
(75,88,77)
#5E6A60
(94,106,96)
#717C73
(113,124,115)
#848E86
(132,142,134)
#97A099
(151,160,153)
#AAB2AC
(170,178,172)
#BDC4BF
(189,196,191)
#D0D6D2
(208,214,210)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253427 color. Also use rgb(37,52,39) instead hex code.

Text Font Color

.myTextColor { color: #253427; }

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

This text font color is #253427.


Background Color

.myBgColor { background-color: #253427; }

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

This div background color is #253427.


Border color

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

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

This div border color is #253427.


Opacity

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

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

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

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

This text has shadow with #253427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253427 on black background.


Color preview on white background

This text has color #253427 on white background.



Black color preview on #253427 background

This text has black color on #253427 background.


White color preview on #253427 background

This text has white color on #253427 background.