COLOR #267C88

HEX: #267C88
RGB: (38,124,136)

Color info

#267C88 contains mainly green and blue colors. Web safe color of #267C88 is #336699 (or #369).

RGB color model

#267C88 color RGB value is (38,124,136).

  • red value is 38;
  • green value is 124;
  • blue value is 136.
RGB:
(38,124,136)
(15%,49%,53%)

RGB channels and saturation

R 38 of 255 = 15%
G 124 of 255 = 49%
B 136 of 255 = 53%

38
124
136

R + G + B ~ 39%. #267C88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 124 + 136 = 298 (100%)
R 38 of 298 ~ 12.75%
G 124 of 298 ~ 41.61%
B 136 of 298 ~ 45.64%

%12.75
%41.61
%45.64

CMYK color model

#267C88 color CMYK value is (72,9,0,47).

  • cyan value is 72.06%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(72,9,0,47)
C72M9Y0K47 
(72%,9%,0%,47%)
(0.72/0.09/0.00/0.47)	

CMYK percentages

%72.06
%8.82
%0
%46.67

Codes

Color #267C88 in popluar color models

267C88
RGB38124136
HSL187°56.32%34.12%
HSB/HSV187°72.06%53.33%
CMYK72.06%8.82%0.00%
46.67%

Color #267C88 in popluar number systems.

HEX267C88
Decimal38124136
Binary100110111110010001000
Octal46174210

Shades and tints

Shades of #267C88

#267C88
(38,124,136)
#23717C
(35,113,124)
#206670
(32,102,112)
#1D5B64
(29,91,100)
#1A5058
(26,80,88)
#17454C
(23,69,76)
#143A40
(20,58,64)
#112F34
(17,47,52)
#0E2428
(14,36,40)
#0B191C
(11,25,28)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #267C88

#267C88
(38,124,136)
#398792
(57,135,146)
#4C929C
(76,146,156)
#5F9DA6
(95,157,166)
#72A8B0
(114,168,176)
#85B3BA
(133,179,186)
#98BEC4
(152,190,196)
#ABC9CE
(171,201,206)
#BED4D8
(190,212,216)
#D1DFE2
(209,223,226)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267C88 color. Also use rgb(38,124,136) instead hex code.

Text Font Color

.myTextColor { color: #267C88; }

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

This text font color is #267C88.


Background Color

.myBgColor { background-color: #267C88; }

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

This div background color is #267C88.


Border color

.myBorderColor { border: 1px solid #267C88; }

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

This div border color is #267C88.


Opacity

.myOpacity80 { color: #267C88; opacity: 0.8; }

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

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

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

This text has shadow with #267C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267C88 on black background.


Color preview on white background

This text has color #267C88 on white background.



Black color preview on #267C88 background

This text has black color on #267C88 background.


White color preview on #267C88 background

This text has white color on #267C88 background.