COLOR #253B34

HEX: #253B34 RGB: (37,59,52)

Color info

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

RGB color model

#253B34 color RGB value is (37,59,52).

RGB: (37,59,52) (15%, 23%, 20%)

RGB channels and saturation

R 37 of 255 = 15%
G 59 of 255 = 23%
B 52 of 255 = 20%

37
59
52

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

Portions of RGB colors in percentages

R + G + B = 37 + 59 + 52 = 148 (100%)
R 37 of 148 ~ 25%
G 59 of 148 ~ 39.86%
B 52 of 148 ~ 35.14'%

%25
%39.86
%35.14

CMYK color model

#253B34 color CMYK value is (37,0,12,77).

  • cyan value is 37.29%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 76.86%

CMYK: (37,0,12,77)
C37M0Y12K77 (37%, 0%, 12%, 77%)
(0.37 / 0.00 / 0.12 / 0.77)

CMYK percentages

%37.29
%0
%11.86
%76.86

Codes

Color #253B34 in popluar color models

25 3B 34
RGB 37 59 52
HSL 161° 22.92% 18.82%
HSB/HSV 161° 37.29% 23.14%
CMYK 37.29% 0.00% 11.86%
76.86%

Color #253B34 in popluar number systems.

HEX 25 3B 34
Decimal 37 59 52
Binary 100101 111011 110100
Octal 45 73 64

Shades and tints

Shades of #253B34

#253B34
(37,59,52)
#223630
(34,54,48)
#1F312C
(31,49,44)
#1C2C28
(28,44,40)
#192724
(25,39,36)
#162220
(22,34,32)
#131D1C
(19,29,28)
#101818
(16,24,24)
#0D1314
(13,19,20)
#0A0E10
(10,14,16)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #253B34

#253B34
(37,59,52)
#384C46
(56,76,70)
#4B5D58
(75,93,88)
#5E6E6A
(94,110,106)
#717F7C
(113,127,124)
#84908E
(132,144,142)
#97A1A0
(151,161,160)
#AAB2B2
(170,178,178)
#BDC3C4
(189,195,196)
#D0D4D6
(208,212,214)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253B34; }

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

This text font color is #253B34.

Background Color

.myBgColor { background-color: #253B34; }

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

This div background color is #253B34.

Border color

.myBorderColor { border: 1px solid #253B34; }

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

This div border color is #253B34.

Opacity

.myOpacity80 { color: #253B34; opacity: 0.8; }

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

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

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

This text has shadow with #253B34 color.


.textShadow {text-shadow: 3px 3px 1px #253B34', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #253B34; -webkit-box-shadow: 1px 1px 3px 2px #253B34; box-shadow:1px 1px 3px 2px #253B34;">
Div content here
</div>

This div box has shadow with color #253B34.

Preview

Color preview on black background

This text has color #253B34 on black background.


Color preview on white background

This text has color #253B34 on white background.


Black color preview on #253B34 background

This text has black color on #253B34 background.


White color preview on #253B34 background

This text has white color on #253B34 background.


Related colors

Complementary color

Complementary color for #hex is #DAC4CB.


I love getcolorcode.com

Triadic colors

1 #34253B and #3B3425 with #253B34 are triadic colors.

2 #343B25 and #3B2534 with #253B34 are triadic colors.