COLOR #253426

HEX: #253426
RGB: (37,52,38)

Color info

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

RGB color model

#253426 color RGB value is (37,52,38).

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

RGB channels and saturation

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

37
52
38

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

Portions of RGB colors in percentages

R + G + B =
37 + 52 + 38 = 127 (100%)
R 37 of 127 ~ 29.13%
G 52 of 127 ~ 40.94%
B 38 of 127 ~ 29.92%

%29.13
%40.94
%29.92

CMYK color model

#253426 color CMYK value is (29,0,27,80).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 79.61%
CMYK:
(29,0,27,80)
C29M0Y27K80 
(29%,0%,27%,80%)
(0.29/0.00/0.27/0.80)	

CMYK percentages

%28.85
%0
%26.92
%79.61

Codes

Color #253426 in popluar color models

253426
RGB375238
HSL124°16.85%17.45%
HSB/HSV124°28.85%20.39%
CMYK28.85%0.00%26.92%
79.61%

Color #253426 in popluar number systems.

HEX253426
Decimal375238
Binary100101110100100110
Octal456446

Shades and tints

Shades of #253426

#253426
(37,52,38)
#223023
(34,48,35)
#1F2C20
(31,44,32)
#1C281D
(28,40,29)
#19241A
(25,36,26)
#162017
(22,32,23)
#131C14
(19,28,20)
#101811
(16,24,17)
#0D140E
(13,20,14)
#0A100B
(10,16,11)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #253426

#253426
(37,52,38)
#384639
(56,70,57)
#4B584C
(75,88,76)
#5E6A5F
(94,106,95)
#717C72
(113,124,114)
#848E85
(132,142,133)
#97A098
(151,160,152)
#AAB2AB
(170,178,171)
#BDC4BE
(189,196,190)
#D0D6D1
(208,214,209)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253426; }

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

This text font color is #253426.


Background Color

.myBgColor { background-color: #253426; }

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

This div background color is #253426.


Border color

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

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

This div border color is #253426.


Opacity

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

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

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

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

This text has shadow with #253426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253426 on black background.


Color preview on white background

This text has color #253426 on white background.



Black color preview on #253426 background

This text has black color on #253426 background.


White color preview on #253426 background

This text has white color on #253426 background.