COLOR #263319

HEX: #263319
RGB: (38,51,25)

Color info

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

RGB color model

#263319 color RGB value is (38,51,25).

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

RGB channels and saturation

R 38 of 255 = 15%
G 51 of 255 = 20%
B 25 of 255 = 10%

38
51
25

R + G + B ~ 15%. #263319 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 51 + 25 = 114 (100%)
R 38 of 114 ~ 33.33%
G 51 of 114 ~ 44.74%
B 25 of 114 ~ 21.93%

%33.33
%44.74
%21.93

CMYK color model

#263319 color CMYK value is (25,0,51,80).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 80.00%
CMYK:
(25,0,51,80)
C25M0Y51K80 
(25%,0%,51%,80%)
(0.25/0.00/0.51/0.80)	

CMYK percentages

%25.49
%0
%50.98
%80

Codes

Color #263319 in popluar color models

263319
RGB385125
HSL90°34.21%14.90%
HSB/HSV90°50.98%20.00%
CMYK25.49%0.00%50.98%
80.00%

Color #263319 in popluar number systems.

HEX263319
Decimal385125
Binary10011011001111001
Octal466331

Shades and tints

Shades of #263319

#263319
(38,51,25)
#232F17
(35,47,23)
#202B15
(32,43,21)
#1D2713
(29,39,19)
#1A2311
(26,35,17)
#171F0F
(23,31,15)
#141B0D
(20,27,13)
#11170B
(17,23,11)
#0E1309
(14,19,9)
#0B0F07
(11,15,7)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #263319

#263319
(38,51,25)
#39452D
(57,69,45)
#4C5741
(76,87,65)
#5F6955
(95,105,85)
#727B69
(114,123,105)
#858D7D
(133,141,125)
#989F91
(152,159,145)
#ABB1A5
(171,177,165)
#BEC3B9
(190,195,185)
#D1D5CD
(209,213,205)
#E4E7E1
(228,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263319; }

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

This text font color is #263319.


Background Color

.myBgColor { background-color: #263319; }

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

This div background color is #263319.


Border color

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

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

This div border color is #263319.


Opacity

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

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

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

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

This text has shadow with #263319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263319 on black background.


Color preview on white background

This text has color #263319 on white background.



Black color preview on #263319 background

This text has black color on #263319 background.


White color preview on #263319 background

This text has white color on #263319 background.