COLOR #373425

HEX: #373425
RGB: (55,52,37)

Color info

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

RGB color model

#373425 color RGB value is (55,52,37).

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

RGB channels and saturation

R 55 of 255 = 22%
G 52 of 255 = 20%
B 37 of 255 = 15%

55
52
37

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

Portions of RGB colors in percentages

R + G + B =
55 + 52 + 37 = 144 (100%)
R 55 of 144 ~ 38.19%
G 52 of 144 ~ 36.11%
B 37 of 144 ~ 25.69%

%38.19
%36.11
%25.69

CMYK color model

#373425 color CMYK value is (0,5,33,78).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 32.73%
  • key color value is 78.43%
CMYK:
(0,5,33,78)
C0M5Y33K78 
(0%,5%,33%,78%)
(0.00/0.05/0.33/0.78)	

CMYK percentages

%0
%5.45
%32.73
%78.43

Codes

Color #373425 in popluar color models

373425
RGB555237
HSL50°19.57%18.04%
HSB/HSV50°32.73%21.57%
CMYK0.00%5.45%32.73%
78.43%

Color #373425 in popluar number systems.

HEX373425
Decimal555237
Binary110111110100100101
Octal676445

Shades and tints

Shades of #373425

#373425
(55,52,37)
#323022
(50,48,34)
#2D2C1F
(45,44,31)
#28281C
(40,40,28)
#232419
(35,36,25)
#1E2016
(30,32,22)
#191C13
(25,28,19)
#141810
(20,24,16)
#0F140D
(15,20,13)
#0A100A
(10,16,10)
#050C07
(5,12,7)
#000000
(0,0,0)

Tints of #373425

#373425
(55,52,37)
#494638
(73,70,56)
#5B584B
(91,88,75)
#6D6A5E
(109,106,94)
#7F7C71
(127,124,113)
#918E84
(145,142,132)
#A3A097
(163,160,151)
#B5B2AA
(181,178,170)
#C7C4BD
(199,196,189)
#D9D6D0
(217,214,208)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373425; }

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

This text font color is #373425.


Background Color

.myBgColor { background-color: #373425; }

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

This div background color is #373425.


Border color

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

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

This div border color is #373425.


Opacity

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

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

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

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

This text has shadow with #373425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373425 on black background.


Color preview on white background

This text has color #373425 on white background.



Black color preview on #373425 background

This text has black color on #373425 background.


White color preview on #373425 background

This text has white color on #373425 background.