COLOR #375633

HEX: #375633
RGB: (55,86,51)

Color info

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

RGB color model

#375633 color RGB value is (55,86,51).

  • red value is 55;
  • green value is 86;
  • blue value is 51.
RGB:
(55,86,51)
(22%,34%,20%)

RGB channels and saturation

R 55 of 255 = 22%
G 86 of 255 = 34%
B 51 of 255 = 20%

55
86
51

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

Portions of RGB colors in percentages

R + G + B =
55 + 86 + 51 = 192 (100%)
R 55 of 192 ~ 28.65%
G 86 of 192 ~ 44.79%
B 51 of 192 ~ 26.56%

%28.65
%44.79
%26.56

CMYK color model

#375633 color CMYK value is (36,0,41,66).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 66.27%
CMYK:
(36,0,41,66)
C36M0Y41K66 
(36%,0%,41%,66%)
(0.36/0.00/0.41/0.66)	

CMYK percentages

%36.05
%0
%40.7
%66.27

Codes

Color #375633 in popluar color models

375633
RGB558651
HSL113°25.55%26.86%
HSB/HSV113°40.70%33.73%
CMYK36.05%0.00%40.70%
66.27%

Color #375633 in popluar number systems.

HEX375633
Decimal558651
Binary1101111010110110011
Octal6712663

Shades and tints

Shades of #375633

#375633
(55,86,51)
#324F2F
(50,79,47)
#2D482B
(45,72,43)
#284127
(40,65,39)
#233A23
(35,58,35)
#1E331F
(30,51,31)
#192C1B
(25,44,27)
#142517
(20,37,23)
#0F1E13
(15,30,19)
#0A170F
(10,23,15)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #375633

#375633
(55,86,51)
#496545
(73,101,69)
#5B7457
(91,116,87)
#6D8369
(109,131,105)
#7F927B
(127,146,123)
#91A18D
(145,161,141)
#A3B09F
(163,176,159)
#B5BFB1
(181,191,177)
#C7CEC3
(199,206,195)
#D9DDD5
(217,221,213)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375633 color. Also use rgb(55,86,51) instead hex code.

Text Font Color

.myTextColor { color: #375633; }

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

This text font color is #375633.


Background Color

.myBgColor { background-color: #375633; }

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

This div background color is #375633.


Border color

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

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

This div border color is #375633.


Opacity

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

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

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

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

This text has shadow with #375633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375633 on black background.


Color preview on white background

This text has color #375633 on white background.



Black color preview on #375633 background

This text has black color on #375633 background.


White color preview on #375633 background

This text has white color on #375633 background.