COLOR #37253D

HEX: #37253D
RGB: (55,37,61)

Color info

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

RGB color model

#37253D color RGB value is (55,37,61).

  • red value is 55;
  • green value is 37;
  • blue value is 61.
RGB:
(55,37,61)
(22%,15%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 37 of 255 = 15%
B 61 of 255 = 24%

55
37
61

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

Portions of RGB colors in percentages

R + G + B =
55 + 37 + 61 = 153 (100%)
R 55 of 153 ~ 35.95%
G 37 of 153 ~ 24.18%
B 61 of 153 ~ 39.87%

%35.95
%24.18
%39.87

CMYK color model

#37253D color CMYK value is (10,39,0,76).

  • cyan value is 9.84%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(10,39,0,76)
C10M39Y0K76 
(10%,39%,0%,76%)
(0.10/0.39/0.00/0.76)	

CMYK percentages

%9.84
%39.34
%0
%76.08

Codes

Color #37253D in popluar color models

37253D
RGB553761
HSL285°24.49%19.22%
HSB/HSV285°39.34%23.92%
CMYK9.84%39.34%0.00%
76.08%

Color #37253D in popluar number systems.

HEX37253D
Decimal553761
Binary110111100101111101
Octal674575

Shades and tints

Shades of #37253D

#37253D
(55,37,61)
#322238
(50,34,56)
#2D1F33
(45,31,51)
#281C2E
(40,28,46)
#231929
(35,25,41)
#1E1624
(30,22,36)
#19131F
(25,19,31)
#14101A
(20,16,26)
#0F0D15
(15,13,21)
#0A0A10
(10,10,16)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #37253D

#37253D
(55,37,61)
#49384E
(73,56,78)
#5B4B5F
(91,75,95)
#6D5E70
(109,94,112)
#7F7181
(127,113,129)
#918492
(145,132,146)
#A397A3
(163,151,163)
#B5AAB4
(181,170,180)
#C7BDC5
(199,189,197)
#D9D0D6
(217,208,214)
#EBE3E7
(235,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37253D color. Also use rgb(55,37,61) instead hex code.

Text Font Color

.myTextColor { color: #37253D; }

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

This text font color is #37253D.


Background Color

.myBgColor { background-color: #37253D; }

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

This div background color is #37253D.


Border color

.myBorderColor { border: 1px solid #37253D; }

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

This div border color is #37253D.


Opacity

.myOpacity80 { color: #37253D; opacity: 0.8; }

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

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

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

This text has shadow with #37253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37253D on black background.


Color preview on white background

This text has color #37253D on white background.



Black color preview on #37253D background

This text has black color on #37253D background.


White color preview on #37253D background

This text has white color on #37253D background.