COLOR #35968A

HEX: #35968A RGB: (53,150,138)

Color info

#35968A contains mainly green and blue colors. Web safe color of #35968A is #339999 (or #399).

RGB color model

#35968A color RGB value is (53,150,138).

RGB: (53,150,138) (21%, 59%, 54%)

RGB channels and saturation

R 53 of 255 = 21%
G 150 of 255 = 59%
B 138 of 255 = 54%

53
150
138

R + G + B ~ 45%. #35968A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 150 + 138 = 341 (100%)
R 53 of 341 ~ 15.54%
G 150 of 341 ~ 43.99%
B 138 of 341 ~ 40.47'%

%15.54
%43.99
%40.47

CMYK color model

#35968A color CMYK value is (65,0,8,41).

  • cyan value is 64.67%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 41.18%

CMYK: (65,0,8,41)
C65M0Y8K41 (65%, 0%, 8%, 41%)
(0.65 / 0.00 / 0.08 / 0.41)

CMYK percentages

%64.67
%0
%8
%41.18

Codes

Color #35968A in popluar color models

35 96 8A
RGB 53 150 138
HSL 173° 47.78% 39.80%
HSB/HSV 173° 64.67% 58.82%
CMYK 64.67% 0.00% 8.00%
41.18%

Color #35968A in popluar number systems.

HEX 35 96 8A
Decimal 53 150 138
Binary 110101 10010110 10001010
Octal 65 226 212

Shades and tints

Shades of #35968A

#35968A
(53,150,138)
#31897E
(49,137,126)
#2D7C72
(45,124,114)
#296F66
(41,111,102)
#25625A
(37,98,90)
#21554E
(33,85,78)
#1D4842
(29,72,66)
#193B36
(25,59,54)
#152E2A
(21,46,42)
#11211E
(17,33,30)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #35968A

#35968A
(53,150,138)
#479F94
(71,159,148)
#59A89E
(89,168,158)
#6BB1A8
(107,177,168)
#7DBAB2
(125,186,178)
#8FC3BC
(143,195,188)
#A1CCC6
(161,204,198)
#B3D5D0
(179,213,208)
#C5DEDA
(197,222,218)
#D7E7E4
(215,231,228)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35968A color. Also use rgb(53,150,138) instead hex code.

Text Font Color

.myTextColor { color: #35968A; }

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

This text font color is #35968A.

Background Color

.myBgColor { background-color: #35968A; }

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

This div background color is #35968A.

Border color

.myBorderColor { border: 1px solid #35968A; }

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

This div border color is #35968A.

Opacity

.myOpacity80 { color: #35968A; opacity: 0.8; }

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

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

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

This text has shadow with #35968A color.


.textShadow {text-shadow: 3px 3px 1px #35968A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35968A; -webkit-box-shadow: 1px 1px 3px 2px #35968A; box-shadow:1px 1px 3px 2px #35968A;">
Div content here
</div>

This div box has shadow with color #35968A.

Preview

Color preview on black background

This text has color #35968A on black background.


Color preview on white background

This text has color #35968A on white background.


Black color preview on #35968A background

This text has black color on #35968A background.


White color preview on #35968A background

This text has white color on #35968A background.


Related colors

Complementary color

Complementary color for #hex is #CA6975.


I love getcolorcode.com

Triadic colors

1 #8A3596 and #968A35 with #35968A are triadic colors.

2 #8A9635 and #96358A with #35968A are triadic colors.