COLOR #375841

HEX: #375841
RGB: (55,88,65)

Color info

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

RGB color model

#375841 color RGB value is (55,88,65).

  • red value is 55;
  • green value is 88;
  • blue value is 65.
RGB:
(55,88,65)
(22%,35%,25%)

RGB channels and saturation

R 55 of 255 = 22%
G 88 of 255 = 35%
B 65 of 255 = 25%

55
88
65

R + G + B ~ 27%. #375841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 88 + 65 = 208 (100%)
R 55 of 208 ~ 26.44%
G 88 of 208 ~ 42.31%
B 65 of 208 ~ 31.25%

%26.44
%42.31
%31.25

CMYK color model

#375841 color CMYK value is (38,0,26,65).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(38,0,26,65)
C38M0Y26K65 
(38%,0%,26%,65%)
(0.38/0.00/0.26/0.65)	

CMYK percentages

%37.5
%0
%26.14
%65.49

Codes

Color #375841 in popluar color models

375841
RGB558865
HSL138°23.08%28.04%
HSB/HSV138°37.50%34.51%
CMYK37.50%0.00%26.14%
65.49%

Color #375841 in popluar number systems.

HEX375841
Decimal558865
Binary11011110110001000001
Octal67130101

Shades and tints

Shades of #375841

#375841
(55,88,65)
#32503C
(50,80,60)
#2D4837
(45,72,55)
#284032
(40,64,50)
#23382D
(35,56,45)
#1E3028
(30,48,40)
#192823
(25,40,35)
#14201E
(20,32,30)
#0F1819
(15,24,25)
#0A1014
(10,16,20)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #375841

#375841
(55,88,65)
#496752
(73,103,82)
#5B7663
(91,118,99)
#6D8574
(109,133,116)
#7F9485
(127,148,133)
#91A396
(145,163,150)
#A3B2A7
(163,178,167)
#B5C1B8
(181,193,184)
#C7D0C9
(199,208,201)
#D9DFDA
(217,223,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375841 color. Also use rgb(55,88,65) instead hex code.

Text Font Color

.myTextColor { color: #375841; }

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

This text font color is #375841.


Background Color

.myBgColor { background-color: #375841; }

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

This div background color is #375841.


Border color

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

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

This div border color is #375841.


Opacity

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

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

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

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

This text has shadow with #375841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375841 on black background.


Color preview on white background

This text has color #375841 on white background.



Black color preview on #375841 background

This text has black color on #375841 background.


White color preview on #375841 background

This text has white color on #375841 background.