COLOR #263539

HEX: #263539
RGB: (38,53,57)

Color info

#263539 contains red, green and blue colors in about the same proportion. Web safe color of #263539 is #333333 (or #333).

RGB color model

#263539 color RGB value is (38,53,57).

  • red value is 38;
  • green value is 53;
  • blue value is 57.
RGB:
(38,53,57)
(15%,21%,22%)

RGB channels and saturation

R 38 of 255 = 15%
G 53 of 255 = 21%
B 57 of 255 = 22%

38
53
57

R + G + B ~ 19%. #263539 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 53 + 57 = 148 (100%)
R 38 of 148 ~ 25.68%
G 53 of 148 ~ 35.81%
B 57 of 148 ~ 38.51%

%25.68
%35.81
%38.51

CMYK color model

#263539 color CMYK value is (33,7,0,78).

  • cyan value is 33.33%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(33,7,0,78)
C33M7Y0K78 
(33%,7%,0%,78%)
(0.33/0.07/0.00/0.78)	

CMYK percentages

%33.33
%7.02
%0
%77.65

Codes

Color #263539 in popluar color models

263539
RGB385357
HSL193°20.00%18.63%
HSB/HSV193°33.33%22.35%
CMYK33.33%7.02%0.00%
77.65%

Color #263539 in popluar number systems.

HEX263539
Decimal385357
Binary100110110101111001
Octal466571

Shades and tints

Shades of #263539

#263539
(38,53,57)
#233134
(35,49,52)
#202D2F
(32,45,47)
#1D292A
(29,41,42)
#1A2525
(26,37,37)
#172120
(23,33,32)
#141D1B
(20,29,27)
#111916
(17,25,22)
#0E1511
(14,21,17)
#0B110C
(11,17,12)
#080D07
(8,13,7)
#000000
(0,0,0)

Tints of #263539

#263539
(38,53,57)
#39474B
(57,71,75)
#4C595D
(76,89,93)
#5F6B6F
(95,107,111)
#727D81
(114,125,129)
#858F93
(133,143,147)
#98A1A5
(152,161,165)
#ABB3B7
(171,179,183)
#BEC5C9
(190,197,201)
#D1D7DB
(209,215,219)
#E4E9ED
(228,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263539; }

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

This text font color is #263539.


Background Color

.myBgColor { background-color: #263539; }

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

This div background color is #263539.


Border color

.myBorderColor { border: 1px solid #263539; }

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

This div border color is #263539.


Opacity

.myOpacity80 { color: #263539; opacity: 0.8; }

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

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

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

This text has shadow with #263539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263539 on black background.


Color preview on white background

This text has color #263539 on white background.



Black color preview on #263539 background

This text has black color on #263539 background.


White color preview on #263539 background

This text has white color on #263539 background.