COLOR #10593E

HEX: #10593E
RGB: (16,89,62)

Color info

#10593E contains mainly green and blue colors. Web safe color of #10593E is #006633 (or #063).

RGB color model

#10593E color RGB value is (16,89,62).

  • red value is 16;
  • green value is 89;
  • blue value is 62.
RGB:
(16,89,62)
(6%,35%,24%)

RGB channels and saturation

R 16 of 255 = 6%
G 89 of 255 = 35%
B 62 of 255 = 24%

16
89
62

R + G + B ~ 22%. #10593E is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 89 + 62 = 167 (100%)
R 16 of 167 ~ 9.58%
G 89 of 167 ~ 53.29%
B 62 of 167 ~ 37.13%

%9.58
%53.29
%37.13

CMYK color model

#10593E color CMYK value is (82,0,30,65).

  • cyan value is 82.02%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(82,0,30,65)
C82M0Y30K65 
(82%,0%,30%,65%)
(0.82/0.00/0.30/0.65)	

CMYK percentages

%82.02
%0
%30.34
%65.1

Codes

Color #10593E in popluar color models

10593E
RGB168962
HSL158°69.52%20.59%
HSB/HSV158°82.02%34.90%
CMYK82.02%0.00%30.34%
65.10%

Color #10593E in popluar number systems.

HEX10593E
Decimal168962
Binary100001011001111110
Octal2013176

Shades and tints

Shades of #10593E

#10593E
(16,89,62)
#0F5139
(15,81,57)
#0E4934
(14,73,52)
#0D412F
(13,65,47)
#0C392A
(12,57,42)
#0B3125
(11,49,37)
#0A2920
(10,41,32)
#09211B
(9,33,27)
#081916
(8,25,22)
#071111
(7,17,17)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #10593E

#10593E
(16,89,62)
#25684F
(37,104,79)
#3A7760
(58,119,96)
#4F8671
(79,134,113)
#649582
(100,149,130)
#79A493
(121,164,147)
#8EB3A4
(142,179,164)
#A3C2B5
(163,194,181)
#B8D1C6
(184,209,198)
#CDE0D7
(205,224,215)
#E2EFE8
(226,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10593E color. Also use rgb(16,89,62) instead hex code.

Text Font Color

.myTextColor { color: #10593E; }

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

This text font color is #10593E.


Background Color

.myBgColor { background-color: #10593E; }

<div style="background-color:#10593E">Inner text</div>

This div background color is #10593E.


Border color

.myBorderColor { border: 1px solid #10593E; }

<div style="border:3px solid #10593E">Div</div>

This div border color is #10593E.


Opacity

.myOpacity80 { color: #10593E; opacity: 0.8; }

<p style="color:#10593E;opacity:0.8;">80%</p>

Text with #10593E 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 #10593E;}

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

This text has shadow with #10593E color.

.textShadow {text-shadow: 3px 3px 1px #10593E, 3px 3px 1px red;}

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

This text has shadow with #10593E primary color and red secondary color.


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

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

This text has shadow with #10593E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10593E on black background.


Color preview on white background

This text has color #10593E on white background.



Black color preview on #10593E background

This text has black color on #10593E background.


White color preview on #10593E background

This text has white color on #10593E background.