COLOR #374835

HEX: #374835
RGB: (55,72,53)

Color info

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

RGB color model

#374835 color RGB value is (55,72,53).

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

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 53 of 255 = 21%

55
72
53

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

Portions of RGB colors in percentages

R + G + B =
55 + 72 + 53 = 180 (100%)
R 55 of 180 ~ 30.56%
G 72 of 180 ~ 40%
B 53 of 180 ~ 29.44%

%30.56
%40
%29.44

CMYK color model

#374835 color CMYK value is (24,0,26,72).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 71.76%
CMYK:
(24,0,26,72)
C24M0Y26K72 
(24%,0%,26%,72%)
(0.24/0.00/0.26/0.72)	

CMYK percentages

%23.61
%0
%26.39
%71.76

Codes

Color #374835 in popluar color models

374835
RGB557253
HSL114°15.20%24.51%
HSB/HSV114°26.39%28.24%
CMYK23.61%0.00%26.39%
71.76%

Color #374835 in popluar number systems.

HEX374835
Decimal557253
Binary1101111001000110101
Octal6711065

Shades and tints

Shades of #374835

#374835
(55,72,53)
#324231
(50,66,49)
#2D3C2D
(45,60,45)
#283629
(40,54,41)
#233025
(35,48,37)
#1E2A21
(30,42,33)
#19241D
(25,36,29)
#141E19
(20,30,25)
#0F1815
(15,24,21)
#0A1211
(10,18,17)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #374835

#374835
(55,72,53)
#495847
(73,88,71)
#5B6859
(91,104,89)
#6D786B
(109,120,107)
#7F887D
(127,136,125)
#91988F
(145,152,143)
#A3A8A1
(163,168,161)
#B5B8B3
(181,184,179)
#C7C8C5
(199,200,197)
#D9D8D7
(217,216,215)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374835; }

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

This text font color is #374835.


Background Color

.myBgColor { background-color: #374835; }

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

This div background color is #374835.


Border color

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

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

This div border color is #374835.


Opacity

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

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

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

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

This text has shadow with #374835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374835 on black background.


Color preview on white background

This text has color #374835 on white background.



Black color preview on #374835 background

This text has black color on #374835 background.


White color preview on #374835 background

This text has white color on #374835 background.