COLOR #35593D

HEX: #35593D
RGB: (53,89,61)

Color info

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

RGB color model

#35593D color RGB value is (53,89,61).

  • red value is 53;
  • green value is 89;
  • blue value is 61.
RGB: (53,89,61) (21%,35%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 89 of 255 = 35%
B 61 of 255 = 24%

53
89
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 89 + 61 = 203 (100%)
R 53 of 203 ~ 26.11%
G 89 of 203 ~ 43.84%
B 61 of 203 ~ 30.05%

%26.11
%43.84
%30.05

CMYK color model

#35593D color CMYK value is (40,0,31,65).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 31.46%
  • key color value is 65.10%
CMYK: (40,0,31,65) C40M0Y31K65 (40%,0%,31%,65%) (0.40/0.00/0.31/0.65)

CMYK percentages

%40.45
%0
%31.46
%65.1

Codes

Color #35593D in popluar color models

35593D
RGB538961
HSL133°25.35%27.84%
HSB/HSV133°40.45%34.90%
CMYK40.45%0.00%31.46%
65.10%

Color #35593D in popluar number systems.

HEX35593D
Decimal538961
Binary1101011011001111101
Octal6513175

Shades and tints

Shades of #35593D

#35593D
(53,89,61)
#315138
(49,81,56)
#2D4933
(45,73,51)
#29412E
(41,65,46)
#253929
(37,57,41)
#213124
(33,49,36)
#1D291F
(29,41,31)
#19211A
(25,33,26)
#151915
(21,25,21)
#111110
(17,17,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #35593D

#35593D
(53,89,61)
#47684E
(71,104,78)
#59775F
(89,119,95)
#6B8670
(107,134,112)
#7D9581
(125,149,129)
#8FA492
(143,164,146)
#A1B3A3
(161,179,163)
#B3C2B4
(179,194,180)
#C5D1C5
(197,209,197)
#D7E0D6
(215,224,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35593D color. Also use rgb(53,89,61) instead hex code.

Text Font Color

.myTextColor { color: #35593D; }

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

This text font color is #35593D.


Background Color

.myBgColor { background-color: #35593D; }

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

This div background color is #35593D.


Border color

.myBorderColor { border: 1px solid #35593D; }

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

This div border color is #35593D.


Opacity

.myOpacity80 { color: #35593D; opacity: 0.8; }

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

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

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

This text has shadow with #35593D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #35593D on black background.


Color preview on white background

This text has color #35593D on white background.



Black color preview on #35593D background

This text has black color on #35593D background.


White color preview on #35593D background

This text has white color on #35593D background.