COLOR #373014

HEX: #373014
RGB: (55,48,20)

Color info

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

RGB color model

#373014 color RGB value is (55,48,20).

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

RGB channels and saturation

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

55
48
20

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

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 20 = 123 (100%)
R 55 of 123 ~ 44.72%
G 48 of 123 ~ 39.02%
B 20 of 123 ~ 16.26%

%44.72
%39.02
%16.26

CMYK color model

#373014 color CMYK value is (0,13,64,78).

  • cyan value is 0.00%
  • magenta value is 12.73%
  • yellow value is 63.64%
  • key color value is 78.43%
CMYK:
(0,13,64,78)
C0M13Y64K78 
(0%,13%,64%,78%)
(0.00/0.13/0.64/0.78)	

CMYK percentages

%0
%12.73
%63.64
%78.43

Codes

Color #373014 in popluar color models

373014
RGB554820
HSL48°46.67%14.71%
HSB/HSV48°63.64%21.57%
CMYK0.00%12.73%63.64%
78.43%

Color #373014 in popluar number systems.

HEX373014
Decimal554820
Binary11011111000010100
Octal676024

Shades and tints

Shades of #373014

#373014
(55,48,20)
#322C13
(50,44,19)
#2D2812
(45,40,18)
#282411
(40,36,17)
#232010
(35,32,16)
#1E1C0F
(30,28,15)
#19180E
(25,24,14)
#14140D
(20,20,13)
#0F100C
(15,16,12)
#0A0C0B
(10,12,11)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #373014

#373014
(55,48,20)
#494229
(73,66,41)
#5B543E
(91,84,62)
#6D6653
(109,102,83)
#7F7868
(127,120,104)
#918A7D
(145,138,125)
#A39C92
(163,156,146)
#B5AEA7
(181,174,167)
#C7C0BC
(199,192,188)
#D9D2D1
(217,210,209)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373014; }

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

This text font color is #373014.


Background Color

.myBgColor { background-color: #373014; }

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

This div background color is #373014.


Border color

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

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

This div border color is #373014.


Opacity

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

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

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

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

This text has shadow with #373014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373014 on black background.


Color preview on white background

This text has color #373014 on white background.



Black color preview on #373014 background

This text has black color on #373014 background.


White color preview on #373014 background

This text has white color on #373014 background.