COLOR #374838

HEX: #374838
RGB: (55,72,56)

Color info

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

RGB color model

#374838 color RGB value is (55,72,56).

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

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 56 of 255 = 22%

55
72
56

R + G + B ~ 24%. #374838 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 72 + 56 = 183 (100%)
R 55 of 183 ~ 30.05%
G 72 of 183 ~ 39.34%
B 56 of 183 ~ 30.6%

%30.05
%39.34
%30.6

CMYK color model

#374838 color CMYK value is (24,0,22,72).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(24,0,22,72)
C24M0Y22K72 
(24%,0%,22%,72%)
(0.24/0.00/0.22/0.72)	

CMYK percentages

%23.61
%0
%22.22
%71.76

Codes

Color #374838 in popluar color models

374838
RGB557256
HSL124°13.39%24.90%
HSB/HSV124°23.61%28.24%
CMYK23.61%0.00%22.22%
71.76%

Color #374838 in popluar number systems.

HEX374838
Decimal557256
Binary1101111001000111000
Octal6711070

Shades and tints

Shades of #374838

#374838
(55,72,56)
#324233
(50,66,51)
#2D3C2E
(45,60,46)
#283629
(40,54,41)
#233024
(35,48,36)
#1E2A1F
(30,42,31)
#19241A
(25,36,26)
#141E15
(20,30,21)
#0F1810
(15,24,16)
#0A120B
(10,18,11)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #374838

#374838
(55,72,56)
#49584A
(73,88,74)
#5B685C
(91,104,92)
#6D786E
(109,120,110)
#7F8880
(127,136,128)
#919892
(145,152,146)
#A3A8A4
(163,168,164)
#B5B8B6
(181,184,182)
#C7C8C8
(199,200,200)
#D9D8DA
(217,216,218)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374838; }

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

This text font color is #374838.


Background Color

.myBgColor { background-color: #374838; }

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

This div background color is #374838.


Border color

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

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

This div border color is #374838.


Opacity

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

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

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

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

This text has shadow with #374838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374838 on black background.


Color preview on white background

This text has color #374838 on white background.



Black color preview on #374838 background

This text has black color on #374838 background.


White color preview on #374838 background

This text has white color on #374838 background.