COLOR #263933

HEX: #263933
RGB: (38,57,51)

Color info

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

RGB color model

#263933 color RGB value is (38,57,51).

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

RGB channels and saturation

R 38 of 255 = 15%
G 57 of 255 = 22%
B 51 of 255 = 20%

38
57
51

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

Portions of RGB colors in percentages

R + G + B =
38 + 57 + 51 = 146 (100%)
R 38 of 146 ~ 26.03%
G 57 of 146 ~ 39.04%
B 51 of 146 ~ 34.93%

%26.03
%39.04
%34.93

CMYK color model

#263933 color CMYK value is (33,0,11,78).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 77.65%
CMYK:
(33,0,11,78)
C33M0Y11K78 
(33%,0%,11%,78%)
(0.33/0.00/0.11/0.78)	

CMYK percentages

%33.33
%0
%10.53
%77.65

Codes

Color #263933 in popluar color models

263933
RGB385751
HSL161°20.00%18.63%
HSB/HSV161°33.33%22.35%
CMYK33.33%0.00%10.53%
77.65%

Color #263933 in popluar number systems.

HEX263933
Decimal385751
Binary100110111001110011
Octal467163

Shades and tints

Shades of #263933

#263933
(38,57,51)
#23342F
(35,52,47)
#202F2B
(32,47,43)
#1D2A27
(29,42,39)
#1A2523
(26,37,35)
#17201F
(23,32,31)
#141B1B
(20,27,27)
#111617
(17,22,23)
#0E1113
(14,17,19)
#0B0C0F
(11,12,15)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #263933

#263933
(38,57,51)
#394B45
(57,75,69)
#4C5D57
(76,93,87)
#5F6F69
(95,111,105)
#72817B
(114,129,123)
#85938D
(133,147,141)
#98A59F
(152,165,159)
#ABB7B1
(171,183,177)
#BEC9C3
(190,201,195)
#D1DBD5
(209,219,213)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263933; }

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

This text font color is #263933.


Background Color

.myBgColor { background-color: #263933; }

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

This div background color is #263933.


Border color

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

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

This div border color is #263933.


Opacity

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

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

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

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

This text has shadow with #263933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263933 on black background.


Color preview on white background

This text has color #263933 on white background.



Black color preview on #263933 background

This text has black color on #263933 background.


White color preview on #263933 background

This text has white color on #263933 background.