COLOR #267B6A

HEX: #267B6A
RGB: (38,123,106)

Color info

#267B6A contains mainly green and blue colors. Web safe color of #267B6A is #336666 (or #366).

RGB color model

#267B6A color RGB value is (38,123,106).

  • red value is 38;
  • green value is 123;
  • blue value is 106.
RGB:
(38,123,106)
(15%,48%,42%)

RGB channels and saturation

R 38 of 255 = 15%
G 123 of 255 = 48%
B 106 of 255 = 42%

38
123
106

R + G + B ~ 35%. #267B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 123 + 106 = 267 (100%)
R 38 of 267 ~ 14.23%
G 123 of 267 ~ 46.07%
B 106 of 267 ~ 39.7%

%14.23
%46.07
%39.7

CMYK color model

#267B6A color CMYK value is (69,0,14,52).

  • cyan value is 69.11%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(69,0,14,52)
C69M0Y14K52 
(69%,0%,14%,52%)
(0.69/0.00/0.14/0.52)	

CMYK percentages

%69.11
%0
%13.82
%51.76

Codes

Color #267B6A in popluar color models

267B6A
RGB38123106
HSL168°52.80%31.57%
HSB/HSV168°69.11%48.24%
CMYK69.11%0.00%13.82%
51.76%

Color #267B6A in popluar number systems.

HEX267B6A
Decimal38123106
Binary10011011110111101010
Octal46173152

Shades and tints

Shades of #267B6A

#267B6A
(38,123,106)
#237061
(35,112,97)
#206558
(32,101,88)
#1D5A4F
(29,90,79)
#1A4F46
(26,79,70)
#17443D
(23,68,61)
#143934
(20,57,52)
#112E2B
(17,46,43)
#0E2322
(14,35,34)
#0B1819
(11,24,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #267B6A

#267B6A
(38,123,106)
#398777
(57,135,119)
#4C9384
(76,147,132)
#5F9F91
(95,159,145)
#72AB9E
(114,171,158)
#85B7AB
(133,183,171)
#98C3B8
(152,195,184)
#ABCFC5
(171,207,197)
#BEDBD2
(190,219,210)
#D1E7DF
(209,231,223)
#E4F3EC
(228,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #267B6A color. Also use rgb(38,123,106) instead hex code.

Text Font Color

.myTextColor { color: #267B6A; }

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

This text font color is #267B6A.


Background Color

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

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

This div background color is #267B6A.


Border color

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

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

This div border color is #267B6A.


Opacity

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

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

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

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

This text has shadow with #267B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #267B6A on black background.


Color preview on white background

This text has color #267B6A on white background.



Black color preview on #267B6A background

This text has black color on #267B6A background.


White color preview on #267B6A background

This text has white color on #267B6A background.