COLOR #37483D

HEX: #37483D
RGB: (55,72,61)

Color info

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

RGB color model

#37483D color RGB value is (55,72,61).

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

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 61 of 255 = 24%

55
72
61

R + G + B ~ 25%. #37483D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 72 + 61 = 188 (100%)
R 55 of 188 ~ 29.26%
G 72 of 188 ~ 38.3%
B 61 of 188 ~ 32.45%

%29.26
%38.3
%32.45

CMYK color model

#37483D color CMYK value is (24,0,15,72).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(24,0,15,72)
C24M0Y15K72 
(24%,0%,15%,72%)
(0.24/0.00/0.15/0.72)	

CMYK percentages

%23.61
%0
%15.28
%71.76

Codes

Color #37483D in popluar color models

37483D
RGB557261
HSL141°13.39%24.90%
HSB/HSV141°23.61%28.24%
CMYK23.61%0.00%15.28%
71.76%

Color #37483D in popluar number systems.

HEX37483D
Decimal557261
Binary1101111001000111101
Octal6711075

Shades and tints

Shades of #37483D

#37483D
(55,72,61)
#324238
(50,66,56)
#2D3C33
(45,60,51)
#28362E
(40,54,46)
#233029
(35,48,41)
#1E2A24
(30,42,36)
#19241F
(25,36,31)
#141E1A
(20,30,26)
#0F1815
(15,24,21)
#0A1210
(10,18,16)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #37483D

#37483D
(55,72,61)
#49584E
(73,88,78)
#5B685F
(91,104,95)
#6D7870
(109,120,112)
#7F8881
(127,136,129)
#919892
(145,152,146)
#A3A8A3
(163,168,163)
#B5B8B4
(181,184,180)
#C7C8C5
(199,200,197)
#D9D8D6
(217,216,214)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37483D; }

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

This text font color is #37483D.


Background Color

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

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

This div background color is #37483D.


Border color

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

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

This div border color is #37483D.


Opacity

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

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

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

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

This text has shadow with #37483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37483D on black background.


Color preview on white background

This text has color #37483D on white background.



Black color preview on #37483D background

This text has black color on #37483D background.


White color preview on #37483D background

This text has white color on #37483D background.