COLOR #265139

HEX: #265139
RGB: (38,81,57)

Color info

#265139 contains red, green and blue colors in about the same proportion. Web safe color of #265139 is #336633 (or #363).

RGB color model

#265139 color RGB value is (38,81,57).

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

RGB channels and saturation

R 38 of 255 = 15%
G 81 of 255 = 32%
B 57 of 255 = 22%

38
81
57

R + G + B ~ 23%. #265139 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 81 + 57 = 176 (100%)
R 38 of 176 ~ 21.59%
G 81 of 176 ~ 46.02%
B 57 of 176 ~ 32.39%

%21.59
%46.02
%32.39

CMYK color model

#265139 color CMYK value is (53,0,30,68).

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(53,0,30,68)
C53M0Y30K68 
(53%,0%,30%,68%)
(0.53/0.00/0.30/0.68)	

CMYK percentages

%53.09
%0
%29.63
%68.24

Codes

Color #265139 in popluar color models

265139
RGB388157
HSL147°36.13%23.33%
HSB/HSV147°53.09%31.76%
CMYK53.09%0.00%29.63%
68.24%

Color #265139 in popluar number systems.

HEX265139
Decimal388157
Binary1001101010001111001
Octal4612171

Shades and tints

Shades of #265139

#265139
(38,81,57)
#234A34
(35,74,52)
#20432F
(32,67,47)
#1D3C2A
(29,60,42)
#1A3525
(26,53,37)
#172E20
(23,46,32)
#14271B
(20,39,27)
#112016
(17,32,22)
#0E1911
(14,25,17)
#0B120C
(11,18,12)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #265139

#265139
(38,81,57)
#39604B
(57,96,75)
#4C6F5D
(76,111,93)
#5F7E6F
(95,126,111)
#728D81
(114,141,129)
#859C93
(133,156,147)
#98ABA5
(152,171,165)
#ABBAB7
(171,186,183)
#BEC9C9
(190,201,201)
#D1D8DB
(209,216,219)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265139; }

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

This text font color is #265139.


Background Color

.myBgColor { background-color: #265139; }

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

This div background color is #265139.


Border color

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

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

This div border color is #265139.


Opacity

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

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

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

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

This text has shadow with #265139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265139 on black background.


Color preview on white background

This text has color #265139 on white background.



Black color preview on #265139 background

This text has black color on #265139 background.


White color preview on #265139 background

This text has white color on #265139 background.