COLOR #373830

HEX: #373830
RGB: (55,56,48)

Color info

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

RGB color model

#373830 color RGB value is (55,56,48).

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

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 48 of 255 = 19%

55
56
48

R + G + B ~ 21%. #373830 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 48 = 159 (100%)
R 55 of 159 ~ 34.59%
G 56 of 159 ~ 35.22%
B 48 of 159 ~ 30.19%

%34.59
%35.22
%30.19

CMYK color model

#373830 color CMYK value is (2,0,14,78).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(2,0,14,78)
C2M0Y14K78 
(2%,0%,14%,78%)
(0.02/0.00/0.14/0.78)	

CMYK percentages

%1.79
%0
%14.29
%78.04

Codes

Color #373830 in popluar color models

373830
RGB555648
HSL68°7.69%20.39%
HSB/HSV68°14.29%21.96%
CMYK1.79%0.00%14.29%
78.04%

Color #373830 in popluar number systems.

HEX373830
Decimal555648
Binary110111111000110000
Octal677060

Shades and tints

Shades of #373830

#373830
(55,56,48)
#32332C
(50,51,44)
#2D2E28
(45,46,40)
#282924
(40,41,36)
#232420
(35,36,32)
#1E1F1C
(30,31,28)
#191A18
(25,26,24)
#141514
(20,21,20)
#0F1010
(15,16,16)
#0A0B0C
(10,11,12)
#050608
(5,6,8)
#000000
(0,0,0)

Tints of #373830

#373830
(55,56,48)
#494A42
(73,74,66)
#5B5C54
(91,92,84)
#6D6E66
(109,110,102)
#7F8078
(127,128,120)
#91928A
(145,146,138)
#A3A49C
(163,164,156)
#B5B6AE
(181,182,174)
#C7C8C0
(199,200,192)
#D9DAD2
(217,218,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373830; }

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

This text font color is #373830.


Background Color

.myBgColor { background-color: #373830; }

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

This div background color is #373830.


Border color

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

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

This div border color is #373830.


Opacity

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

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

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

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

This text has shadow with #373830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373830 on black background.


Color preview on white background

This text has color #373830 on white background.



Black color preview on #373830 background

This text has black color on #373830 background.


White color preview on #373830 background

This text has white color on #373830 background.