COLOR #375431

HEX: #375431
RGB: (55,84,49)

Color info

#375431 contains red, green and blue colors in about the same proportion. Web safe color of #375431 is #336633 (or #363).

RGB color model

#375431 color RGB value is (55,84,49).

  • red value is 55;
  • green value is 84;
  • blue value is 49.
RGB:
(55,84,49)
(22%,33%,19%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 49 of 255 = 19%

55
84
49

R + G + B ~ 25%. #375431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 49 = 188 (100%)
R 55 of 188 ~ 29.26%
G 84 of 188 ~ 44.68%
B 49 of 188 ~ 26.06%

%29.26
%44.68
%26.06

CMYK color model

#375431 color CMYK value is (35,0,42,67).

  • cyan value is 34.52%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 67.06%
CMYK:
(35,0,42,67)
C35M0Y42K67 
(35%,0%,42%,67%)
(0.35/0.00/0.42/0.67)	

CMYK percentages

%34.52
%0
%41.67
%67.06

Codes

Color #375431 in popluar color models

375431
RGB558449
HSL110°26.32%26.08%
HSB/HSV110°41.67%32.94%
CMYK34.52%0.00%41.67%
67.06%

Color #375431 in popluar number systems.

HEX375431
Decimal558449
Binary1101111010100110001
Octal6712461

Shades and tints

Shades of #375431

#375431
(55,84,49)
#324D2D
(50,77,45)
#2D4629
(45,70,41)
#283F25
(40,63,37)
#233821
(35,56,33)
#1E311D
(30,49,29)
#192A19
(25,42,25)
#142315
(20,35,21)
#0F1C11
(15,28,17)
#0A150D
(10,21,13)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #375431

#375431
(55,84,49)
#496343
(73,99,67)
#5B7255
(91,114,85)
#6D8167
(109,129,103)
#7F9079
(127,144,121)
#919F8B
(145,159,139)
#A3AE9D
(163,174,157)
#B5BDAF
(181,189,175)
#C7CCC1
(199,204,193)
#D9DBD3
(217,219,211)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375431 color. Also use rgb(55,84,49) instead hex code.

Text Font Color

.myTextColor { color: #375431; }

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

This text font color is #375431.


Background Color

.myBgColor { background-color: #375431; }

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

This div background color is #375431.


Border color

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

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

This div border color is #375431.


Opacity

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

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

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

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

This text has shadow with #375431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375431 on black background.


Color preview on white background

This text has color #375431 on white background.



Black color preview on #375431 background

This text has black color on #375431 background.


White color preview on #375431 background

This text has white color on #375431 background.