COLOR #35657D

HEX: #35657D
RGB: (53,101,125)

Color info

#35657D contains mainly green and blue colors. Web safe color of #35657D is #336666 (or #366).

RGB color model

#35657D color RGB value is (53,101,125).

  • red value is 53;
  • green value is 101;
  • blue value is 125.
RGB:
(53,101,125)
(21%,40%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 125 of 255 = 49%

53
101
125

R + G + B ~ 37%. #35657D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 125 = 279 (100%)
R 53 of 279 ~ 19%
G 101 of 279 ~ 36.2%
B 125 of 279 ~ 44.8%

%19
%36.2
%44.8

CMYK color model

#35657D color CMYK value is (58,19,0,51).

  • cyan value is 57.60%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,19,0,51)
C58M19Y0K51 
(58%,19%,0%,51%)
(0.58/0.19/0.00/0.51)	

CMYK percentages

%57.6
%19.2
%0
%50.98

Codes

Color #35657D in popluar color models

35657D
RGB53101125
HSL200°40.45%34.90%
HSB/HSV200°57.60%49.02%
CMYK57.60%19.20%0.00%
50.98%

Color #35657D in popluar number systems.

HEX35657D
Decimal53101125
Binary11010111001011111101
Octal65145175

Shades and tints

Shades of #35657D

#35657D
(53,101,125)
#315C72
(49,92,114)
#2D5367
(45,83,103)
#294A5C
(41,74,92)
#254151
(37,65,81)
#213846
(33,56,70)
#1D2F3B
(29,47,59)
#192630
(25,38,48)
#151D25
(21,29,37)
#11141A
(17,20,26)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #35657D

#35657D
(53,101,125)
#477388
(71,115,136)
#598193
(89,129,147)
#6B8F9E
(107,143,158)
#7D9DA9
(125,157,169)
#8FABB4
(143,171,180)
#A1B9BF
(161,185,191)
#B3C7CA
(179,199,202)
#C5D5D5
(197,213,213)
#D7E3E0
(215,227,224)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35657D color. Also use rgb(53,101,125) instead hex code.

Text Font Color

.myTextColor { color: #35657D; }

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

This text font color is #35657D.


Background Color

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

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

This div background color is #35657D.


Border color

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

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

This div border color is #35657D.


Opacity

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

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

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

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

This text has shadow with #35657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35657D on black background.


Color preview on white background

This text has color #35657D on white background.



Black color preview on #35657D background

This text has black color on #35657D background.


White color preview on #35657D background

This text has white color on #35657D background.