COLOR #373015

HEX: #373015
RGB: (55,48,21)

Color info

#373015 contains red, green and blue colors in about the same proportion. Web safe color of #373015 is #333300 (or #330).

RGB color model

#373015 color RGB value is (55,48,21).

  • red value is 55;
  • green value is 48;
  • blue value is 21.
RGB:
(55,48,21)
(22%,19%,8%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 21 of 255 = 8%

55
48
21

R + G + B ~ 16%. #373015 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 21 = 124 (100%)
R 55 of 124 ~ 44.35%
G 48 of 124 ~ 38.71%
B 21 of 124 ~ 16.94%

%44.35
%38.71
%16.94

CMYK color model

#373015 color CMYK value is (0,13,62,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 61.82%
  • key color value is 78.43%
CMYK:
(0,13,62,78)
C0M13Y62K78 
(0%,13%,62%,78%)
(0.00/0.13/0.62/0.78)	

CMYK percentages

%0
%12.73
%61.82
%78.43

Codes

Color #373015 in popluar color models

373015
RGB554821
HSL48°44.74%14.90%
HSB/HSV48°61.82%21.57%
CMYK0.00%12.73%61.82%
78.43%

Color #373015 in popluar number systems.

HEX373015
Decimal554821
Binary11011111000010101
Octal676025

Shades and tints

Shades of #373015

#373015
(55,48,21)
#322C14
(50,44,20)
#2D2813
(45,40,19)
#282412
(40,36,18)
#232011
(35,32,17)
#1E1C10
(30,28,16)
#19180F
(25,24,15)
#14140E
(20,20,14)
#0F100D
(15,16,13)
#0A0C0C
(10,12,12)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #373015

#373015
(55,48,21)
#49422A
(73,66,42)
#5B543F
(91,84,63)
#6D6654
(109,102,84)
#7F7869
(127,120,105)
#918A7E
(145,138,126)
#A39C93
(163,156,147)
#B5AEA8
(181,174,168)
#C7C0BD
(199,192,189)
#D9D2D2
(217,210,210)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373015 color. Also use rgb(55,48,21) instead hex code.

Text Font Color

.myTextColor { color: #373015; }

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

This text font color is #373015.


Background Color

.myBgColor { background-color: #373015; }

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

This div background color is #373015.


Border color

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

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

This div border color is #373015.


Opacity

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

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

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

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

This text has shadow with #373015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373015 on black background.


Color preview on white background

This text has color #373015 on white background.



Black color preview on #373015 background

This text has black color on #373015 background.


White color preview on #373015 background

This text has white color on #373015 background.