COLOR #263313

HEX: #263313
RGB: (38,51,19)

Color info

#263313 contains red, green and blue colors in about the same proportion. Web safe color of #263313 is #333300 (or #330).

RGB color model

#263313 color RGB value is (38,51,19).

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

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 19 of 255 = 7%

38
51
19

R + G + B ~ 14%. #263313 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 19 = 108 (100%)
R 38 of 108 ~ 35.19%
G 51 of 108 ~ 47.22%
B 19 of 108 ~ 17.59%

%35.19
%47.22
%17.59

CMYK color model

#263313 color CMYK value is (25,0,63,80).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(25,0,63,80)
C25M0Y63K80 
(25%,0%,63%,80%)
(0.25/0.00/0.63/0.80)	

CMYK percentages

%25.49
%0
%62.75
%80

Codes

Color #263313 in popluar color models

263313
RGB385119
HSL84°45.71%13.73%
HSB/HSV84°62.75%20.00%
CMYK25.49%0.00%62.75%
80.00%

Color #263313 in popluar number systems.

HEX263313
Decimal385119
Binary10011011001110011
Octal466323

Shades and tints

Shades of #263313

#263313
(38,51,19)
#232F12
(35,47,18)
#202B11
(32,43,17)
#1D2710
(29,39,16)
#1A230F
(26,35,15)
#171F0E
(23,31,14)
#141B0D
(20,27,13)
#11170C
(17,23,12)
#0E130B
(14,19,11)
#0B0F0A
(11,15,10)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #263313

#263313
(38,51,19)
#394528
(57,69,40)
#4C573D
(76,87,61)
#5F6952
(95,105,82)
#727B67
(114,123,103)
#858D7C
(133,141,124)
#989F91
(152,159,145)
#ABB1A6
(171,177,166)
#BEC3BB
(190,195,187)
#D1D5D0
(209,213,208)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263313; }

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

This text font color is #263313.


Background Color

.myBgColor { background-color: #263313; }

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

This div background color is #263313.


Border color

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

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

This div border color is #263313.


Opacity

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

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

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

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

This text has shadow with #263313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263313 on black background.


Color preview on white background

This text has color #263313 on white background.



Black color preview on #263313 background

This text has black color on #263313 background.


White color preview on #263313 background

This text has white color on #263313 background.