COLOR #375D39

HEX: #375D39
RGB: (55,93,57)

Renk bilgisi

#375D39 contains red, green and blue colors in about the same proportion. #375D39 ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#375D39 color RGB value is (55,93,57).

  • kırmız ton 55;
  • yeşil ton 93;
  • mavi ton 57.
RGB:
(55,93,57)
(22%,36%,22%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 93 of 255 = 36%
B 57 of 255 = 22%

55
93
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 93 + 57 = 205 (100%)
R 55 of 205 ~ 26.83%
G 93 of 205 ~ 45.37%
B 57 of 205 ~ 27.8%

%26.83
%45.37
%27.8

CMYK RENK MODELİ

#375D39 rengi CMYK tonu (41,0,39,64).

  • camgöbeği tonu 40.86%
  • eflatun tonu 0.00%
  • sarı tonu 38.71%
  • ana renk tonu 63.53%
CMYK:
(41,0,39,64)
C41M0Y39K64 
(41%,0%,39%,64%)
(0.41/0.00/0.39/0.64)	

CMYK yüzdeleri

%40.86
%0
%38.71
%63.53

Codes

Color #375D39 in popluar color models

375D39
RGB559357
HSL123°25.68%29.02%
HSB/HSV123°40.86%36.47%
CMYK40.86%0.00%38.71%
63.53%

Color #375D39 in popluar number systems.

HEX375D39
Decimal559357
Binary1101111011101111001
Octal6713571

Shades and tints

Shades of #375D39

#375D39
(55,93,57)
#325534
(50,85,52)
#2D4D2F
(45,77,47)
#28452A
(40,69,42)
#233D25
(35,61,37)
#1E3520
(30,53,32)
#192D1B
(25,45,27)
#142516
(20,37,22)
#0F1D11
(15,29,17)
#0A150C
(10,21,12)
#050D07
(5,13,7)
#000000
(0,0,0)

Tints of #375D39

#375D39
(55,93,57)
#496B4B
(73,107,75)
#5B795D
(91,121,93)
#6D876F
(109,135,111)
#7F9581
(127,149,129)
#91A393
(145,163,147)
#A3B1A5
(163,177,165)
#B5BFB7
(181,191,183)
#C7CDC9
(199,205,201)
#D9DBDB
(217,219,219)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D39 color. Also use rgb(55,93,57) instead hex code.

Text Font Color

.myTextColor { color: #375D39; }

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

This text font color is #375D39.


Background Color

.myBgColor { background-color: #375D39; }

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

This div background color is #375D39.


Border color

.myBorderColor { border: 1px solid #375D39; }

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

This div border color is #375D39.


Opacity

.myOpacity80 { color: #375D39; opacity: 0.8; }

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

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

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

This text has shadow with #375D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D39 on black background.


Color preview on white background

This text has color #375D39 on white background.



Black color preview on #375D39 background

This text has black color on #375D39 background.


White color preview on #375D39 background

This text has white color on #375D39 background.