COLOR #355D39

HEX: #355D39
RGB: (53,93,57)

Renk bilgisi

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

RGB renk modeli

#355D39 color RGB value is (53,93,57).

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

RGB bağlantıları ve doygunluk

R 53 of 255 = 21%
G 93 of 255 = 36%
B 57 of 255 = 22%

53
93
57

R + G + B ~ 26%. #355D39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
53 + 93 + 57 = 203 (100%)
R 53 of 203 ~ 26.11%
G 93 of 203 ~ 45.81%
B 57 of 203 ~ 28.08%

%26.11
%45.81
%28.08

CMYK RENK MODELİ

#355D39 rengi CMYK tonu (43,0,39,64).

  • camgöbeği tonu 43.01%
  • eflatun tonu 0.00%
  • sarı tonu 38.71%
  • ana renk tonu 63.53%
CMYK:
(43,0,39,64)
C43M0Y39K64 
(43%,0%,39%,64%)
(0.43/0.00/0.39/0.64)	

CMYK yüzdeleri

%43.01
%0
%38.71
%63.53

Codes

Color #355D39 in popluar color models

355D39
RGB539357
HSL126°27.40%28.63%
HSB/HSV126°43.01%36.47%
CMYK43.01%0.00%38.71%
63.53%

Color #355D39 in popluar number systems.

HEX355D39
Decimal539357
Binary1101011011101111001
Octal6513571

Shades and tints

Shades of #355D39

#355D39
(53,93,57)
#315534
(49,85,52)
#2D4D2F
(45,77,47)
#29452A
(41,69,42)
#253D25
(37,61,37)
#213520
(33,53,32)
#1D2D1B
(29,45,27)
#192516
(25,37,22)
#151D11
(21,29,17)
#11150C
(17,21,12)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #355D39

#355D39
(53,93,57)
#476B4B
(71,107,75)
#59795D
(89,121,93)
#6B876F
(107,135,111)
#7D9581
(125,149,129)
#8FA393
(143,163,147)
#A1B1A5
(161,177,165)
#B3BFB7
(179,191,183)
#C5CDC9
(197,205,201)
#D7DBDB
(215,219,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355D39; }

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

This text font color is #355D39.


Background Color

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

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

This div background color is #355D39.


Border color

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

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

This div border color is #355D39.


Opacity

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

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

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

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

This text has shadow with #355D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355D39 on black background.


Color preview on white background

This text has color #355D39 on white background.



Black color preview on #355D39 background

This text has black color on #355D39 background.


White color preview on #355D39 background

This text has white color on #355D39 background.